{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-search-hotel-product-deposit-policy-structure.json", "title": "HotelProduct_DepositPolicy", "description": "the deposit/prepay policy information applicable to the offer. It includes accepted payments, deadline and the amount due", "type": "object", "properties": { "amount": { "type": "string", "description": "Deposit-Prepay amount" }, "deadline": { "type": "string", "format": "date-time", "description": "The date and time of the deadline in ISO 8601[https://www.w3.org/TR/NOTE-datetime]. \n Example: 2010-08-14T13:00:00\n Please note that this value is expressed in the hotels local time zone" }, "description": { "type": "object", "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language" }, "acceptedPayments": { "type": "object", "description": "Accepted Payment Methods and Card Types. Several Payment Methods and Card Types may be available." } } }