{ "$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-check-in-out-policy-structure.json", "title": "HotelProduct_CheckInOutPolicy", "description": "HotelProduct_CheckInOutPolicy structure from Hotel Search API", "type": "object", "properties": { "checkIn": { "type": "string", "description": "Check-in From time limit in ISO-8601 format [http://www.w3.org/TR/xmlschema-2/#time]" }, "checkInDescription": { "type": "object", "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language" }, "checkOut": { "type": "string", "description": "Check-out Until time limit in ISO-8601 format [http://www.w3.org/TR/xmlschema-2/#time]" }, "checkOutDescription": { "type": "object", "description": "Specific type to convey a list of string for specific information type ( via qualifier) in specific character set, or language" } } }