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

Fix 2019-09 hyperschema meta-schemas #1132

Merged

Conversation

jdesrosiers
Copy link
Member

Related to #1120

The links.json schema uses $recursiveRef wrong. In fact, $recursiveRef is not capable of expressing the relationship that was
intended. With this version, schemas in the links keyword are pinned to the 2019-09 hyperschema dialect even if $recursiveRef is used to extend the 2019-09 hyperschema dialect. While not exactly what was intended, this covers all but advanced use-cases.

The links.json schema uses `$recursiveRef` wrong. In fact,
`$recursiveRef` is not capable of expressing the relationship that was
intended. With this version, schemas in the `links` keyword are pinned
to the 2019-09 hyperschema dialect even if `$recursiveRef` is used to
extend the 2019-09 hyperschema dialect. While not exactly what was
intended, this covers all but advanced use-cases.
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.

JSON Hyper-Schema Needs Schema Version Parity
1 participant