Last active
November 7, 2023 16:38
-
-
Save JakeLabate/b356ae564c08b3648f659c2aa1059170 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// basic information | |
"name": 'Espacio Waikiki', // official name of the hotel // string | |
"type": 'Hotel', // must be either 'Hotel' or 'Resort' // string | |
"homepage": 'https://www.espaciowaikiki.com/', // url of the homepage of the hotel // url | |
"slogan": 'The Jewel of Waikiki', // slogan or tagline of the hotel // string | |
"description": 'Welcome to a first-of-its-kind Hawaii hotel; the new pinnacle of luxury, privacy, design and world-class hospitality.', // string | |
// other information | |
"petsAllowedTrueFalse": false, // must be either 'true' or 'false' // boolean | |
"totalRoomCount": 9, // total numbers of bookable rooms // number | |
"priceRange": '$$$$', // must be either '$', '$$', '$$$', or '$$$$' // string | |
"currenciesAccepted": ['USD'], // array of currencies accepted // array | |
"paymentAccepted": ['Cash', 'Credit Card', 'Debit Card'], // array of payment methods accepted // array | |
"availableLanguage": ['English', 'Japanese'], // array of languages spoken by the hotel staff // array | |
"checkInTime": '16:00', // datetime (24-hour format) | |
"checkOutTime": '11:00', // datetime (24-hour format) | |
"rating": { | |
"value": 4.5, // average rating value of the hotel // number | |
"count": 44, // total number of ratings // number | |
}, | |
// contact & information | |
"contact": { | |
"phone": '1.844.672.0799', // main phone number of the hotel // string | |
"email": 'espaciores@espaciowaikiki.com', // main email address of the hotel // string | |
}, | |
"location": { | |
"street": '2452 Kalakaua Avenue', // street address of the hotel // string | |
"city": 'Honolulu', // city of the hotel // string | |
"state": 'HI', // state of the hotel (2 letter abbreviation) // string | |
"zip": '96815', // zip code of the hotel // string | |
"country": 'USA', // country of the hotel (2-3 letter abbreviation) // string | |
}, | |
// links | |
"logoUrl": 'https://www.espaciowaikiki.com/app/images/logo-primary.svg', // url of the logo of the hotel (pulled from the website homepage) // url | |
"copyrightUrl": 'https://www.aquaaston.com/about-us/terms-of-use', // primary url of the terms/conditions/copyright information | |
"facebookUrl": 'https://www.facebook.com/espaciowaikiki', // url of the facebook page of the hotel // url | |
"twitterUrl": 'https://twitter.com/espaciowaikiki', // url of the twitter page of the hotel // url | |
"instagramUrl": 'https://www.instagram.com/espaciowaikiki/', // url of the instagram page of the hotel // url | |
"linkedinUrl": 'https://www.linkedin.com/company/espacio-waikiki/', // url of the linkedin page of the hotel // url | |
// arrays | |
"amenitiesArr": [ | |
{ | |
"name": 'Accessibility', | |
"url": 'https://www.espaciowaikiki.com/experience/#accessibility', | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": '$100 dining credit for Mugen', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Private Chef Experience', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Butler services', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Concierge services', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'The ESPACIO Spa', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Gourmet rooftop barbecue station', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Rooftop infinity swimming pool, whirlpool, and sundeck', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Poolside refreshment service', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Grocery delivery', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Use of beach towels, chairs, and umbrellas', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'In-suite dining', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'WiFi internet access throughout hotel', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Smoke-free property', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
{ | |
"name": 'Complimentary admission to Bishop Museum and Honolulu Museum of Art', | |
"url": 'https://www.espaciowaikiki.com/experience/', | |
}, | |
], | |
"roomGroupsArr": [ | |
{ | |
"roomType": 'Penthouse Diamond Suite', // room name/type // string | |
"numberOfRooms": 1, // total number of rooms for this item // number | |
}, | |
{ | |
"roomType": 'Oceanfront Suites', | |
"numberOfRooms": 2, | |
}, | |
{ | |
"roomType": 'Ocean View Suites', | |
"numberOfRooms": 3, | |
}, | |
{ | |
"roomType": 'Beach View Suites', | |
"numberOfRooms": 3, | |
} | |
], | |
"imageArr": [ | |
{ | |
"caption": 'Private Chef Experience', // title or nature of the image // string | |
"url": 'https://s40336.pcdn.co/wp-content/uploads/2022/07/ESPACIO-private-chef-fish-790x570-1.jpg', // url of the image // url | |
}, | |
{ | |
"caption": 'About ESPACIO', | |
"url": 'https://s40336.pcdn.co/wp-content/uploads/2021/06/ESPACIO-master-bedroom-650x415-1.jpg', | |
}, | |
{ | |
"caption": 'About ESPACIO', | |
"url": 'https://www.espaciowaikiki.com/app/images/about-img-3.jpg', | |
}, | |
{ | |
"caption": 'About ESPACIO', | |
"url": 'https://www.espaciowaikiki.com/app/images/about-img-2.jpg', | |
}, | |
{ | |
"caption": 'Curated Guest Services', | |
"url": 'https://www.espaciowaikiki.com/app/images/experience-slider-experience-espacio.jpg', | |
} | |
], | |
"roomsArr": [ | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Penthouse Diamond Suite', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=A2S&src=AWB.2BPH&_gl=1*1u0m6mf*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0NDkuMC4wLjA.#_ga=2.197757615.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'With breathtaking panoramic views, the luxurious oceanfront Diamond Penthouse Suite at ESPACIO provides the ultimate world-class experience. Indulge in the exclusive bespoke amenities and curated experiences provided for penthouse guests only.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds + Sofa Bed', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Penthouse Diamond Suite', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/pent.jpg', // url | |
}, | |
{ | |
"caption": 'Penthouse Diamond Suite', // string | |
"url": 'https://s40336.pcdn.co/wp-content/uploads/2022/04/ESPACIO-suite-penthouse-master-bedroom-1000x667-1.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/penthouse-diamond-suite', // url | |
} | |
] | |
}, | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Oceanfront Suites Sapphire', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=B2S&src=AWB.2BROV&_gl=1*1cn6cul*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.67749649.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'Occupying the 12th floor of ESPACIO, this oceanfront suite allows guests to take in panoramic views of the Pacific Ocean from an expansive private balcony, or through floor-to-ceiling glass windows in the spacious living area.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds + Sofa Bed', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Oceanfront 2 Bedroom + Den', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-saphire-living-area-1.jpg', // url | |
}, | |
{ | |
"caption": 'Oceanfront 2 Bedroom + Den', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-saphire-living-area-2.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-sapphire-suite-two-bedrooms/', // url | |
} | |
] | |
}, | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Oceanfront Suite Azul', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=A3S&src=AWB.3BROV&_gl=1*1cn6cul*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.67749649.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'The Azul Suite on the 11th floor features oceanfront views and sleeps up to 6 people in 3 bedrooms.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Oceanfront Suite', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-saphire-living-area-2.jpg', // url | |
}, | |
{ | |
"caption": 'Oceanfront Suite', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-saphire-2nd-bedroom-3.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/oceanfront-azul-suite-three-bedrooms/', // url | |
} | |
] | |
}, | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Ocean View Emerald', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=C2S&src=AWB.2BLSV&_gl=1*1cn6cul*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.67749649.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'The Emerald suite features premium ocean views with 2 bedrooms and a den. 1-6 person suite occupancy.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds + Sofa Bed', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Emerald Suite', // string | |
"url": 'https://s40336.pcdn.co/wp-content/uploads/2022/04/ESPACIO-THE-JEWEL-OF-WAIKIKI-Luxury-Green-Suite-Premium-View-Living-Room-3000X2000-scaled.jpg', // url | |
}, | |
{ | |
"caption": 'Emerald Suite', // string | |
"url": 'https://s40336.pcdn.co/wp-content/uploads/2022/04/ESPACIO-THE-JEWEL-OF-WAIKIKI-Luxury-Green-Suite-Premium-Jacuzzi-Green-Robe-3000X2000-scaled.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-two-bedrooms/', // url | |
} | |
] | |
}, | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Ocean View Suite Peridot', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=B3S&src=AWB.3BLSV&_gl=1*v51pf*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.68799377.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'The Peridot suite features premium ocean views with three bedrooms. 1-6 person suite occupancy.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Ocean Views', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-jade-kitchen-1.jpg', // url | |
}, | |
{ | |
"caption": 'Ocean Views', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-jade-master-bedroom.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/ocean-view-peridot-suite-three-bedrooms/', // url | |
} | |
], | |
}, | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Ocean View Jade', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=C3S&src=AWB.3BLSVJ&_gl=1*v51pf*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.68799377.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'The Jade suite features premium ocean views with three bedrooms. 1-6 person suite occupancy.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Ocean Views', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-jade-master-bedroom.jpg', // url | |
}, | |
{ | |
"caption": 'Ocean Views', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-jade-kitchen-2.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-premium-view-three-bedrooms/', // url | |
} | |
], | |
}, | |
{ | |
"type": 'Suites', // string -> HotelRoom or Suite | |
"name": 'Beach View Suites Ruby', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=D2S&src=AWB.2BLS&_gl=1*v51pf*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.68799377.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'Opulent and refined, our Coral, Ruby, and Garnet Beach View Suites offer energizing views of Waikiki Beach. Impressive in-suite amenities create the perfect atmosphere for an unforgettable getaway.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 2, // number | |
"bedType": 'King Beds + Sofa Bed', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Beach Views', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-coral-master-bedroom-balcony-view.jpg', // url | |
}, | |
{ | |
"caption": 'Beach Views', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-coral-living-area-1.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-two-bedroom/', // url | |
} | |
], | |
}, | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Beach view Garnet', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=D3S&src=AWB.3BLS&_gl=1*v51pf*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.68799377.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'Opulent and refined, our Coral, Ruby, and Garnet Beach View Suites offer energizing views of Waikiki Beach. Impressive in-suite amenities create the perfect atmosphere for an unforgettable getaway.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Beach View Suite', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-coral-master-bedroom-balcony-view.jpg', // url | |
}, | |
{ | |
"caption": 'Beach View Suite', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-coral-3rd-bedroom.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom/', // url | |
} | |
], | |
}, | |
{ | |
"type": 'Suite', // string -> HotelRoom or Suite | |
"name": 'Coral Accessible Suite', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
"bookUrl": 'https://be.synxis.com/?hotel=40404&level=hotel&locale=en-US&room=E3S&src=AWB.3BLSA&_gl=1*v51pf*_ga*MTQ3NzI0NzE2Ni4xNjk0MTA4MjE2*_ga_LB2BH67VHZ*MTY5ODQyMDY0Mi4xMy4xLjE2OTg0MjE0OTcuMC4wLjA.#_ga=2.68799377.1865814186.1698244751-1477247166.1694108216', // url | |
"tourUrl": 'https://www.espaciowaikiki.com/take-a-virtual-tour/', // url where a guest can tour or book a tour to the room // url | |
"petsAllowedTrueOrFalse": false, // boolean | |
"description": 'Opulent and refined, our Coral, Ruby, and Garnet Beach View Suites offer energizing views of Waikiki Beach. Impressive in-suite amenities create the perfect atmosphere for an unforgettable getaway.', // string | |
"maxOccupancy": 6, // number | |
"checkInTime": '16:00', // datetime | |
"checkOutTime": '11:00', // datetime | |
"bedCount": 3, // number | |
"bedType": 'King Beds', // string | |
"smokingBoolean": false, // boolean | |
"images": [ | |
{ | |
"caption": 'Beach View Suite', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-coral-master-bedroom-balcony-view.jpg', // url | |
}, | |
{ | |
"caption": 'Beach View Suite', // string | |
"url": 'https://www.espaciowaikiki.com/app/images/luxury-suites/suite-slider-coral-living-area-1.jpg', // url | |
} | |
], | |
"roomAmenitiesArr": [ | |
{ | |
"name": 'Accessibility', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Round-trip luxury airport transportation', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Exclusive car service within Waikiki', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', | |
}, | |
{ | |
"name": 'Car rental', | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', | |
}, | |
{ | |
"name": 'Daily continental breakfast at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": '$100 dining credit at Mugen', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Private elevator and entryway', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Expansive furnished balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Private Jacuzzi® on balcony', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Daily housekeeping and laundry services', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'In-suite dining', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": "Fully equipped chef's kitchen", // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Coffee, tea, and filtered water', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Three and a half bathrooms with TOTO washlets', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Deep soaking tub and separate glassed shower', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
}, | |
{ | |
"name": 'Dry sauna', // string | |
"url": 'https://www.espaciowaikiki.com/luxury-suites/luxury-suite-three-bedroom-accessible/', // url | |
} | |
], | |
} | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment