Skip to content

Commit f183a6e

Browse files
committed
Rephrase definition of Compound Schema Document to only be about transcluding external Schema Resources
1 parent e8adf46 commit f183a6e

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
@@ -1842,8 +1842,9 @@
18421842
</t>
18431843
<section title="Bundling">
18441844
<t>
1845-
A Compound Schema Document is created by replacing references (such as "$ref") with an
1846-
embedded version of the referenced Schema Resource.
1845+
A Compound Schema Document is created by taking references (such as "$ref")
1846+
to an external Schema Resource and embedding the referenced Schema Resources
1847+
within the referreing document.
18471848
</t>
18481849
<t>
18491850
Each embedded JSON Schema Resource (and the document's root) MUST identify itself

0 commit comments

Comments
 (0)