k1derly
5 years agoVisitor
Response object property named "entries" causes editor.swagger.io to error.
editor.swagger.io fails to render if the spec file contains a response with an object property named "entries". This spec DOES NOT render: openapi: 3.0.0 info: title: test version: 1.0...
- 5 years ago
Hi k1derly, thanks for the report. It's a bug in the latest release of Swagger Editor, the issue is tracked here:
https://github.com/swagger-api/swagger-ui/issues/6016
As a workaround, please use Swagger Editor version 3.8.2, you can download it from the Releases page. To run the editor locally, open the index.html file in your browser, or put index.html and the dist folder on a web server and load it from there.