{ "$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-currency-entry-schema.json", "title": "CurrencyEntry", "description": "CurrencyEntry schema from Flight Choice Prediction", "additionalProperties": { "type": "string", "example": "EUR" } }