Skip to content

Commit 43c8889

Browse files
Apply suggestions from code review
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent 4392b25 commit 43c8889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-validation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ representation of an IP address as follows:
444444
[RFC3986](#rfc3986).
445445
- *iri:* A string instance is valid against this attribute if it is a valid IRI,
446446
according to [RFC3987](#rfc3987).
447-
- *IRI reference:* A string instance is valid against this attribute if it is a
447+
- *iri-reference:* A string instance is valid against this attribute if it is a
448448
valid IRI Reference (either an IRI or a relative-reference), according to
449449
[RFC3987](#rfc3987).
450450
- *uuid:* A string instance is valid against this attribute if it is a valid
@@ -952,7 +952,7 @@ schema form to the core spec
952952
- Restored "regex" format (removal was unintentional)
953953
- Added "date" and "time" formats, and reserved additional RFC 3339 format
954954
names
955-
- I18N formats: "iri", "IRI reference", "idn-hostname", "idn-email"
955+
- I18N formats: "iri", "iri-reference", "idn-hostname", "idn-email"
956956
- Clarify that "json-pointer" format means string encoding, not URI fragment
957957
- Fixed typo that inverted the meaning of `minimum` and `exclusiveMinimum`
958958
- Move format syntax references into Normative References

0 commit comments

Comments
 (0)