CurrencyEntry schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-solutions/refs/heads/main/json-schema/branded-fares-upsell-currency-entry-schema.json", "title": "CurrencyEntry", "description": "CurrencyEntry schema", "additionalProperties": { "type": "string", "example": "EUR" } }