Air Traffic in the Kingdom's Internal Airports

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
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Airport
               

No description available for this field.

Name (identifier)
airport
Type
text
Sample
                       
value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Total
               

No description available for this field.

Name (identifier)
total
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"air-traffic-in-the-kingdom-s-internal-airports",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/air-traffic-in-the-kingdom-s-internal-airports"
      }
    ]
    ,
  • "definitions":
    {
    • "air-traffic-in-the-kingdom-s-internal-airports":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/air-traffic-in-the-kingdom-s-internal-airports_records"
            }
          }
        }
      }
      ,
    • "air-traffic-in-the-kingdom-s-internal-airports_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "airport":
              {
              • "type":"string",
              • "title":"Airport",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"value",
              • "description":""
              }
              ,
            • "total":
              {
              • "type":"number",
              • "title":"Total",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets