United States Industrial Production Index

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Industrial Production Index
               

No description available for this field.

Name (identifier)
industrial_production_index
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets