National Accounts

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
                       
Quarter
               

No description available for this field.

Name (identifier)
quarter
Type
text
Sample
                       
Indicators Name
               

No description available for this field.

Name (identifier)
indicators_name
Type
text
Sample
                       
Price Type Name
               

No description available for this field.

Name (identifier)
price_type_name
Type
text
Sample
                       
Economic activity of Non Petrol Name
               

No description available for this field.

Name (identifier)
economic_activity_of_non_petrol_name
Type
text
Sample
                       
Units
               

No description available for this field.

Name (identifier)
units
Type
text
Sample
                       
Value
               

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":"national-accounts",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/national-accounts"
      }
    ]
    ,
  • "definitions":
    {
    • "national-accounts":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/national-accounts_records"
            }
          }
        }
      }
      ,
    • "national-accounts_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "quarter":
              {
              • "type":"string",
              • "title":"Quarter",
              • "description":""
              }
              ,
            • "indicators_name":
              {
              • "type":"string",
              • "title":"Indicators Name",
              • "description":""
              }
              ,
            • "price_type_name":
              {
              • "type":"string",
              • "title":"Price Type Name",
              • "description":""
              }
              ,
            • "economic_activity_of_non_petrol_name":
              {
              • "type":"string",
              • "title":"Economic activity of Non Petrol Name",
              • "description":""
              }
              ,
            • "units":
              {
              • "type":"string",
              • "title":"Units",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets