Skip to content

Commit 6c7969a

Browse files
committed
Fix example querystring
Ampersand not comma, and use the correct offsets.
1 parent e662612 commit 6c7969a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-hyperschema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,15 +2305,15 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
23052305
"contextPointer": "",
23062306
"rel": "self",
23072307
"targetUri":
2308-
"https://api.example.com/things?offset=20,limit=2",
2308+
"https://api.example.com/things?offset=0&limit=2",
23092309
"attachmentPointer": ""
23102310
},
23112311
{
23122312
"contextUri": "https://api.example.com/things",
23132313
"contextPointer": "",
23142314
"rel": "next",
23152315
"targetUri":
2316-
"https://api.example.com/things?offset=22,limit=2",
2316+
"https://api.example.com/things?offset=3&limit=2",
23172317
"attachmentPointer": ""
23182318
}
23192319
]]]>

0 commit comments

Comments
 (0)