Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
26.59k
stars
8.96k
forks
source link
OpenAPI 3.1.0 support: Schemas titles are no more displayed #9308
Open
kekel87 opened 1 year ago
Q&A
5.9.0
3.1.0
Content & configuration
Example Swagger/OpenAPI definition:
Swagger-UI configuration options:
Describe the bug you're encountering
While upgrading to OpenAPI version
3.1.0
, the titles of the schemas are no longer displayed.Instead, I see the path specified in the components/schemas (
response-wrapper
).If I revert to version
3.0.0
, it works again.To reproduce...
Steps to reproduce the behavior: Upgrade to OpenAPI version
3.1.0
.Expected behavior
I should see the contents of the title property displayed: