Skip to content

Commit 0409c72

Browse files
committed
Specifically mention that bundling is done in such a way so as to avoid the need to alter URIs used for referencing
1 parent 9f51c19 commit 0409c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1849,7 +1849,9 @@
18491849
<t>
18501850
The bundling process for creating a Compound Schema Document is defined as taking
18511851
references (such as "$ref") to an external Schema Resource and embedding the referenced
1852-
Schema Resources within the referring document.
1852+
Schema Resources within the referring document. Bundling is done in such a way that
1853+
all URIs (used for referencing) in the base document and any referenced/embedded
1854+
documents do not require altering.
18531855
</t>
18541856
<t>
18551857
Each embedded JSON Schema Resource MUST identify itself with an absolute URI using the "$id" keyword,

0 commit comments

Comments
 (0)