@@ -1924,8 +1924,8 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
1924
1924
</t >
1925
1925
<t >
1926
1926
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.
1929
1929
</t >
1930
1930
<figure >
1931
1931
<artwork >
@@ -2046,7 +2046,7 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2046
2046
Here are all of the links that apply to this instance,
2047
2047
including those that are referenced by using the "thing"
2048
2048
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
2050
2050
distinguished by different context pointers. Note also
2051
2051
that the "item" and "self" links for a given thing have
2052
2052
identical target URIs but different context pointers.
@@ -2057,14 +2057,16 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2057
2057
"contextUri": "https://api.example.com/things",
2058
2058
"contextPointer": "",
2059
2059
"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",
2061
2062
"attachmentPointer": ""
2062
2063
},
2063
2064
{
2064
2065
"contextUri": "https://api.example.com/things",
2065
2066
"contextPointer": "",
2066
2067
"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",
2068
2070
"attachmentPointer": ""
2069
2071
},
2070
2072
{
0 commit comments