feat(rumdl): host schema locally for direct URL access#5305
Merged
Conversation
Contributor
|
Thanks for the PR! This section of the codebase is owned by @madskristensen and |
3d5b2be to
48ff57f
Compare
Adds the rumdl schema file to the repository so it can be accessed directly at https://json.schemastore.org/rumdl.json Previously, the catalog entry pointed to an external GitHub raw URL, which meant the direct SchemaStore URL returned 404. This change enables users to use $schema references and validators that don't consult the catalog. Changes: - Add src/schemas/json/rumdl.json - Update catalog.json URL to use local schema
48ff57f to
0c988ea
Compare
hyperupcall
approved these changes
Jan 23, 2026
Member
|
Thanks! |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hosts the rumdl JSON schema locally to enable direct URL access at https://json.schemastore.org/rumdl.json
The previous PR (#5052) added rumdl to the catalog with an external URL pointing to GitHub. This worked for catalog-based tooling, but the direct SchemaStore URL returned 404. Hosting the schema locally enables:
$schemareferences in config filesChanges:
src/schemas/json/rumdl.jsonRelated Links: