records

records

Active filters Clear all

No active filters

Filters

Number of trips between cities by type of destination (domestic-international)

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
2016
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
1
Destination
               

No description available for this field.

Name (identifier)
destination
Type
text
Sample
Abu Hudhayah
Number of trips
               

No description available for this field.

Name (identifier)
number_of_trips
Type
integer
Sample
1

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"number-of-trips-between-cities-by-type-of-destination-domestic-international",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-trips-between-cities-by-type-of-destination-domestic-international"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-trips-between-cities-by-type-of-destination-domestic-international":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-trips-between-cities-by-type-of-destination-domestic-international_records"
            }
          }
        }
      }
      ,
    • "number-of-trips-between-cities-by-type-of-destination-domestic-international_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "destination":
              {
              • "type":"string",
              • "title":"Destination",
              • "description":""
              }
              ,
            • "number_of_trips":
              {
              • "type":"integer",
              • "title":"Number of trips",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets