Skip to content

Commit 1c3dc8c

Browse files
authored
Merge pull request #1273 from ioggstream/ioggstream-xref-1
Add data-model anchor.
2 parents d775a9d + 70ba572 commit 1c3dc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
</t>
188188
<t>
189189
In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are
190-
interchangeable because of the data model it defines.
190+
interchangeable because of the data model it defines in <xref target="data-model" />.
191191
</t>
192192
<t>
193193
JSON Schema is only defined over JSON documents. However, any document or memory
@@ -210,7 +210,7 @@
210210
media type which defines handling for fragments in the IRI.
211211
</t>
212212

213-
<section title="Instance Data Model">
213+
<section title="Instance Data Model" anchor="data-model">
214214
<t>
215215
JSON Schema interprets documents according to a data model. A JSON value
216216
interpreted according to this data model is called an "instance".

0 commit comments

Comments
 (0)