{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amadeus-media/refs/heads/main/json-structure/hotel-content-hotel-contact-structure.json", "name": "HotelContact", "description": "Hotel contact information.", "type": "object", "properties": { "phone": { "type": "string", "description": "Hotel phone number in international format.", "example": "+44-20-12345678" }, "fax": { "type": "string", "description": "Hotel fax number.", "example": "+44-20-12345679" }, "email": { "type": "string", "format": "email", "description": "Hotel email address.", "example": "info@hotel.com" }, "website": { "type": "uri", "description": "Hotel website URL.", "example": "https://www.hotel.com" } } }