Produce a schema-valid OpenAPI specification (closes #1457)

This commit is contained in:
Bernd Bestel
2021-07-05 23:23:59 +02:00
parent 6462dd8af6
commit 54bf7ed659
10 changed files with 136 additions and 135 deletions

View File

@@ -20,7 +20,8 @@ const swaggerUi = SwaggerUIBundle({
HideTopbarPlugin
],
layout: 'StandaloneLayout',
docExpansion: "list"
docExpansion: "list",
defaultModelsExpandDepth: -1
});
window.ui = swaggerUi;