Describe the bug
I use springdoc-openapi-ui to generate openapi docs for my app. With the filters enabled, the generation of openapi-docs is broken. The whole result in /v3/api-docs which should be a JSON object, is quoted as JSON-String
To Reproduce
create a simple REST app
add springdoc-openapi-ui 1.5.0 to classpath
browse to /v3/api-docs
Expected behavior
An openapi v3 JSON should be returned. Instead, a JSON-string vontaining the (quoted) JSON is returned.
Describe the bug I use springdoc-openapi-ui to generate openapi docs for my app. With the filters enabled, the generation of openapi-docs is broken. The whole result in /v3/api-docs which should be a JSON object, is quoted as JSON-String
To Reproduce
Expected behavior An openapi v3 JSON should be returned. Instead, a JSON-string vontaining the (quoted) JSON is returned.
Spring/Spring-boot: