Skip to content

Commit 3c99506

Browse files
committed
Rephrase definition of Compound Schema Document to only be about transcluding external Schema Resources
1 parent ac9ec4f commit 3c99506

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,8 +1857,9 @@
18571857
</t>
18581858
<section title="Bundling">
18591859
<t>
1860-
A Compound Schema Document is created by replacing references (such as "$ref") with an
1861-
embedded version of the referenced Schema Resource.
1860+
A Compound Schema Document is created by taking references (such as "$ref")
1861+
to an external Schema Resource and embedding the referenced Schema Resources
1862+
within the referreing document.
18621863
</t>
18631864
<t>
18641865
Each embedded JSON Schema Resource (and the document's root) MUST identify itself

0 commit comments

Comments
 (0)