Skip to content

Commit 6e51152

Browse files
committed
Fix typos and overlong lines
The long lines basically worked but caused warnings.
1 parent 1b10872 commit 6e51152

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
@@ -1933,8 +1933,8 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
19331933
</t>
19341934
<t>
19351935
Note that there is an object member called "items", which is an array
1936-
and thefore uses the validation keyword "items" in its own schema. The outer
1937-
"items" is a property name, the inner one is a schema keyword.
1936+
and therefore uses the validation keyword "items" in its own schema.
1937+
The outer "items" is a property name, the inner one is a schema keyword.
19381938
</t>
19391939
<figure>
19401940
<artwork>
@@ -2055,7 +2055,7 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
20552055
Here are all of the links that apply to this instance,
20562056
including those that are referenced by using the "thing"
20572057
schema for the individual items. The "self" links for
2058-
the overal resource and each individual item are
2058+
the overall resource and each individual item are
20592059
distinguished by different context pointers. Note also
20602060
that the "item" and "self" links for a given thing have
20612061
identical target URIs but different context pointers.
@@ -2066,14 +2066,16 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
20662066
"contextUri": "https://api.example.com/things",
20672067
"contextPointer": "",
20682068
"rel": "self",
2069-
"targetUri": "https://api.example.com/things?offset=20,limit=2",
2069+
"targetUri":
2070+
"https://api.example.com/things?offset=20,limit=2",
20702071
"attachmentPointer": ""
20712072
},
20722073
{
20732074
"contextUri": "https://api.example.com/things",
20742075
"contextPointer": "",
20752076
"rel": "next",
2076-
"targetUri": "https://api.example.com/things?offset=22,limit=2",
2077+
"targetUri":
2078+
"https://api.example.com/things?offset=22,limit=2",
20772079
"attachmentPointer": ""
20782080
},
20792081
{

0 commit comments

Comments
 (0)