sagold / json-schema-library

Customizable and hackable json-validator and json-schema utilities for traversal, data generation and validation
MIT License
175 stars 18 forks source link

fix: use draft errors instead of default #46

Closed heikoter closed 1 year ago

heikoter commented 1 year ago

In some files the default error functions are used. To be able to override these methods and error messages I used the draft.errors

sagold commented 1 year ago

Awesome. Thank you for your contribution!

sagold commented 1 year ago

this change has been released with json-schema-library@9.1.2

heikoter commented 1 year ago

Thank you for the quick response and merge @sagold 🥳