Consumer Price Index and Inflation

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
                       
Indicators Name
               

No description available for this field.

Name (identifier)
indicators_name
Type
text
Sample
                       
Commodities Name
               

No description available for this field.

Name (identifier)
commodities_name
Type
text
Sample
                       
Indicators - Unit
               

No description available for this field.

Name (identifier)
indicators_short_description
Type
text
Sample
                       
Consumer Price Index and Inflation
               

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-index3",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/consumer-price-index3"
      }
    ]
    ,
  • "definitions":
    {
    • "consumer-price-index3":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/consumer-price-index3_records"
            }
          }
        }
      }
      ,
    • "consumer-price-index3_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date",
              • "description":""
              }
              ,
            • "indicators_name":
              {
              • "type":"string",
              • "title":"Indicators Name",
              • "description":""
              }
              ,
            • "commodities_name":
              {
              • "type":"string",
              • "title":"Commodities Name",
              • "description":""
              }
              ,
            • "indicators_short_description":
              {
              • "type":"string",
              • "title":"Indicators - Unit",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Consumer Price Index and Inflation",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets