@@ -1731,7 +1731,7 @@ Link: <https://schema.example.com/entry> rel=describedBy
1731
1731
},
1732
1732
"email": false
1733
1733
}
1734
- }
1734
+ },
1735
1735
"submissionMediaType":
1736
1736
"multipart/alternative; boundary=ab2",
1737
1737
"submissionSchema": {
@@ -1925,8 +1925,8 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
1925
1925
</t >
1926
1926
<t >
1927
1927
Note that there is an object member called "items", which is an array
1928
- and thefore uses the validation keyword "items" in its own schema. The outer
1929
- "items" is a property name, the inner one is a schema keyword.
1928
+ and therefore uses the validation keyword "items" in its own schema.
1929
+ The outer "items" is a property name, the inner one is a schema keyword.
1930
1930
</t >
1931
1931
<figure >
1932
1932
<artwork >
@@ -2047,7 +2047,7 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2047
2047
Here are all of the links that apply to this instance,
2048
2048
including those that are referenced by using the "thing"
2049
2049
schema for the individual items. The "self" links for
2050
- the overal resource and each individual item are
2050
+ the overall resource and each individual item are
2051
2051
distinguished by different context pointers. Note also
2052
2052
that the "item" and "self" links for a given thing have
2053
2053
identical target URIs but different context pointers.
@@ -2058,14 +2058,16 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2058
2058
"contextUri": "https://api.example.com/things",
2059
2059
"contextPointer": "",
2060
2060
"rel": "self",
2061
- "targetUri": "https://api.example.com/things?offset=20,limit=2",
2061
+ "targetUri":
2062
+ "https://api.example.com/things?offset=20,limit=2",
2062
2063
"attachmentPointer": ""
2063
2064
},
2064
2065
{
2065
2066
"contextUri": "https://api.example.com/things",
2066
2067
"contextPointer": "",
2067
2068
"rel": "next",
2068
- "targetUri": "https://api.example.com/things?offset=22,limit=2",
2069
+ "targetUri":
2070
+ "https://api.example.com/things?offset=22,limit=2",
2069
2071
"attachmentPointer": ""
2070
2072
},
2071
2073
{
0 commit comments