Outbound Tourism Trips by Main Destinations

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
                       
Destination
               

No description available for this field.

Name (identifier)
destination
Type
text
Sample
                       
Trips in Thousands
               

No description available for this field.

Name (identifier)
trips_in_thousands
Type
integer
Sample
                       
Periodicity
               

No description available for this field.

Name (identifier)
periodicity
Type
text
Sample
                       
Date_Object
               

No description available for this field.

Name (identifier)
date_object
Type
date
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets