Foreign Trade

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Trade direction
               

No description available for this field.

Name (identifier)
trade_direction_
Type
text
Sample
                       
Trade Value in Million Saudi Riyals
               

No description available for this field.

Name (identifier)
value
Type
decimal
Unit
SAR
Sample
                       
Date_Object
               

No description available for this field.

Name (identifier)
date_object
Type
date
Sample
                       
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"saudi-arabia-foreign-trade",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/saudi-arabia-foreign-trade"
      }
    ]
    ,
  • "definitions":
    {
    • "saudi-arabia-foreign-trade":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/saudi-arabia-foreign-trade_records"
            }
          }
        }
      }
      ,
    • "saudi-arabia-foreign-trade_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "trade_direction_":
              {
              • "type":"string",
              • "title":"Trade direction",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Trade Value in Million Saudi Riyals",
              • "description":"",
              • "unit":"SAR"
              }
              ,
            • "date_object":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date_Object",
              • "description":""
              }
              ,
            • "periodicity":
              {
              • "type":"string",
              • "title":"Periodicity",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets