-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathitalian-restaurant-2.json
71 lines (71 loc) · 1.58 KB
/
italian-restaurant-2.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": "Ventuno Restaurant",
"description": "",
"classification": "content",
"typeId": "[ID_OF_RESTAURANT_TYPE]",
"tags": [],
"status": "draft",
"elements": {
"cuisine": {
"elementType": "category",
"categoryIds": [
"[ID_OF_ITALIAN_CUISINE_CATEGORY]"
]
},
"phone": {
"elementType": "text",
"value": "(02) 9252 2431"
},
"openingHours1": {
"elementType": "text",
"value": "12–10pm"
},
"openingHours2": {
"elementType": "text",
"value": "12–3pm, 5:30–9:30pm"
},
"openingHours3": {
"elementType": "text",
"value": "12–3pm, 5:30–9:30pm"
},
"openingHours4": {
"elementType": "text",
"value": "12–3pm, 5:30–9:30pm"
},
"openingHours5": {
"elementType": "text",
"value": "12–10pm"
},
"openingHours6": {
"elementType": "text",
"value": "12–10pm"
},
"openingHours7": {
"elementType": "text",
"value": "12–10pm"
},
"photo": {
"elementType": "image"
},
"website": {
"elementType": "link",
"linkURL": "www.ventuno.com.au"
},
"summary": {
"elementType": "text",
"value": "Antipasti and Italian mains in a bold, black-and-red space with outdoor tables near the water."
},
"totalRatings": {
"elementType": "number",
"value": 9
},
"rating": {
"elementType": "number",
"value": 3.8333333333333335
},
"address": {
"elementType": "text",
"value": "21 Hickson Rd, Walsh Bay NSW 2000"
}
}
}