Exports Value by Country Group

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year and Month
               

No description available for this field.

Name (identifier)
time_period
Type
date
Sample
                       
Country Group
               

No description available for this field.

Name (identifier)
country_group
Type
text
Sample
                       
Value in Million SAR
               

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":"exports-value-by-country-group",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/exports-value-by-country-group"
      }
    ]
    ,
  • "definitions":
    {
    • "exports-value-by-country-group":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/exports-value-by-country-group_records"
            }
          }
        }
      }
      ,
    • "exports-value-by-country-group_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "time_period":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year and Month",
              • "description":""
              }
              ,
            • "country_group":
              {
              • "type":"string",
              • "title":"Country Group",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value in Million SAR",
              • "description":"",
              • "unit":"SAR"
              }
            }
          }
        }
      }
    }
}

Similar datasets