Open
Description
Could you add an option to report all schema validation errors instead of just the first error?
https://ajv.js.org/options.html#usage
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
const ajv = new Ajv({allErrors: true})