mirror of https://github.com/kdl-org/kdl.git
rename uri/iri to url/irl
Fixes: https://github.com/kdl-org/kdl/issues/124
This commit is contained in:
parent
a44fcbb1d4
commit
1b86e13b13
|
|
@ -258,11 +258,11 @@ and property names when the `node-names` or `prop-names` options are activated.
|
|||
* `idn-hostname`: RFC5890 internationalized internet hostname.
|
||||
* `ipv4`: RFC2673 dotted-quad IPv4 address.
|
||||
* `ipv6`: RFC2373 IPv6 address.
|
||||
* `uri`: RFC3986 URI.
|
||||
* `uri-reference`: RFC3986 URI Reference.
|
||||
* `iri`: RFC3987 Internationalized Resource Identifier.
|
||||
* `iri-reference`: RFC3987 Internationalized Resource Identifier Reference.
|
||||
* `uri-template`: RFC6570 URI Template.
|
||||
* `url`: RFC3986 URI.
|
||||
* `url-reference`: RFC3986 URI Reference.
|
||||
* `irl`: RFC3987 Internationalized Resource Identifier.
|
||||
* `irl-reference`: RFC3987 Internationalized Resource Identifier Reference.
|
||||
* `url-template`: RFC6570 URI Template.
|
||||
* `uuid`: RFC4122 UUID.
|
||||
* `regex`: Regular expression. Specific patterns may be implementation-dependent.
|
||||
* `base64`: A Base64-encoded string, denoting arbitrary binary data.
|
||||
|
|
|
|||
10
SPEC.md
10
SPEC.md
|
|
@ -245,11 +245,11 @@ IEEE 754 floating point numbers, both single (32) and double (64) precision:
|
|||
* `idn-hostname`: RFC5890 internationalized internet hostname.
|
||||
* `ipv4`: RFC2673 dotted-quad IPv4 address.
|
||||
* `ipv6`: RFC2373 IPv6 address.
|
||||
* `uri`: RFC3986 URI.
|
||||
* `uri-reference`: RFC3986 URI Reference.
|
||||
* `iri`: RFC3987 Internationalized Resource Identifier.
|
||||
* `iri-reference`: RFC3987 Internationalized Resource Identifier Reference.
|
||||
* `uri-template`: RFC6570 URI Template.
|
||||
* `url`: RFC3986 URI.
|
||||
* `url-reference`: RFC3986 URI Reference.
|
||||
* `irl`: RFC3987 Internationalized Resource Identifier.
|
||||
* `irl-reference`: RFC3987 Internationalized Resource Identifier Reference.
|
||||
* `url-template`: RFC6570 URI Template.
|
||||
* `uuid`: RFC4122 UUID.
|
||||
* `regex`: Regular expression. Specific patterns may be implementation-dependent.
|
||||
* `base64`: A Base64-encoded string, denoting arbitrary binary data.
|
||||
|
|
|
|||
Loading…
Reference in New Issue