{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-choice-prediction-location-value-structure.json", "title": "LocationValue", "description": "LocationValue structure from Flight Choice Prediction", "type": "object", "properties": { "cityCode": { "type": "string", "description": "City code associated to the airport" }, "countryCode": { "type": "string", "description": "Country code of the airport" } } }