{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/branded-fares-upsell-tax-structure.json", "title": "Tax", "description": "a tax", "type": "object", "properties": { "amount": { "type": "string" }, "code": { "type": "string" } } }