Skip to content

Add data-model anchor. #1273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
</t>
<t>
In JSON Schema, the terms "JSON document", "JSON text", and "JSON value" are
interchangeable because of the data model it defines.
interchangeable because of the data model it defines in <xref target="data-model" />.
</t>
<t>
JSON Schema is only defined over JSON documents. However, any document or memory
Expand All @@ -210,7 +210,7 @@
media type which defines handling for fragments in the IRI.
</t>

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