Statistics for the number of freight ferry trips between Farasan and Jazan
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"statistics-for-the-number-of-freight-ferry-trips-between-farasan-and-jazan",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/statistics-for-the-number-of-freight-ferry-trips-between-farasan-and-jazan"
}
] - "definitions":{
- "statistics-for-the-number-of-freight-ferry-trips-between-farasan-and-jazan":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/statistics-for-the-number-of-freight-ferry-trips-between-farasan-and-jazan_records"
}
}
} - "records":
} - "properties":
- "statistics-for-the-number-of-freight-ferry-trips-between-farasan-and-jazan_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"YEAR",
- "description":""
} - "month":,{
- "type":"string",
- "title":"MONTH",
- "description":""
} - "trips_count":{
- "type":"integer",
- "title":"TRIPS_COUNT",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "statistics-for-the-number-of-freight-ferry-trips-between-farasan-and-jazan":