Skip to content

Commit 375cb26

Browse files
committed
Fix bad reference
1 parent 959fb2b commit 375cb26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonschema-core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@
11591159
Meta-schema authoring is an advanced usage of JSON Schema, so the design of
11601160
meta-schema features emphasizes flexibility over simplicity.
11611161
</t>
1162-
<section title='The "$schema" Keyword'>
1162+
<section title='The "$schema" Keyword' anchor="keyword-schema">
11631163
<t>
11641164
The "$schema" keyword is both used as a JSON Schema feature set identifier and
11651165
as the identifier of a resource which is itself a JSON Schema, which describes the
@@ -1865,8 +1865,8 @@
18651865
</section>
18661866
<section title="Differing and Default Dialects">
18671867
<t>
1868-
In addition to the rules defining the use of the "$schema" keyword
1869-
<xref target='The "$schema" Keyword' format="counter"></xref>,
1868+
In addition to the rules defining the use of
1869+
<xref target="keyword-schema">the "$schema" keyword</xref>,
18701870
if multiple schema resources are present in a single document, then
18711871
schema resources which do not have a "$schema" keyword in their root
18721872
schema object MUST be processed as if "$schema" were present with the

0 commit comments

Comments
 (0)