Closed rkaralkin closed 8 years ago
Hi,
I want use own jsonschema validator. Can you accept it in @schema.validate decorator and than pass it to jsonschema.validate()
Same way as you doing with format_checker.
format_checker
Hey @rkaralkin I'm swamped at the moment so I don't know when I'll be able to get around to this. Feel free to submit a PR for this though and I can look at it!
Hi,
I want use own jsonschema validator. Can you accept it in @schema.validate decorator and than pass it to jsonschema.validate()
Same way as you doing with
format_checker
.