{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/branded-fares-upsell-dictionaries-structure.json", "title": "Dictionaries", "description": "Dictionaries structure from Branded Fares Upsell", "type": "object", "properties": { "locations": { "type": "string" }, "aircraft": { "type": "string" }, "currencies": { "type": "string" }, "carriers": { "type": "string" } } }