Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Desrosiers <[email protected]>
  • Loading branch information
gregsdennis and jdesrosiers authored Oct 2, 2024
1 parent 76505b9 commit 4315260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4315260

Please sign in to comment.