pg_jsonschema
pg_jsonschema copied to clipboard
Expose validate()
Currently, only is_valid() is exposed, which just returns a bool.
It would be great to expose validate(), too, to get actual validation errors thrown (with information about why the validation is failing...).