summaryrefslogtreecommitdiffstats
path: root/api.jsonc
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-15 20:03:28 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-15 20:03:28 +0100
commit9ab8477ba36e3355af72093aa0fa2249c25a3f58 (patch)
tree7c443249c37a7d11a0cdb4a1b5657750b5b76021 /api.jsonc
parent8341bc99e8956b4e941bfaa4638c8b02b3dddd0d (diff)
downloaddumbswitch-9ab8477ba36e3355af72093aa0fa2249c25a3f58.tar.gz
dumbswitch-9ab8477ba36e3355af72093aa0fa2249c25a3f58.tar.bz2
dumbswitch-9ab8477ba36e3355af72093aa0fa2249c25a3f58.tar.lz
dumbswitch-9ab8477ba36e3355af72093aa0fa2249c25a3f58.zip

feat: only have exactly 2 response kinds

Diffstat (limited to 'api.jsonc')
-rw-r--r--api.jsonc49
1 files changed, 49 insertions, 0 deletions
diff --git a/api.jsonc b/api.jsonc
new file mode 100644
index 0000000..142d8eb
--- /dev/null
+++ b/api.jsonc
@@ -0,0 +1,49 @@
+{
+ "api": "0.13",
+ "api_compatibility": [
+ "14",
+ "15"
+ ],
+ "space": "Chaostreff Bern",
+ "logo": "https://www.chaostreffbern.ch/images/logo_v1.1.png",
+ "url": "https://www.chaostreffbern.ch",
+ // TODO: Possibly add location.hint that we are in the basement?
+ // TODO: Possibly add location.areas for each area in the space?
+ "location": {
+ "address": "Zwyssigstrasse 45, 3007 Bern, Switzerland",
+ "lon": 7.421927,
+ "lat": 46.944178,
+ "timezone": "Europe/Zurich",
+ "country_code": "CH"
+ },
+ "spacefed": {
+ "spacenet": false,
+ "spacesaml": false,
+ "spacephone": false
+ },
+ "state": {
+ "open": true,
+ "message": "Open every Tuesday from 19h"
+ },
+ "contact": {
+ "email": "info@chaostreffbern.ch",
+ "ml": "bern@chaostreff.ch",
+ "matrix": "#chaostreffbern:chaostreffbern.ch",
+ "jabber": "xmpp://chaostreffbern@conference.chaostreffbern.ch",
+ "mastodon": "@chaostreffbern@chaos.social"
+ },
+ "issue_report_channels": [
+ "email"
+ ],
+ "feeds": {
+ "blog": {
+ "type": "rss",
+ "url": "https://www.chaosbern.ch/feeds/chaosbern_rss.xml"
+ },
+ "calendar": {
+ "type": "caldav",
+ "url": "https://nextcloud.jenix.ch/remote.php/dav/public-calendars/xFMZfKSBNfp3mRNR/"
+ }
+ },
+ "ext_ccc": "chaostreff"
+} \ No newline at end of file