Skip to content

Commit 348bf0b

Browse files
committed
Fix typos in hyperschema spec
1 parent e055e91 commit 348bf0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jsonschema-hyperschema.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
application/json does not define a URI fragment resolution syntax, so
369369
properties or array elements within a plain JSON document cannot be fully
370370
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
372372
document, together with a separate plain-string JSON Pointer.
373373
</t>
374374
<t>
@@ -621,7 +621,7 @@
621621
For protocols supporting content-negotiation, implementations MAY choose to
622622
describe possible target media types using protocol-specific information in
623623
<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
625625
value of "targetMediaType" MUST be compatible with the protocol-specific
626626
information, and SHOULD indicate the media type that will be returned in the
627627
absence of content negotiation.
@@ -1068,7 +1068,7 @@ for varname in T:
10681068
<t>
10691069
<list style="numbers">
10701070
<t>
1071-
Deterimine which variables can accept input
1071+
Determine which variables can accept input
10721072
</t>
10731073
<t>
10741074
Pre-populate the input data set if the template resolution data
@@ -1574,7 +1574,7 @@ Link: <https://schema.example.com/entry> rel=describedBy
15741574
</artwork>
15751575
</figure>
15761576
<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
15781578
an empty object for the instance). The context URI is the default,
15791579
which is the requested document. Since application/json does not allow
15801580
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
18871887
The following hyper-schema, applied to the instance in the response
18881888
above, would produce the same "self" link and "up" link with "anchor".
18891889
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".
18911891
</preamble>
18921892
<artwork>
18931893
<![CDATA[

0 commit comments

Comments
 (0)