sagold / json-schema-library

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

Support for `idn-email` fromat in Draft07 #45

Closed heikoter closed 9 months ago

heikoter commented 9 months ago

Hello, I am not sure if I am missing something or does something the wrong way. https://json-schema.org/draft-07/json-schema-release-notes.html From the documentation, it is said, that with Draft07 the format support for idn-email should be given. Is there a way to add this format? We would be super happy to have the support. Thanks

sagold commented 9 months ago

Hi Heiko,

support for format: "id-email" has been added with json-schema-library@9.1.0.

Cheers.