-
Notifications
You must be signed in to change notification settings - Fork 0
/
business.json
120 lines (120 loc) · 2.82 KB
/
business.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"_id": "a65HUq_fWrxFknPvrBgmVw",
"type": "business",
"business_name": {
"de": "Angelis Reinigungen GmbH"
},
"preferred_language": "de",
"address": {
"house_number": "6a",
"street": "Brunnwiesenstrasse",
"zipcode": "8157",
"city": "Dielsdorf",
"region": "ZH",
"country": "CH"
},
"geo_area": {
"zipcode": [
{
"id": "area-11070",
"type": "geoarea",
"geo_area_data": {
"geoarea_type": "zipcode",
"zipcode_number": "8157"
},
"name": {
"de": "Dielsdorf"
},
"default_language": "de",
"description": "Dielsdorf",
"alternative_names": [
]
}
],
"country": [
{
"id": "area-150",
"type": "geoarea",
"geo_area_data": {
"geoarea_type": "country",
"iso_code": "CH"
},
"name": {
"rm": "Svizra",
"it": "Svizzera",
"fr": "Suisse",
"de": "Schweiz",
"en": "Switzerland"
},
"description": "Schweiz/Suisse",
"alternative_names": [
"CH"
]
}
]
},
"services": [
{
"id": "m7X-YRbLgF0trFcEP8f40Q",
"type": "service",
"assets": {
"opening_hours": [
{
"id": "MPM6tg_pchAZfbucUdPHdg",
"type": "asset",
"asset_data": {
"asset_type": "opening_hours",
"days": {
"monday": [
{
"start": "07:00",
"end": "12:00",
"type": "TIME_RANGE"
},
{
"start": "13:00",
"end": "17:00",
"type": "TIME_RANGE"
}
],
"tuesday": [
{
"start": "07:00",
"end": "12:00",
"type": "TIME_RANGE"
},
{
"start": "13:00",
"end": "17:00",
"type": "TIME_RANGE"
}
],
"wednesday": [
{
"start": "07:00",
"end": "12:00",
"type": "TIME_RANGE"
}
],
"thursday": [
{
"start": "07:00",
"end": "12:00",
"type": "TIME_RANGE"
}
],
"friday": [
{
"start": "07:00",
"end": "12:00",
"type": "TIME_RANGE"
}
]
}
}
}
]
}
}
]
}