{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-flight-airport-movement-quality-enum-schema.json", "title": "FlightAirportMovementQualityEnum", "description": "Quality characteristics of the information provided within flight FlightAirportMovementContract

Possible values:

\r\n\r\n", "type": "string", "enum": [ "Basic", "Live", "Approximate" ] }