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
In the generated OpenAPI docs, UserArrayResponseBody schema shows an array[object] text which I would like it to say array[User]. Documented JSON is correct for User. I've looked for some time but was not able to get this, like trying to implement SchemeProvider etc.