Getting all validations errors on one json at once #326
Unanswered
samvanderzwan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am starting to use this validator for json scheme and doing some first tests with it. In this test I created a json scheme and a json which I want t o validate with this scheme.
On purpose I have added multiple errors in the json and then tried validating it. The error is found, but I only get back one validating error and not all. My question is: is it possible to catch all errors in a json at once and how can this be achieved.
Beta Was this translation helpful? Give feedback.
All reactions