{ "$schema": "https://json-structure.org/draft/v0/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus/refs/heads/main/json-structure/hotel-booking-hotel-contact-structure.json", "title": "Hotel_Contact", "description": "Contact Details", "type": "object", "properties": { "phone": { "type": "string", "description": "Phone Number" }, "fax": { "type": "string", "description": "Fax Number" }, "email": { "type": "string", "format": "email", "description": "Email Address" } }, "required": [ "fax" ] }