AeroDataBox · JSON Structure

Aerodatabox Flight Direction Structure

Direction of flight

Possible values:

Type: string Properties: 0
AviationFlightsAerospaceFlight DataAirport Data

FlightDirection is a JSON Structure definition published by AeroDataBox. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-structure/aerodatabox-flight-direction-structure.json",
  "description": "Direction of flight<p>Possible values:</p>\r\n<ul>\r\n<li><b>1 - Arrival</b></li>\r\n<li><b>2 - Departure</b></li>\r\n<li><b>3 - Both</b></li>\r\n</ul>\r\n",
  "type": "string",
  "enum": [
    "Arrival",
    "Departure",
    "Both"
  ],
  "name": "FlightDirection"
}