Skip to content

Commit 43c260c

Browse files
committed
some more clarification on when implementations should normalize IRIs
1 parent 39c0e18 commit 43c260c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-core.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -895,9 +895,9 @@ by other parties.
895895
### Base IRI, Anchors, and Dereferencing
896896

897897
To differentiate between schemas in a vast ecosystem, schemas are identified by
898-
[absolute IRIs](#rfc3987) (without fragments), and can embed references to other
899-
schemas by specifying their IRI. When comparing IRIs, implementations SHOULD
900-
interpret them using the normalization procedures defined in
898+
[absolute IRIs](#rfc3987) (without fragments) and can embed references to other
899+
schemas by specifying their respective IRIs. When comparing IRIs,
900+
implementations SHOULD first follow the IRI normalization procedures defined in
901901
[RFC 3987](#rfc3987), section 5.3.
902902

903903
Several keywords can accept a relative [IRI reference](#rfc3987), or a value

0 commit comments

Comments
 (0)