Average of Consumer Price Index and rate of change by city
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"average-of-consumer-price-index-by-city",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/average-of-consumer-price-index-by-city"
}
] - "definitions":{
- "average-of-consumer-price-index-by-city":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/average-of-consumer-price-index-by-city_records"
}
}
} - "records":
} - "properties":
- "average-of-consumer-price-index-by-city_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "city":,{
- "type":"string",
- "title":"City",
- "description":""
} - "value":{
- "type":"number",
- "title":"Value",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "average-of-consumer-price-index-by-city":