Skip to content

Commit 3ce655d

Browse files
Update specs/jsonschema-core.md
Co-authored-by: Greg Dennis <[email protected]>
1 parent f9a1fba commit 3ce655d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specs/jsonschema-core.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1206,9 +1206,9 @@ each resource is a separate document connected with [schema
12061206
references](#referenced), or is structured as a single document with one or more
12071207
schema resources embedded as subschemas.
12081208

1209-
Since IRIs with JSON Pointer fragments relative to the parent schema
1210-
resource's IRI cease to be valid when the embedded schema is moved to a separate
1211-
document and referenced, applications and schemas SHOULD NOT use such IRIs to
1209+
Since IRIs with JSON Pointer fragments are relative to the parent schema
1210+
resource's IRI, they cease to be valid when the embedded schema is moved to a separate
1211+
document and referenced. Because of this, applications and schemas SHOULD NOT use such IRIs to
12121212
identify embedded schema resources or locations within them.
12131213

12141214
Consider the following schema document that contains another schema resource

0 commit comments

Comments
 (0)