for-GET / jesse

jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang.
https://github.com/for-get/jesse
Apache License 2.0
124 stars 64 forks source link

[#90] improve error messages #91

Closed jfacorro closed 4 years ago

jfacorro commented 4 years ago

Description

Add internal errors for oneOf, allOf and anyOf to allow the user to figure out where the specific validation failed.

Fixes #90.