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 issue is present when there is a responses schema that uses oneOf.
Documentation generated by redoc doesn't show the description for the different responses (shows only "object", "object").
The code examples on the right, show only one of the possible responses (which is very confusing for a user reading the documentation). It would be more consistent to show a tab to select the different responses.