sthakur101
3 years agoOccasional Visitor
Is there a way to render swagger Ui for ref with infinite loop
I have a YAML file, when i generate html2 from swagger editor website the body content doesn't get rendered for the same.
The reason is because of ref in line 210 creating an infinite loop, when i remove the same the body gets rendered perfectly but is there a way to handle the infinite loop situation in swagger.
How can we handle Tree models that have reference to itself as in line 210 in attached file