Ships Arriving at Saudi Ports, by Country of Registration and Port
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "ships-arriving-at-saudi-ports-by-country-of-registration-and-port-2008-ad":