-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
34 lines (34 loc) · 1.24 KB
/
data.json
File metadata and controls
34 lines (34 loc) · 1.24 KB
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
{
"schools": [
{
"school_name": "Concordia International School Hanoi",
"school_address": "Van Tri Golf Estate, Kim Nỗ, Đông Anh, Hà Nội.",
"latitude": 21.1454,
"longitude": 105.7948,
"counselor_name": "Ben Compton",
"counselor_email": "ben.compton@concordiahanoi.org",
"counselor_phone": "(555) 123-4567",
"contact_point": "Front Desk",
"preferred_time": "9am - 3pm",
"school_profile": "https://www.concordiahanoi.org/",
"school_website": "https://www.concordiahanoi.org/",
"calendar": "https://www.concordiahanoi.org/",
"logo_url": "/cish.png"
},
{
"school_name": "UNIS International School Hanoi",
"school_address": "Van Tri Golf Estate, Kim Nỗ, Đông Anh, Hà Nội.",
"latitude": 21.0,
"longitude": 105.7948,
"counselor_name": "Ben Compton",
"counselor_email": "ben.compton@concordiahanoi.org",
"counselor_phone": "(555) 123-4567",
"contact_point": "Front Desk",
"preferred_time": "9am - 3pm",
"school_profile": "https://www.concordiahanoi.org/",
"school_website": "https://www.concordiahanoi.org/",
"calendar": "https://www.concordiahanoi.org/",
"logo_url": "/cish.png"
}
]
}