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
It would be nice for quart-openapi to validate responses against the response schema as well as requests against the request schema. Right now, response validators can be added for documentation purposes only. Ideally, the server would 500 upon validation error.
It would be nice for
quart-openapito validate responses against the response schema as well as requests against the request schema. Right now, response validators can be added for documentation purposes only. Ideally, the server would 500 upon validation error.