Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GH-Workflow for bundling of schemas #139

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

SpeckiJ
Copy link
Collaborator

@SpeckiJ SpeckiJ commented Feb 26, 2025

Adds workflow to bundle schemas to GH-Actions.

Releases are initially marked as pre-release, and can then be manually upgraded to full-release.

fixes #137

@SpeckiJ
Copy link
Collaborator Author

SpeckiJ commented Feb 26, 2025

Note:

The resulting bundle files contain recursive references (as SensorML is inherently recursive). Some OpenAPI Editor Tools (e.g. https://editor-next.swagger.io/) handle this really badly, crashing the browser/tab.

https://redocly.github.io/redoc/ works, but takes a while

https://opengeospatial.github.io/ogcapi-connected-systems/redoc/ works flawlessly

@SpeckiJ SpeckiJ self-assigned this Feb 26, 2025
@SpeckiJ SpeckiJ added this to the Release: OGC API CS - Part 1 milestone Feb 26, 2025
@alexrobin
Copy link
Collaborator

@SpeckiJ FYI, the redoc version at https://opengeospatial.github.io/ogcapi-connected-systems/redoc/ has a fix to load the schemas lazily, that's why it works better.

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.

Add GitHub workflow for bundle generation
2 participants