{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-choice-prediction-carrier-entry-schema.json", "title": "CarrierEntry", "description": "CarrierEntry schema from Flight Choice Prediction", "additionalProperties": { "description": "the carrier name", "type": "string" } }