summaryrefslogtreecommitdiffstats
path: root/api.example.json
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-18 11:41:01 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-18 11:41:01 +0200
commitbfb995563f41b86de2f0a82999c99391f7f00582 (patch)
tree56fc70e4e31d07237f4f3bb76cf9d56ef4d09681 /api.example.json
downloadspaceapi-server-bfb995563f41b86de2f0a82999c99391f7f00582.tar.gz
spaceapi-server-bfb995563f41b86de2f0a82999c99391f7f00582.tar.bz2
spaceapi-server-bfb995563f41b86de2f0a82999c99391f7f00582.tar.lz
spaceapi-server-bfb995563f41b86de2f0a82999c99391f7f00582.zip

feat: initial commit

Diffstat (limited to 'api.example.json')
-rw-r--r--api.example.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/api.example.json b/api.example.json
new file mode 100644
index 0000000..5cda315
--- /dev/null
+++ b/api.example.json
@@ -0,0 +1,44 @@
+{
+ "$schema": "https://raw.githubusercontent.com/SpaceApi/schema/refs/heads/master/15.json",
+ "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",
+ "location": {
+ "address": "Zwyssigstrasse 45, 3007 Bern, Switzerland",
+ "lon": 7.421927,
+ "lat": 46.944178,
+ "timezone": "Europe/Zurich",
+ "country_code": "CH",
+ "hint": "Downstairs, in basement. Not wheelchair accessible, sadly."
+ },
+ "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"
+}