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
not sure to understand ,
example are validated against schema in vacuum
do you want to have API with no schema but just example and create a schema on the fly from the example (usually not super clean , cf enum and constrains , but enough for canvas )
{
"test": "some value that doesn't match examples"
}
wiretap would return a validation error.
My use case is we are writing some tests around wiretap as a mock server and it would be good if it could help us validate that we serialized the data correctly and serialized it to an expected value
would be great if wiretap could validate the request included values that matched the examples in the spec.
Some way to configure wiretap to turn on example validation and ensure that the request contained one of the examples
The text was updated successfully, but these errors were encountered: