{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-offers-price-payment-brand-schema.json", "title": "PaymentBrand", "description": "credit card brand", "type": "string", "enum": [ "VISA", "AMERICAN_EXPRESS", "MASTERCARD", "VISA_ELECTRON", "VISA_DEBIT", "MASTERCARD_DEBIT", "MAESTRO", "DINERS", "MASTERCARD_IXARIS", "VISA_IXARIS", "MASTERCARD_AIRPLUS", "UATP_AIRPLUS" ], "example": "VISA_IXARIS" }