Percentage change in the Industrial Production Index (IPI) by economic activity
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"change-of-consumer-price-index-cpi-inflation-month-to-month",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/change-of-consumer-price-index-cpi-inflation-month-to-month"
}
] - "definitions":{
- "change-of-consumer-price-index-cpi-inflation-month-to-month":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/change-of-consumer-price-index-cpi-inflation-month-to-month_records"
}
}
} - "records":
} - "properties":
- "change-of-consumer-price-index-cpi-inflation-month-to-month_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_time":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "obsvalue_obsv":,{
- "type":"number",
- "title":"Percentage change in the Industrial Production Index",
- "description":""
} - "economic_activities_engl":,{
- "type":"string",
- "title":"Economic activity",
- "description":""
} - "economic_activities_code":{
- "type":"string",
- "title":"Economic activity code",
- "description":""
}
} - "year_time":
}
} - "fields":
} - "properties":
} - "change-of-consumer-price-index-cpi-inflation-month-to-month":