{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/branded-fares-upsell-price-structure.json", "title": "Price", "description": "Price structure from Branded Fares Upsell", "type": "object", "properties": { "currency": { "type": "string" }, "total": { "type": "string", "description": "Total amount paid by the user" }, "base": { "type": "string", "description": "Amount without taxes" }, "fees": { "type": "array", "description": "List of applicable fees" }, "taxes": { "type": "array" }, "refundableTaxes": { "type": "string", "description": "The amount of taxes which are refundable" } } }