{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-booking-v1-hotel-booking-light-structure.json", "title": "HotelBookingLight", "description": "Booking Details", "type": "object", "properties": { "type": { "type": "string", "description": "Response Type" }, "id": { "type": "string", "description": "Booking Id" }, "providerConfirmationId": { "type": "string", "description": "GDS Confirmation Number. If you call the Provider, this Reference may be asked" }, "associatedRecords": { "type": "array" }, "self": { "type": "string", "format": "uri", "description": "Retrieve Booking Details" } }, "required": [ "type", "id", "providerConfirmationId" ] }