From 4315260c24d4b5c3bca09c20b2d1881b7e4acb83 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Thu, 3 Oct 2024 08:24:33 +1300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jason Desrosiers --- jsonschema-validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema-validation.md b/jsonschema-validation.md index 443e6880..7b1ed9ee 100644 --- a/jsonschema-validation.md +++ b/jsonschema-validation.md @@ -444,7 +444,7 @@ representation of an IP address as follows: [RFC3986](#rfc3986). - *iri:* A string instance is valid against this attribute if it is a valid IRI, according to [RFC3987](#rfc3987). -- *IRI reference:* A string instance is valid against this attribute if it is a +- *iri-reference:* A string instance is valid against this attribute if it is a valid IRI Reference (either an IRI or a relative-reference), according to [RFC3987](#rfc3987). - *uuid:* A string instance is valid against this attribute if it is a valid @@ -948,7 +948,7 @@ schema form to the core spec - Restored "regex" format (removal was unintentional) - Added "date" and "time" formats, and reserved additional RFC 3339 format names - - I18N formats: "iri", "IRI reference", "idn-hostname", "idn-email" + - I18N formats: "iri", "iri-reference", "idn-hostname", "idn-email" - Clarify that "json-pointer" format means string encoding, not URI fragment - Fixed typo that inverted the meaning of `minimum` and `exclusiveMinimum` - Move format syntax references into Normative References