Wholesale Price 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)
time_period
Type
date
Sample
                       
Category
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Index / % Period Change
               

No description available for this field.

Name (identifier)
index_period_change
Type
text
Sample
                       
Wholesale Price Index
               

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":"wholesale-price-index",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/wholesale-price-index"
      }
    ]
    ,
  • "definitions":
    {
    • "wholesale-price-index":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/wholesale-price-index_records"
            }
          }
        }
      }
      ,
    • "wholesale-price-index_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "index_period_change":
              {
              • "type":"string",
              • "title":"Index / % Period Change",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Wholesale Price Index",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets