Open MikeRalphson opened 7 years ago
Thanks for letting me know. I'll try to reproduce the problem locally and look into the cause
I encountered this today, and I have made a minimal reproduction case here: https://github.com/BigstickCarpet/json-schema-ref-parser/issues/36
Otherwise, maybe try settings the option $refs.circular
to false
....?
https://github.com/BigstickCarpet/swagger-parser/blob/master/docs/options.md#options
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).