-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspaceapi.json.example
More file actions
55 lines (55 loc) · 1.14 KB
/
spaceapi.json.example
File metadata and controls
55 lines (55 loc) · 1.14 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"api_compatibility": [
"15"
],
"space": "example.com",
"logo": "https://example.com/images/logo.png",
"url": "https://example.com",
"location": {
"address": "Your address here",
"lat": 0.000000,
"lon": 0.000000,
"timezone": "Your timezone here",
"country_code": "Your country code here",
"hint": "The door code is 1234."
},
"contact": {
"email": "contact@example.com"
},
"issue_report_channels": [
"email"
],
"state": {
"icon": {
"open": "https://example.com/images/logo_open.png",
"closed": "https://example.com/images/logo_closed.png"
},
"open": false,
"lastchange": 0,
"message": "Space status unknown"
},
"sensors": {
"people_now_present": [
{
"value": 0,
"location": "Main Space",
"name": "People Counter",
"description": "Number of people currently in the space"
}
]
},
"feeds": {
"blog": {
"type": "rss",
"url": "https://example.com/posts/index.xml"
}
},
"projects": [
"https://github.com/example"
],
"linked_spaces": [
{
"website": "https://q30.space/"
}
]
}