United States Industrial Production Index
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"industrial-production-index",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/industrial-production-index"
}
] - "definitions":{
- "industrial-production-index":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/industrial-production-index_records"
}
}
} - "records":
} - "properties":
- "industrial-production-index_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "industrial_production_index":{
- "type":"number",
- "title":"Industrial Production Index",
- "description":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "industrial-production-index":