java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
http://json-schema-validator.herokuapp.com/
Other
1.63k stars 399 forks source link

How to stop JSON schema validation when first invalid array item is found? #306

Open yayaryna opened 5 years ago

yayaryna commented 5 years ago

My response from service is a large JSON array. So, I want to stop JSON schema validation when the first mismatch is found.