Consumer Price Index and Inflation
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"consumer-price-index3",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consumer-price-index3"
}
] - "definitions":{
- "consumer-price-index3":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consumer-price-index3_records"
}
}
} - "records":
} - "properties":
- "consumer-price-index3_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"date",
- "description":""
} - "indicators_name":,{
- "type":"string",
- "title":"Indicators Name",
- "description":""
} - "commodities_name":,{
- "type":"string",
- "title":"Commodities Name",
- "description":""
} - "indicators_short_description":,{
- "type":"string",
- "title":"Indicators - Unit",
- "description":""
} - "value":{
- "type":"number",
- "title":"Consumer Price Index and Inflation",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "consumer-price-index3":