ExodusMovement / schemasafe

A reasonably safe JSON Schema validator with draft-04/06/07/2019-09/2020-12 support.
https://npmjs.com/@exodus/schemasafe
MIT License
161 stars 12 forks source link

Human-readable errors #183

Open Stadly opened 6 months ago

Stadly commented 6 months ago

Is there a way to get human-readable errors? For example, instead of #/properties/message/minLength, something like String must contain at least 1 character(s).

This would be very helpful when using this library together with Superforms (#181).