-
-
Notifications
You must be signed in to change notification settings - Fork 878
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
Return the compiled schema with $ref resolved #336
Comments
To repeat here the reasons why it is not possible:
|
I have found a possible way to get compiled schema with resolved references.. maybe it could help.
|
@RS-Roshi how reliable has this been for you? I'm looking into doing something like this but I want to make sure nothing needs added. |
@kenisteward above solution works great with referenced schemas but it doesn't work in case you have recursive references.
|
Another possible solution to resolving $ref in schema definitions is using separate library - ref-parser. |
Is there a way to get the schema with all the references resolved ?
The text was updated successfully, but these errors were encountered: