{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/branded-fares-upsell-payment-structure.json", "title": "Payment", "description": "Payment structure from Branded Fares Upsell", "type": "object", "properties": { "brand": { "type": "string", "description": "credit card brand" }, "binNumber": { "type": "integer", "description": "The first 6 digits of the credit card" }, "flightOfferIds": { "type": "array", "description": "Id of the flightOffers to pay" } } }