National Accounts: SUPPLY Table - New

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
                       
Products (CPC)
               

No description available for this field.

Name (identifier)
products_cpc
Type
text
Sample
                       
Economic Activities (ISIC Rev. 4)
               

No description available for this field.

Name (identifier)
economic_activities
Type
text
Sample
                       
Value in Thousands SAR at Current Prices
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
SAR
Sample
                       

JSON Schema

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

{
  • "title":"national-accounts-supply-table-new",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/national-accounts-supply-table-new"
      }
    ]
    ,
  • "definitions":
    {
    • "national-accounts-supply-table-new":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/national-accounts-supply-table-new_records"
            }
          }
        }
      }
      ,
    • "national-accounts-supply-table-new_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "products_cpc":
              {
              • "type":"string",
              • "title":"Products (CPC)",
              • "description":""
              }
              ,
            • "economic_activities":
              {
              • "type":"string",
              • "title":"Economic Activities (ISIC Rev. 4)",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value in Thousands SAR at Current Prices",
              • "description":"",
              • "unit":"SAR"
              }
            }
          }
        }
      }
    }
}

Similar datasets