networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
822 stars 323 forks source link

ethlo as an optional dependency? #973

Closed b-wils closed 6 months ago

b-wils commented 6 months ago

Is it possible to make ethlo an optional dependency? Similar to how YAML parsing is optional as well. I suspect this may already work the same way (throws an exception), but haven't experimented yet. If that is the case, it would be just updating the docs to reflect this.

I'm trying to minimize the number of third party dependencies needed to use this library. We don't need date/time validation for our use case.