Ships Arriving at Saudi Ports, by Country of Registration and Port

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
                       
Country of Registration
               

No description available for this field.

Name (identifier)
country_of_registration
Type
text
Sample
                       
Port
               

No description available for this field.

Name (identifier)
port
Type
text
Sample
                       
No. Ships Arriving at Saudi Ports
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"ships-arriving-at-saudi-ports-by-country-of-registration-and-port-2008-ad",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/ships-arriving-at-saudi-ports-by-country-of-registration-and-port-2008-ad"
      }
    ]
    ,
  • "definitions":
    {
    • "ships-arriving-at-saudi-ports-by-country-of-registration-and-port-2008-ad":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/ships-arriving-at-saudi-ports-by-country-of-registration-and-port-2008-ad_records"
            }
          }
        }
      }
      ,
    • "ships-arriving-at-saudi-ports-by-country-of-registration-and-port-2008-ad_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country_of_registration":
              {
              • "type":"string",
              • "title":" Country of Registration",
              • "description":""
              }
              ,
            • "port":
              {
              • "type":"string",
              • "title":"Port",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"No. Ships Arriving at Saudi Ports",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets