Value Added by Economic Activity

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

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
                       
Economic Activity
               

No description available for this field.

Name (identifier)
economic_activity
Type
text
Sample
                       
Value Added
               

No description available for this field.

Name (identifier)
value_added
Type
decimal
Sample
                       
% Total Value Added
               

No description available for this field.

Name (identifier)
total_value_added
Type
decimal
Unit
%
Sample
                       
% Non-Oil Value Added
               

No description available for this field.

Name (identifier)
non_oil_value_added
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"value-added-by-economic-activity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/value-added-by-economic-activity"
      }
    ]
    ,
  • "definitions":
    {
    • "value-added-by-economic-activity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/value-added-by-economic-activity_records"
            }
          }
        }
      }
      ,
    • "value-added-by-economic-activity_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Category",
              • "description":""
              }
              ,
            • "economic_activity":
              {
              • "type":"string",
              • "title":"Economic Activity",
              • "description":""
              }
              ,
            • "value_added":
              {
              • "type":"number",
              • "title":"Value Added",
              • "description":""
              }
              ,
            • "total_value_added":
              {
              • "type":"number",
              • "title":"% Total Value Added",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "non_oil_value_added":
              {
              • "type":"number",
              • "title":"% Non-Oil Value Added",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets