{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/flight-order-management-other-method-structure.json", "title": "OtherMethod", "description": "other payment method", "type": "object", "properties": { "method": { "type": "string", "description": "other payment method" }, "flightOfferIds": { "type": "array", "description": "Id of the concern flightOffers" } } }