You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example is a reduced version of my (afaik) valid OpenApi 3 file defining a request body with both application/json and text/plain mimetypes:
The following example is a reduced version of my (afaik) valid OpenApi 3 file defining a request body with both
application/json
andtext/plain
mimetypes:The official Swagger Editor accepts the plaintext example:
When I generate a standalone HTML file using
redoc-cli
(Version 0.11.4), the example is ignored:Also, but probably due to the same bug, when I remove the
application/json
This issue might be related to #371.
The text was updated successfully, but these errors were encountered: