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
Is your feature request related to a problem? Please describe.
Validating the whole response is great in my API tests. But in my unit tests I'd like to be able to validate objects against individual schema objects
Describe the solution you'd like
given an API spec including:
this does not support validating objects against definitions of response objects, parameters, security stuff, etc. That should be easy to implement though, so if anyone wants that raise an issue :)
OpenAPI version
all
Is your feature request related to a problem? Please describe.
Validating the whole response is great in my API tests. But in my unit tests I'd like to be able to validate objects against individual schema objects
Describe the solution you'd like
given an API spec including:
Be able to do
And to be able to do this with more complex schema objects too
Describe alternatives you've considered
I've not found any other open source packages with this functionality
The text was updated successfully, but these errors were encountered: