ajv-validator / ajv-errors

Custom error messages in JSON Schemas for Ajv validator
https://ajv.js.org
MIT License
284 stars 18 forks source link

Is it possible to define a "dictionary" of common error messages? #151

Open agjs opened 1 year ago

agjs commented 1 year ago

Hey folks. Is it possible to define a list of common error messages, so I don't have to repeat the same message in every schema.

For instance, e.g. minLength, I don't want to rewrite the same message every single time, hence, I'd want to define some of the "global" errors. And if this is not possible, does any of the current maintainers knows if it's feasible to implement something like that in this library, I'm happy to contribute.

Thanks in advance