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
We could probably follow the approach taken by FastAPI and generate a temporary schema for the OpenAPI docs that just concatenates the name of the inputs together:
It would be fairly easy to provide support for unions in the validator:
e.g
We could probably follow the approach taken by FastAPI and generate a temporary schema for the OpenAPI docs that just concatenates the name of the inputs together:
The text was updated successfully, but these errors were encountered: