{ "api": "0.13 {#- Go look at https://spaceapi.io/docs -#}", "space": "Our New Hackerspace", "logo": "https://example.org/logo.png", "url": "https://example.org/", "location": { "lat": 0.0, "lon": 0.0 }, "contact": { "email": "example@example.org" }, "issue_report_channels": [ "email" ], "state": "{#- You can write your own plugins for retrieving dynamic information -#} {{ our_space_state() }}", "sensors": { "people_now_present": "{{ our_sensor_backend('people_count') }}" } }