24 lines
445 B
JSON
24 lines
445 B
JSON
|
{
|
||
|
"api": "0.13",
|
||
|
"space": "example.space",
|
||
|
"logo": "http://example.space/logo.png",
|
||
|
"url": "http://example.space",
|
||
|
"location": {
|
||
|
"address": "example.space, 42 Example Street, 1337 Example Town",
|
||
|
"lon": 42.42,
|
||
|
"lat": 13.37
|
||
|
},
|
||
|
"contact": {
|
||
|
"email": "example@example.space"
|
||
|
},
|
||
|
"issue_report_channels": [
|
||
|
"email"
|
||
|
],
|
||
|
"state": {
|
||
|
"open": null
|
||
|
},
|
||
|
"projects": [
|
||
|
"http://example.space/projects"
|
||
|
]
|
||
|
}
|