Could you add an option to report all schema validation errors instead of just the first error? https://ajv.js.org/options.html#usage ```js const ajv = new Ajv({allErrors: true}) ```
Could you add an option to report all schema validation errors instead of just the first error?
https://ajv.js.org/options.html#usage