You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 23, 2026. It is now read-only.
The JSONSchema tooling supports importing schemas referenced by their ID when that ID is a URL; which is why we've chosen to use this ID format. However, in order to make that possible, we need to actually serve the schema documents at that URL. I expect this could be done in one of two ways:
dynamic proxying of the raw content from the Github Repo
bake in the documents through the build process to be served directly
Currently we are using a URL identifier for our OpenSLO Schemas in this format:
The JSONSchema tooling supports importing schemas referenced by their ID when that ID is a URL; which is why we've chosen to use this ID format. However, in order to make that possible, we need to actually serve the schema documents at that URL. I expect this could be done in one of two ways: