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
openapi: 3.0.2info:
title: Response without a schemaversion: 1.0.0paths:
/foo:
get:
responses:
'200':
description: OK
Describe the bug you're encountering
Responses without content are now displayed with empty "Example Value" and "Schema" sections. This is a regression introduced in v. 3.23.0 by /pull/5427.
Expected behavior
Responses without content should NOT have the "Example Value" and "Schema" sections.
Screenshots
The text was updated successfully, but these errors were encountered:
Based on your report, this appears to be limited to us incorrectly rendering an empty ModelExample -- that is, we aren't ever not displaying valid data. As such, I think a hot fix isn't necessary, we can fix this in the next couple of weeks and ship it out on a Friday.
Let me know if I've missed something, or you disagree!
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Describe the bug you're encountering
Responses without
content
are now displayed with empty "Example Value" and "Schema" sections. This is a regression introduced in v. 3.23.0 by /pull/5427.Expected behavior
Responses without
content
should NOT have the "Example Value" and "Schema" sections.Screenshots
The text was updated successfully, but these errors were encountered: