Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 932 Bytes

File metadata and controls

21 lines (13 loc) · 932 Bytes

HotelAbout

Hotel description, address, website, and amenities when present.

Properties

Name Type Description Notes
description String Hotel description. [optional]
fullAddress String Standardised full address of the hotel. [optional]
domain String Domain of the hotel's website. [optional]
url String URL of the hotel's website. [optional]
checkInTime String Listed check-in time as HH:MM (24-hour). [optional]
checkOutTime String Listed check-out time as HH:MM (24-hour). [optional]
amenities List<String> Available amenity labels offered by the hotel. [optional]
extras Map<String, Object> Additional descriptive detail such as sub-descriptions and amenity categories. [optional]