{ "$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

Possible values:

\r\n\r\n", "type": "string", "enum": [ "Arrival", "Departure", "Both" ], "name": "FlightDirection" }