KnowledgeCaptureAndDiscovery / OBA

Ontology based APIs
Apache License 2.0
38 stars 12 forks source link

Check circular references when doing validation and writing the Swagger UI #141

Open dgarijo opened 4 years ago

dgarijo commented 4 years ago

When there are circular references in the schemas, they become in some cases too big. As a result, even if the API works fine, the Swagger API HTML is quite slow to browse.

This is inconvenient and we should have a look at it. Related to issue #123