-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathdining_facilities.json
96 lines (96 loc) · 2.44 KB
/
dining_facilities.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"model": "dining_facilities",
"data": [
{
"amenities": {
"set": [
"24_hours",
"accessible_restaurant",
"bar",
"buffet",
"cafe"
]
},
"cuisines": { "set": ["3", "6"] },
"dietary_options": { "set": ["1"] },
"group_dining_policy": "Bring your friends!",
"max_seating_capacity": 150,
"max_standing_capacity": 20,
"meals_served": { "set": ["1", "2", "4", "3"] },
"menu_link": "http://4thstreetmarket.com/menu",
"price": { "set": "2" },
"private_dining_capacity": 25,
"property_id": "1",
"reservation_link": "http://4thstreetmarket.com"
},
{
"amenities": {
"set": [
"accessible_restaurant",
"bar",
"champagne_service",
"smoke_free_property",
"lounge"
]
},
"cuisines": { "set": ["3"] },
"meals_served": { "set": ["3", "4"] },
"dining_types": { "set": ["1", "5"] },
"menu_link": "https://www.theclubatstarrpass.com/Files/Library/CBCOMENU1_12JSH2.PDF",
"price": { "set": "2" },
"private_dining_capacity": 30,
"property_id": "7",
"reservation_link": "https://www.opentable.com/r/catalina-sports-bar-tucson"
},
{
"amenities": {
"set": [
"cafe",
"outdoor_dining",
"familyfriendly"
]
},
"cuisines": { "set": ["3"] },
"meals_served": { "set": ["1", "2", "3"] },
"dining_types": { "set": ["1", "3", "4"] },
"menu_link": "https://www.prepandpastry.com/menus",
"price": { "set": "2" },
"private_dining_capacity": 10,
"property_id": "10",
"reservation_link": "https://www.prepandpastry.com/skip-the-wait"
},
{
"amenities": {
"set": [
"bar",
"smoke_free_property",
"sports_bar"
]
},
"cuisines": { "set": ["6"] },
"meals_served": { "set": ["3", "4"] },
"dining_types": { "set": ["1", "2", "5"] },
"menu_link": "https://thepit611.com/menu/",
"price": { "set": "2" },
"private_dining_capacity": 112,
"property_id": "2",
"reservation_link": "https://thepit611.com/event-space-rental/"
},
{
"amenities": {
"set": [
"bar",
"family_dining",
"smoke_free_property"
]
},
"cuisines": { "set": ["56"] },
"meals_served": { "set": ["3", "4"] },
"dining_types": { "set": ["1", "2"] },
"menu_link": "https://www.theavenuepizza.com/#menu",
"price": { "set": "2" },
"private_dining_capacity": 15,
"property_id": "11"
}
]
}