Consumer Price Index

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Indicator Name
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
Consumer price index (2010 = 100)
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"consumer-price-index2",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/consumer-price-index2"
      }
    ]
    ,
  • "definitions":
    {
    • "consumer-price-index2":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/consumer-price-index2_records"
            }
          }
        }
      }
      ,
    • "consumer-price-index2_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator Name",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Consumer price index (2010 = 100)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets