kdl-org / kdl

the kdl document language specifications
https://kdl.dev
Other
1.11k stars 61 forks source link

rename (or add alias for) uri -> url #124

Closed zkat closed 3 years ago

zkat commented 3 years ago

As @tabatkins said in #123, the difference between url and uri is mostly academic. I used uri in both the Schema and the Type Annotations specs mostly because that's what JSON Schema called them, but I'm perfectly happy with changing it in our own specs, or even adding url as an additional thing with identical semantics to uri.

We should probably give iri the same treatment, though?