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
Hi,
Swagger UI is not able to support nested $ref. Here is the complete description of the issue.
http://stackoverflow.com/questions/35166265/swagger-nested-ref-not-working
Please fix.
Regards, Ritwik
The text was updated successfully, but these errors were encountered:
Interesting observation: The Swagger-UI actually skips a node that it cannot resolve (at the nested level).
So in my example referred above, when rendering the definition on the UI, Swagger-UI acts as if the "error-block": { "$ref": "error-block.schema" }
does not exist at all! (the $ref above is a second level reference).
Not sure if this helps identifying the issue.
Sorry, something went wrong.
This issue is closed in the latest Master. Therefore closing it.
No branches or pull requests
Hi,
Swagger UI is not able to support nested $ref. Here is the complete description of the issue.
http://stackoverflow.com/questions/35166265/swagger-nested-ref-not-working
Please fix.
Regards,
Ritwik
The text was updated successfully, but these errors were encountered: