-
Notifications
You must be signed in to change notification settings - Fork 98
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
Possible internal reference resolution issue #19
Comments
I have seen this when attempting to $ref to an id that has a local pointer such as "#uuid". |
FWIW i worked around this issue by modifying the schema document i'm parsing by:
w/ those changes the schema is parsed correctly and i'm able to validate against it. |
local references to id of definitions does not appear to work. |
Thanks for reporting this, I will have to look into it. To be honest, the whole part about using ids to change the resolution scope and referencing to them is the most confusing part about the whole specification for me. No idea yet how easy this would be to fix. |
When trying to resolve a schema (available here), I get the following error:
Replacing the $ref values w/
#/properties/xxx
instead of#xxx
seems to get me past this issue but others arise.I'm unsure whether this is a bug, a limitation or something wrong I'm [not] doing?
The text was updated successfully, but these errors were encountered: