Input-Output Table at Current Prices

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
                       
Economic Activities (ISIC Rev. 4) - INPUT
               

No description available for this field.

Name (identifier)
isic_rev_4
Type
text
Sample
                       
Economic Activities (ISIC Rev. 4) - OUTPUT
               

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":"input-output-table-at-current-prices",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/input-output-table-at-current-prices"
      }
    ]
    ,
  • "definitions":
    {
    • "input-output-table-at-current-prices":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/input-output-table-at-current-prices_records"
            }
          }
        }
      }
      ,
    • "input-output-table-at-current-prices_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "isic_rev_4":
              {
              • "type":"string",
              • "title":"Economic Activities (ISIC Rev. 4) - INPUT",
              • "description":""
              }
              ,
            • "economic_activities":
              {
              • "type":"string",
              • "title":"Economic Activities (ISIC Rev. 4) - OUTPUT",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value in Thousands SAR at Current Prices",
              • "description":"",
              • "unit":"SAR"
              }
            }
          }
        }
      }
    }
}

Similar datasets