{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlightType", "title": "FlightType", "enum": [ "Other", "General", "Scheduled", "NonScheduled", "Military" ], "type": "string" }