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

uri validation could be improved #31

Open karenetheridge opened 4 years ago

karenetheridge commented 4 years ago

Currently we just use Mojo::URL as the parser, but (e.g. https://github.com/mojolicious/mojo/issues/1540 ) it does not use the grammars in https://tools.ietf.org/html/rfc3986#appendix-A.

see also https://github.com/json-schema-org/JSON-Schema-Test-Suite/pull/419