Exports Value by Country

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
               

No description available for this field.

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

Similar datasets