You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsonschema-core.xml
+4-4
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@
113
113
</t>
114
114
</section>
115
115
116
-
<sectiontitle="Hypermedia and linking">
116
+
<sectiontitle="Hypermedia and Linking">
117
117
<t>
118
118
JSON Hyper-Schema describes the hypertext structure of a JSON document.
119
119
This includes link relations from the instance to other resources, interpretation of instances as multimedia data, and submission data required to use an API.
@@ -126,7 +126,7 @@
126
126
127
127
<sectiontitle="Definitions">
128
128
129
-
<sectiontitle="JSON document">
129
+
<sectiontitle="JSON Document">
130
130
<t>
131
131
A JSON document is an information resource (series of octets) described by the application/json media type.
132
132
</t>
@@ -138,7 +138,7 @@
138
138
</t>
139
139
</section>
140
140
141
-
<sectiontitle="instance">
141
+
<sectiontitle="Instance">
142
142
<t>
143
143
JSON Schema interprets documents according to a data model. A JSON value interpreted according to this data model is called an "instance".
144
144
</t>
@@ -162,7 +162,7 @@
162
162
</t>
163
163
</section>
164
164
165
-
<sectiontitle="instance equality">
165
+
<sectiontitle="Instance equality">
166
166
<t>
167
167
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:
0 commit comments