{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-model-flight-time-enum-schema.json", "title": "ModelFlightTimeEnum", "description": "Models of calculating the flight time.

Possible values:

\r\n\r\n", "type": "string", "enum": [ "Standard", "ML01" ] }