Skip to content

Commit a260c77

Browse files
committed
resolves #1349 - add explicit pointer to IRI normalization process
1 parent 10fa342 commit a260c77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: jsonschema-core.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -912,8 +912,9 @@ the case of a network-addressable URL, a schema need not be downloadable from
912912
its canonical IRI.
913913

914914
If present, the value for this keyword MUST be a string, and MUST represent a
915-
valid [IRI reference](#rfc3987). This IRI reference SHOULD be normalized, and
916-
MUST resolve to an [absolute IRI](#rfc3987) (without a fragment).
915+
valid [IRI reference](#rfc3987). This IRI reference SHOULD be normalized per RFC
916+
3987, section 5.3, and MUST resolve to an [absolute IRI](#rfc3987) (without a
917+
fragment).
917918

918919
The resulting absolute IRI serves as the base IRI for relative IRI references in
919920
keywords within the schema resource, in accordance with [RFC 3987 section

0 commit comments

Comments
 (0)