Skip to content

Commit 0c636b5

Browse files
committed
Fix typos and overlong lines
The long lines basically worked but caused warnings.
1 parent c83946b commit 0c636b5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

jsonschema-hyperschema.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1924,8 +1924,8 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
19241924
</t>
19251925
<t>
19261926
Note that there is an object member called "items", which is an array
1927-
and thefore uses the validation keyword "items" in its own schema. The outer
1928-
"items" is a property name, the inner one is a schema keyword.
1927+
and therefore uses the validation keyword "items" in its own schema.
1928+
The outer "items" is a property name, the inner one is a schema keyword.
19291929
</t>
19301930
<figure>
19311931
<artwork>
@@ -2046,7 +2046,7 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
20462046
Here are all of the links that apply to this instance,
20472047
including those that are referenced by using the "thing"
20482048
schema for the individual items. The "self" links for
2049-
the overal resource and each individual item are
2049+
the overall resource and each individual item are
20502050
distinguished by different context pointers. Note also
20512051
that the "item" and "self" links for a given thing have
20522052
identical target URIs but different context pointers.
@@ -2057,14 +2057,16 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
20572057
"contextUri": "https://api.example.com/things",
20582058
"contextPointer": "",
20592059
"rel": "self",
2060-
"targetUri": "https://api.example.com/things?offset=20,limit=2",
2060+
"targetUri":
2061+
"https://api.example.com/things?offset=20,limit=2",
20612062
"attachmentPointer": ""
20622063
},
20632064
{
20642065
"contextUri": "https://api.example.com/things",
20652066
"contextPointer": "",
20662067
"rel": "next",
2067-
"targetUri": "https://api.example.com/things?offset=22,limit=2",
2068+
"targetUri":
2069+
"https://api.example.com/things?offset=22,limit=2",
20682070
"attachmentPointer": ""
20692071
},
20702072
{

0 commit comments

Comments
 (0)