Skip to content

Commit 02c3fe9

Browse files
authored
Merge pull request #463 from handrews/tidy
Fix trivial typos, remove leftover cref
2 parents 63f3dc1 + c08b10d commit 02c3fe9

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed

jsonschema-hyperschema.xml

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
</t>
153153
<t>
154154
The terms "applicable" and "attached" are to be interpreted as defined in
155-
<xref target="json-schema-validation">Section 10.1 of the
155+
<xref target="json-schema-validation">Section 3 of the
156156
JSON Schema validation specification</xref>.
157157
</t>
158158
<t>
@@ -283,7 +283,7 @@
283283
<t>
284284
Hyper-schema keywords from all schemas that are applicable to a position
285285
in an instance, as defined by <xref target="json-schema-validation">Section
286-
10.1 of JSON Schema validation</xref>, can be used with that instance.
286+
3 of JSON Schema validation</xref>, can be used with that instance.
287287
</t>
288288
<t>
289289
When multiple subschemas are applicable to a given sub-instance, all "link"
@@ -293,7 +293,7 @@
293293
</t>
294294
<t>
295295
As with all JSON Schema keywords, all keywords described in this section
296-
are optional. The minimal valid JSON Hyper-schema is the blank object.
296+
are optional. The minimal valid JSON Hyper-schema is the blank object.
297297
</t>
298298

299299
<section title="base" anchor="base">
@@ -354,7 +354,7 @@
354354
<t>
355355
In JSON Hyper-Schema, the link's context resource is, by default, the
356356
sub-instance to which it is attached (as defined by
357-
<xref target="json-schema-validation">Section 10.1 of the JSON Schema
357+
<xref target="json-schema-validation">Section 3 of the JSON Schema
358358
validation specification</xref>). This is often not the entire instance
359359
document. This default context can be changed using the keywords
360360
in this section.
@@ -635,7 +635,7 @@
635635
This property provides a schema that is expected to describe
636636
the link target's representation. Depending on the protocol,
637637
the schema may or may not describe the request or response to
638-
any particular operation performed with the link. See the
638+
any particular operation performed with the link. See the
639639
<xref target="HTTP">JSON Hyper-Schema and HTTP</xref> section for
640640
an in-depth discussion of how this keyword is used with HTTP.
641641
</t>
@@ -784,7 +784,7 @@
784784
<t>
785785
In JSON Hyper-Schema, <xref target="targetSchema">"targetSchema"</xref>
786786
supplies a non-authoritative description of the target resource's
787-
representation. A client can use "targetSchema" to structure input for
787+
representation. A client can use "targetSchema" to structure input for
788788
replacing or modifying the representation, or as the base representation
789789
for building a patch document based on a patch media type.
790790
</t>
@@ -808,7 +808,7 @@
808808
The <xref target="submissionSchema">"submissionSchema"</xref> and
809809
<xref target="submissionMediaType">"submissionMediaType"</xref> keywords
810810
describe the domain of the processing function implemented by the target
811-
resource. Otherwise, as noted above, the submission schema and media type
811+
resource. Otherwise, as noted above, the submission schema and media type
812812
are ignored for operations to which they are not relevant.
813813
</t>
814814

@@ -843,7 +843,7 @@
843843
describes the target information resource (including for replacing the
844844
contents of the resource in a PUT request), unlike "submissionSchema"
845845
which describes the user-submitted request data to be evaluated by the
846-
resource. "submissionSchema" is intended for use with requests that
846+
resource. "submissionSchema" is intended for use with requests that
847847
have payloads that are not necessarily defined in terms of the target
848848
representation.
849849
</t>
@@ -1905,13 +1905,6 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
19051905
</t>
19061906
</section>
19071907
<section title="Collections">
1908-
<t><cref>
1909-
Reciprocal collection/item relations
1910-
Pagination: fixed links vs jumping to an arbitrary offset
1911-
Using "anchorPointer" and "templatePointers"
1912-
Discovering ordered links
1913-
Multiple self links (for the collection and each item)
1914-
</cref></t>
19151908
<t>
19161909
In many systems, individual resources are grouped into collections. Those
19171910
collections also often provide a way to create individual item resources with
@@ -2121,7 +2114,7 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
21212114
<figure>
21222115
<preamble>
21232116
This link would be added to the top-level "links" array in the
2124-
"https://schemasexample.com/thing" schema.
2117+
"https://schema.example.com/thing" schema.
21252118
</preamble>
21262119
<artwork>
21272120
<![CDATA[{

0 commit comments

Comments
 (0)