{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aerodatabox/refs/heads/main/json-schema/aerodatabox-feed-service-enum-schema.json", "title": "FeedServiceEnum", "description": "Airport feed service defininitions

Possible values:

\r\n\r\n", "type": "string", "enum": [ "FlightSchedules", "FlightLiveUpdates", "AdsbUpdates" ] }