Skip to content

Commit 9a8ae14

Browse files
committed
update general summary about identifiers
1 parent 8407415 commit 9a8ae14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsonschema-core.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -894,11 +894,11 @@ by other parties.
894894

895895
### Base IRI, Anchors, and Dereferencing
896896

897-
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 respective IRIs. When comparing IRIs for the
900-
purposes of resource identification, implementations SHOULD first follow the IRI
901-
normalization procedures defined in [RFC 3987](#rfc3987), section 5.3.
897+
To differentiate between schemas in a vast ecosystem, schema resources are
898+
identified by [absolute IRIs](#rfc3987) (without fragments). These identifiers
899+
are used to created references between schema resources. When comparing IRIs for
900+
the purposes of resource identification, implementations SHOULD first follow the
901+
IRI normalization procedures defined in [RFC 3987](#rfc3987), section 5.3.
902902

903903
Several keywords can accept a relative [IRI reference](#rfc3987), or a value
904904
used to construct a relative IRI reference. For these keywords, it is necessary

0 commit comments

Comments
 (0)