karenetheridge / JSON-Schema-Modern

Validate data against a schema using a JSON Schema
https://metacpan.org/release/JSON-Schema-Modern/
Other
10 stars 1 forks source link

hostname, idn-hostname format validation fixes #81

Open karenetheridge opened 8 months ago

karenetheridge commented 8 months ago

draft7 hostname uses RFC1034; draft2019-09+ hostname uses RFC1123, which changed the definition of some things. Identify which libraries are available to us and what RFC(s) they support, to see if we can improve our support.