Var set 3

This is a var_set record from your database.

Name
Hôtel Beauregard (Melo)
Schema type
hotel_with_rooms

Structure

bar : {
description : string,
timetable : string,
},
breakfast : {
description : string,
options : string,
price : float,
timetable : string,
},
events : list[{
contact_info : string,
description : string,
services : string,
}],
facilities : list[{
description : string,
timetable : string,
type : swimming_pool, fitness_room, parking, shuttle_service, luggage_storage, laundry_service, room_service, wifi, concierge, childcare, accessibility,
}],
flats : list[{
complementary_information : string,
count_person : integer,
count_room : integer,
description : string,
main_amenities : string,
name : string,
surface : integer,
}],
hotel : {
address : string,
description : string,
email : string,
name : string,
phone_number : string,
stars : integer,
website_url : string,
},
practical_information : {
accepted_payment_methods : string,
cancellation_prepayment_policy : string,
conditions_infants : string,
languages_spoken : string,
pet_policy : string,
timetable : string,
},
restaurant : {
description : string,
reservation_url : Elixir.Moulinex.Types.EctoURI,
timetable : string,
},
rooms : list[{
complementary_information : string,
count_person : integer,
count_room : integer,
description : string,
main_amenities : string,
name : string,
surface : integer,
}],
seminars : list[{
contact_info : string,
description : string,
services : string,
}],
spa : {
description : string,
},
spa_details : {
access_conditions_and_rates : string,
cancellation_policy : string,
contacts_for_booking : string,
medical_contraindications : string,
preparation_tips : string,
},
suites : list[{
complementary_information : string,
count_person : integer,
count_room : integer,
description : string,
main_amenities : string,
name : string,
surface : integer,
}],
villas : list[{
complementary_information : string,
count_person : integer,
count_room : integer,
description : string,
main_amenities : string,
name : string,
surface : integer,
}],