@@ -1289,7 +1289,7 @@ for varname in templateData:
1289
1289
</t >
1290
1290
<t >
1291
1291
This section provides guidance on how to use each common HTTP method with a link,
1292
- and how colletion resources impose additional constraints on HTTP POST.
1292
+ and how collection resources impose additional constraints on HTTP POST.
1293
1293
Additionally, guidance is provided on hinting at HTTP response header values and
1294
1294
describing possible HTTP request headers that are relevant to the given resource.
1295
1295
</t >
@@ -1635,7 +1635,7 @@ Link: <https://schema.example.com/entry> rel=describedBy
1635
1635
input, as well as using them alongside of resolving the URI Template with
1636
1636
input. Unlike HTML forms, which require either constructing a URI or
1637
1637
sending a payload, but do not allow not both at once, JSON Hyper-Schema can
1638
- describe both sorts of input to for the same operation on the same link.
1638
+ describe both sorts of input for the same operation on the same link.
1639
1639
</t >
1640
1640
<t >
1641
1641
The "submissionSchema" and "submissionMediaType" fields are for
@@ -1650,7 +1650,7 @@ Link: <https://schema.example.com/entry> rel=describedBy
1650
1650
a message for sending. Since there is no concept of a retrievable,
1651
1651
replaceable, or deletable target resource, "targetSchema" and
1652
1652
"targetMediaType" are not used. Non-representation payloads are
1653
- described by "submissionSchema" and "submission MediaType ".
1653
+ described by "submissionSchema" and "submissionMediaType ".
1654
1654
</t >
1655
1655
<t >
1656
1656
Therefore, we use "submissionMediaType" to indicate a multipart/alternative
0 commit comments