Closed AndrewChurchill closed 2 years ago
I don't believe this functionality currently exists, but it shouldn't be hard to add in. I'll try to make this update before Monday.
I was able to add this functionality to release 1.19.0. The skip code is WSCH006
.
Thank you so much for adding this!
Hello, I am seeing the following validation error when I try to call:
Result:
My question is: is there a way to ignore "example" properties? Meaning if the validator encounters a property called "examples" it just excepts whatever's in there and moves on (even if it's a string and it expects an object)? We give our examples as JSON strings like they'd appear in the request body. I don't want any validation to take place on these entries at the moment.
Is there a way to ignore validation on examples?
Alternatively, if examples are given as a JSON string, is there a way to tell the validator to parse it as a JSON string? If not, I'd rather disable the validator trying to load examples for the moment.
Thanks for your help!