Wholesale Price Index
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"wholesale-price-index",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/wholesale-price-index"
}
] - "definitions":{
- "wholesale-price-index":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/wholesale-price-index_records"
}
}
} - "records":
} - "properties":
- "wholesale-price-index_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":""
} - "index_period_change":,{
- "type":"string",
- "title":"Index / % Period Change",
- "description":""
} - "value":{
- "type":"number",
- "title":"Wholesale Price Index",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "wholesale-price-index":