-
Notifications
You must be signed in to change notification settings - Fork 399
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
Not possible to validate a schema through $ref #110
Comments
+1 |
@fge any thoughts on this? Thank you. |
Reference resolution is done at validation time right now. This is an implementation choice, and one which you are not the only ones to complain about ;) This choice was made because dereferencing may, or may not, succeed; or worse, it may lead to different schemas depending on the moment you dereference. But I guess this is too much procrastination... I'll try and see whether at this point schema inlining can be inserted in 2.2.x or whether the target will be 3.x. |
Thanks for the update @fge |
Is this issue still open ? I can take a shot at it. |
@fge This has been an open issue for more than six years. Has dereferencing support been added yet? It doesn't appear to be working |
[version 2.2.5]
Schema validation does not dereference $ref elements and validate targets. At a minimum, identification of inexistant references would be nice.
The text was updated successfully, but these errors were encountered: