Open
Description
Q&A (please complete the following information)
- Swagger-UI version: 5.1.0
- Swagger/OpenAPI version: OpenAPI 3.1
Looks similar to #5453.
Does not happen on Swagger-UI 4.
If I have a response object like this, with only description, it shows an Example Value box with "string"
value:
401:
description: Unauthorized
On Swagger-UI 4 only the description is visible, without the Example Value box.
Not sure if this is a regression or an intended feature.