-
Notifications
You must be signed in to change notification settings - Fork 11
/
french-restaurant-1.json
71 lines (71 loc) · 1.56 KB
/
french-restaurant-1.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
{
"name": "Bistro Papillon",
"description": "",
"classification": "content",
"typeId": "[ID_OF_RESTAURANT_TYPE]",
"tags": [],
"status": "draft",
"elements": {
"cuisine": {
"elementType": "category",
"categoryIds": [
"[ID_OF_FRENCH_CUISINE_CATEGORY]"
]
},
"summary": {
"elementType": "text",
"value": "Onion soup, coq au vin and other French dishes in a cosy, romantic space decorated with old posters."
},
"website": {
"elementType": "link",
"linkURL": "www.bistropapillon.com.au"
},
"openingHours1": {
"elementType": "text",
"value": "Closed"
},
"openingHours2": {
"elementType": "text",
"value": "12–3pm, 6–10pm"
},
"openingHours3": {
"elementType": "text",
"value": "12–3pm, 6–10pm"
},
"openingHours4": {
"elementType": "text",
"value": "12–3pm, 6–10pm"
},
"openingHours5": {
"elementType": "text",
"value": "12–3pm, 6–10pm"
},
"openingHours6": {
"elementType": "text",
"value": "12–3pm, 6–10pm"
},
"openingHours7": {
"elementType": "text",
"value": "6–10pm"
},
"address": {
"elementType": "text",
"value": "Clarence St, Sydney NSW 2000"
},
"phone": {
"elementType": "text",
"value": "(02) 9262 2402"
},
"photo": {
"elementType": "image"
},
"totalRatings": {
"elementType": "number",
"value": 0
},
"rating": {
"elementType": "number",
"value": 0
}
}
}