records
2020-2023-number-of-ports-by-emirate
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"2020-2023-number-of-ports-by-emirate",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/2020-2023-number-of-ports-by-emirate"
}
] - "definitions":{
- "2020-2023-number-of-ports-by-emirate":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/2020-2023-number-of-ports-by-emirate_records"
}
}
} - "records":
} - "properties":
- "2020-2023-number-of-ports-by-emirate_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"number",
- "title":"year",
- "description":""
} - "emirate":,{
- "type":"string",
- "title":"Emirate",
- "description":""
} - "number_of_ports":{
- "type":"number",
- "title":"Number of Ports",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "2020-2023-number-of-ports-by-emirate":
}