Consumer Price Index By Commodities
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"consumer-price-index0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consumer-price-index0"
}
] - "definitions":{
- "consumer-price-index0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consumer-price-index0_records"
}
}
} - "records":
} - "properties":
- "consumer-price-index0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "quarter":,{
- "type":"string",
- "title":"Quarter",
- "description":""
} - "month":,{
- "type":"string",
- "title":"Month",
- "description":""
} - "groups":,{
- "type":"string",
- "title":"Groups",
- "description":""
} - "value":{
- "type":"number",
- "title":"CPI",
- "description":""
}
} - "periodicity":
}
} - "fields":
} - "properties":
} - "consumer-price-index0":