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-prices-index-less-housing-01_24_2018-15_54_14",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consumer-prices-index-less-housing-01_24_2018-15_54_14"
}
] - "definitions":{
- "consumer-prices-index-less-housing-01_24_2018-15_54_14":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consumer-prices-index-less-housing-01_24_2018-15_54_14_records"
}
}
} - "records":
} - "properties":
- "consumer-prices-index-less-housing-01_24_2018-15_54_14_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "measure":,{
- "type":"string",
- "title":"Measure",
- "description":""
} - "unit":,{
- "type":"string",
- "title":"Unit",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "value":{
- "type":"number",
- "title":"Consumer Price Index",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "consumer-prices-index-less-housing-01_24_2018-15_54_14":