Skip to content

Conversation

@btittelbach
Copy link
Contributor

realraum endpoint URL has changed. Everything else remains the same as before.

Copy link
Member

@s3lph s3lph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for the update!

Unfortunately, it appears your SpaceAPI endpoint is currently invalid: https://validator.spaceapi.io/ui?url=https://status.realraum.at/spaceapi.json

The only thing currently broken is the unit of your air pressure: You're using hPa, while the v0.13 schema erroneously mandates hPA (with an uppercase A). We have since corrected this error by additionally introducing the correct spelling in SpaceAPI schema v14, and removing the wrong spelling in v15.

Since your endpoint would already be compliant with both v14 and v15, I think the best course of action would be to remove "api": "0.13" from your endpoint and add "api_compatibility": ["14", "15"] instead. (We also changed the versioning scheme with v14 to allow endpoints to indicate support for more than one version at a time, see the schema documentation for more details).

This would also allow you to move your Mastodon profile URL from .projects to .contact.mastodon, which was introduced in v14.

@btittelbach
Copy link
Contributor Author

Thanks for letting me know about the new api versions.
Also great to know that my issue about the unit capitalisation from way back than has finally been fixed :-)

Validator is happy now :-)

Copy link
Member

@s3lph s3lph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀 thanks for the update!

@s3lph s3lph merged commit 924e6a1 into SpaceApi:master Nov 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants