-
-
Notifications
You must be signed in to change notification settings - Fork 217
test/refRemote: anchor within remote ref #640
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
Conversation
Both of these pass on my implementation 👍. Thanks @santhosh-tekuri! Could you also add them to the |
@gregsdennis added in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just holding for another impl to confirm.
Thanks, yep, looks good to me too. |
I also added this to the referencing-suite where it seems I forgot it -- if you're working on a new referencing implementation you might be interested in that suite until I get the time to do python-jsonschema/referencing-suite#3 and copy its tests here to this suite. |
{ | ||
"description": "anchor within remote ref", | ||
"schema": { | ||
"$schema": "https://json-schema.org/draft/2010-09/schema", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an incorrect URI. Any tests that try to use this schema ought to be failing due to the missing resource.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just raised PR #644 to fix this
if the test is valid, then I will add the same for remaining drafts in this PR