@@ -1933,8 +1933,8 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
1933
1933
</t >
1934
1934
<t >
1935
1935
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.
1938
1938
</t >
1939
1939
<figure >
1940
1940
<artwork >
@@ -2055,7 +2055,7 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2055
2055
Here are all of the links that apply to this instance,
2056
2056
including those that are referenced by using the "thing"
2057
2057
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
2059
2059
distinguished by different context pointers. Note also
2060
2060
that the "item" and "self" links for a given thing have
2061
2061
identical target URIs but different context pointers.
@@ -2066,14 +2066,16 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2066
2066
"contextUri": "https://api.example.com/things",
2067
2067
"contextPointer": "",
2068
2068
"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",
2070
2071
"attachmentPointer": ""
2071
2072
},
2072
2073
{
2073
2074
"contextUri": "https://api.example.com/things",
2074
2075
"contextPointer": "",
2075
2076
"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",
2077
2079
"attachmentPointer": ""
2078
2080
},
2079
2081
{
0 commit comments