Consumer Price Indices For Main Divisions (2018 = 100)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"consumer-price-indices-for-main-divisions",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consumer-price-indices-for-main-divisions"
}
] - "definitions":{
- "consumer-price-indices-for-main-divisions":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consumer-price-indices-for-main-divisions_records"
}
}
} - "records":
} - "properties":
- "consumer-price-indices-for-main-divisions_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "division":,{
- "type":"string",
- "title":"Division",
- "description":""
} - "cpi_index":,{
- "type":"number",
- "title":"Consumer Price Index",
- "description":""
} - "date":{
- "type":"string",
- "title":"Date",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "consumer-price-indices-for-main-divisions":