Stranger6667 / jsonschema-rs

JSON Schema validation library
https://docs.rs/jsonschema
MIT License
482 stars 90 forks source link

`$ref` is an `URI`, not `URL` #454

Open eirnym opened 4 months ago

eirnym commented 4 months ago

URL is a subset of URI and it's easy to misinterpret and misread it. Other important subset of URI is URN which is used in JSON schemas quite often.

I understand that it will break API, but please fix it.