FlightType schema from AeroDataBox API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-flight-type-schema.json", "title": "FlightType", "description": "FlightType schema from AeroDataBox API", "type": "string", "enum": [ "Other", "General", "Scheduled", "NonScheduled", "Military" ] }