Skip to content

Commit

Permalink
Merge branch 'gregsdennis/id-updates' of github.com:json-schema-org/j…
Browse files Browse the repository at this point in the history
…son-schema-spec into gregsdennis/id-updates
  • Loading branch information
gregsdennis committed Oct 11, 2024
2 parents 86647d1 + 17db555 commit 8268e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,7 @@ determines the canonical nature of the resulting full IRI.[^18]
and direct you to read the CREF located in {{#embedded}} for further comments.

While the following IRIs do correctly indicate specific schemas, per the reasons
outlined in {{embedded}}, they are to be avoided:
outlined in {{embedded}}, they are to be avoided as they may not work in all implementations:

Document location `/$defs/B`:
- canonical (and base) `IRI: https://example.com/other.json`
Expand Down
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 8268e40

Please sign in to comment.