Consumer Price Index
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"consumer-price-index2",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consumer-price-index2"
}
] - "definitions":{
- "consumer-price-index2":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consumer-price-index2_records"
}
}
} - "records":
} - "properties":
- "consumer-price-index2_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "indicator_name":,{
- "type":"string",
- "title":"Indicator Name",
- "description":""
} - "value":{
- "type":"number",
- "title":"Consumer price index (2010 = 100)",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "consumer-price-index2":