United States Consumer Price Index (CPI)

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Item
               

No description available for this field.

Name (identifier)
item
Type
text
Sample
                       
Consumer Price Index
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"consumer-price-index4",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/consumer-price-index4"
      }
    ]
    ,
  • "definitions":
    {
    • "consumer-price-index4":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/consumer-price-index4_records"
            }
          }
        }
      }
      ,
    • "consumer-price-index4_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "item":
              {
              • "type":"string",
              • "title":"Item",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Consumer Price Index",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets