Industrial Production Index (IPI) by economic activity (2010 = 100)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"index-of-industrial-production-by-section",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/index-of-industrial-production-by-section"
}
] - "definitions":{
- "index-of-industrial-production-by-section":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/index-of-industrial-production-by-section_records"
}
}
} - "records":
} - "properties":
- "index-of-industrial-production-by-section_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year_month_time":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "economic_activities_engl":,{
- "type":"string",
- "title":"Economic Activity",
- "description":""
} - "obsvalue_obsv":{
- "type":"number",
- "title":"Industrial Production Index (IPI)",
- "description":""
}
} - "year_month_time":
}
} - "fields":
} - "properties":
} - "index-of-industrial-production-by-section":