Skip to content

Commit 4fbe6d7

Browse files
Ben HuttonBen Hutton
Ben Hutton
authored and
Ben Hutton
committed
Fix bad reference
1 parent 5461994 commit 4fbe6d7

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
@@ -1150,7 +1150,7 @@
11501150
Meta-schema authoring is an advanced usage of JSON Schema, so the design of
11511151
meta-schema features emphasizes flexibility over simplicity.
11521152
</t>
1153-
<section title='The "$schema" Keyword'>
1153+
<section title='The "$schema" Keyword' anchor="keyword-schema">
11541154
<t>
11551155
The "$schema" keyword is both used as a JSON Schema feature set identifier and
11561156
as the identifier of a resource which is itself a JSON Schema, which describes the
@@ -1850,8 +1850,8 @@
18501850
</section>
18511851
<section title="Differing and Default Dialects">
18521852
<t>
1853-
In addition to the rules defining the use of the "$schema" keyword
1854-
<xref target='The "$schema" Keyword' format="counter"></xref>,
1853+
In addition to the rules defining the use of
1854+
<xref target="keyword-schema">the "$schema" keyword</xref>,
18551855
if multiple schema resources are present in a single document, then
18561856
schema resources which do not have a "$schema" keyword in their root
18571857
schema object MUST be processed as if "$schema" were present with the

0 commit comments

Comments
 (0)