diff --git a/SCHEMA-SPEC.md b/SCHEMA-SPEC.md index 801fe4b..6a6e20d 100644 --- a/SCHEMA-SPEC.md +++ b/SCHEMA-SPEC.md @@ -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. diff --git a/SPEC.md b/SPEC.md index 4cfaea0..dc99682 100644 --- a/SPEC.md +++ b/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.