We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#
"$anchor": "foo"
There are many other possible invalid forms, but these are the two that people are most likely to think might work.
The text was updated successfully, but these errors were encountered:
This one depends on #244 -- which we should totally do but ugh yeah has not been something I've managed to hit so far... :(
Sorry, something went wrong.
How does this depend on #244? I'm not doubting, just not sure how.
The above is wrong (my comment), we indeed can do this.
Add tests for invalid anchors.
666d6b0
Closes: #301 Refs: https://json-schema.org/draft/2020-12/json-schema-core.html#name-defining-location-independe
b62f97c
Successfully merging a pull request may close this issue.
#
allowed (e.g."$anchor": "foo"
is valid, `"$anchor": "#foo" is not)There are many other possible invalid forms, but these are the two that people are most likely to think might work.
The text was updated successfully, but these errors were encountered: