Skip to content

Commit 4315260

Browse files
Apply suggestions from code review
Co-authored-by: Jason Desrosiers <[email protected]>
1 parent 76505b9 commit 4315260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-validation.md

Lines changed: 2 additions & 2 deletions
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
@@ -948,7 +948,7 @@ schema form to the core spec
948948
- Restored "regex" format (removal was unintentional)
949949
- Added "date" and "time" formats, and reserved additional RFC 3339 format
950950
names
951-
- I18N formats: "iri", "IRI reference", "idn-hostname", "idn-email"
951+
- I18N formats: "iri", "iri-reference", "idn-hostname", "idn-email"
952952
- Clarify that "json-pointer" format means string encoding, not URI fragment
953953
- Fixed typo that inverted the meaning of `minimum` and `exclusiveMinimum`
954954
- Move format syntax references into Normative References

0 commit comments

Comments
 (0)