{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-schema/flight-create-orders-other-payment-method-schema.json", "title": "OtherPaymentMethod", "description": "other payment method", "type": "string", "enum": [ "ACCOUNT", "CHECK", "CASH", "NONREFUNDABLE" ], "example": "CASH" }