|
368 | 368 | application/json does not define a URI fragment resolution syntax, so
|
369 | 369 | properties or array elements within a plain JSON document cannot be fully
|
370 | 370 | identified by a URI. When it is not possible to produce a complete URI,
|
371 |
| - the position of the context SHOULD be conveyed by a the URI of the instance |
| 371 | + the position of the context SHOULD be conveyed by the URI of the instance |
372 | 372 | document, together with a separate plain-string JSON Pointer.
|
373 | 373 | </t>
|
374 | 374 | <t>
|
|
621 | 621 | For protocols supporting content-negotiation, implementations MAY choose to
|
622 | 622 | describe possible target media types using protocol-specific information in
|
623 | 623 | <xref target="headerSchema">"headerSchema"</xref>. If both
|
624 |
| - protocol-specific information and "targtMediaType" are present, then the |
| 624 | + protocol-specific information and "targetMediaType" are present, then the |
625 | 625 | value of "targetMediaType" MUST be compatible with the protocol-specific
|
626 | 626 | information, and SHOULD indicate the media type that will be returned in the
|
627 | 627 | absence of content negotiation.
|
@@ -1068,7 +1068,7 @@ for varname in T:
|
1068 | 1068 | <t>
|
1069 | 1069 | <list style="numbers">
|
1070 | 1070 | <t>
|
1071 |
| - Deterimine which variables can accept input |
| 1071 | + Determine which variables can accept input |
1072 | 1072 | </t>
|
1073 | 1073 | <t>
|
1074 | 1074 | Pre-populate the input data set if the template resolution data
|
@@ -1574,7 +1574,7 @@ Link: <https://schema.example.com/entry> rel=describedBy
|
1574 | 1574 | </artwork>
|
1575 | 1575 | </figure>
|
1576 | 1576 | <t>
|
1577 |
| - The attachment pointer is the root pointer (the only possiblity with |
| 1577 | + The attachment pointer is the root pointer (the only possibility with |
1578 | 1578 | an empty object for the instance). The context URI is the default,
|
1579 | 1579 | which is the requested document. Since application/json does not allow
|
1580 | 1580 | for fragments, the context pointer is necessary to fully describe the
|
@@ -1887,7 +1887,7 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
|
1887 | 1887 | The following hyper-schema, applied to the instance in the response
|
1888 | 1888 | above, would produce the same "self" link and "up" link with "anchor".
|
1889 | 1889 | It also shows the use of a templated "base" URI, plus both absolute
|
1890 |
| - and relative JSON Pointers in "tempaltePointers". |
| 1890 | + and relative JSON Pointers in "templatePointers". |
1891 | 1891 | </preamble>
|
1892 | 1892 | <artwork>
|
1893 | 1893 | <![CDATA[
|
|
0 commit comments