Skip to content

fixing typo #181

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
Dec 11, 2016
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
8 changes: 4 additions & 4 deletions jsonschema-core.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</t>
</section>

<section title="Hypermedia and linking">
<section title="Hypermedia and Linking">
<t>
JSON Hyper-Schema describes the hypertext structure of a JSON document.
This includes link relations from the instance to other resources, interpretation of instances as multimedia data, and submission data required to use an API.
Expand All @@ -126,7 +126,7 @@

<section title="Definitions">

<section title="JSON document">
<section title="JSON Document">
<t>
A JSON document is an information resource (series of octets) described by the application/json media type.
</t>
Expand All @@ -138,7 +138,7 @@
</t>
</section>

<section title="instance">
<section title="Instance">
<t>
JSON Schema interprets documents according to a data model. A JSON value interpreted according to this data model is called an "instance".
</t>
Expand All @@ -162,7 +162,7 @@
</t>
</section>

<section title="instance equality">
<section title="Instance equality">
<t>
Two JSON instances are said to be equal if and only if they are of the same type and have the same value according to the data model. Specifically, this means:

Expand Down