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
Seems to affect both the v3.4 and v4 branches.
Each seem to have quite deeply nested circular references (I used a topological sorting algorithm to check).
The text was updated successfully, but these errors were encountered:
Thanks for letting me know. I'll try to reproduce the problem locally and look into the cause
Sorry, something went wrong.
I encountered this today, and I have made a minimal reproduction case here: APIDevTools/json-schema-ref-parser#36
Otherwise, maybe try settings the option $refs.circular to false....?
$refs.circular
false
https://github.com/BigstickCarpet/swagger-parser/blob/master/docs/options.md#options
No branches or pull requests
Seems to affect both the v3.4 and v4 branches.
Each seem to have quite deeply nested circular references (I used a topological sorting algorithm to check).
The text was updated successfully, but these errors were encountered: