{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlightDirection", "title": "FlightDirection", "enum": [ "Arrival", "Departure", "Both" ], "type": "string", "description": "Direction of flight

Possible values:

\r\n\r\n" }