Outbound Tourism Trips by Main Destinations
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"outbound-tourism-trips-by-main-destinations",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/outbound-tourism-trips-by-main-destinations"
}
] - "definitions":{
- "outbound-tourism-trips-by-main-destinations":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/outbound-tourism-trips-by-main-destinations_records"
}
}
} - "records":
} - "properties":
- "outbound-tourism-trips-by-main-destinations_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "destination":,{
- "type":"string",
- "title":"Destination",
- "description":""
} - "trips_in_thousands":,{
- "type":"integer",
- "title":"Trips in Thousands",
- "description":""
} - "periodicity":,{
- "type":"string",
- "title":"Periodicity",
- "description":""
} - "date_object":{
- "type":"string",
- "format":"date",
- "title":"Date_Object",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "outbound-tourism-trips-by-main-destinations":