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
This is done to avoid resurrecting old issues and bumping long threads with new, possibly unrelated content.
If you think you're experiencing something similar to what you've found here: please open a new issue, follow the template, and reference this issue in your report.
Demonstration API definition
Expected Behavior
The rendered array example should use the appropriate item type - in this example, string and/or integer, that is, something like
or
or maybe even
Current Behavior
The response example is displayed as
which is wrong - because the array item schema is not nullable.
Context
This might be related to #3803.
Workaround
Add an
example
to the schema:The text was updated successfully, but these errors were encountered: