We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e662612 commit 6c7969aCopy full SHA for 6c7969a
jsonschema-hyperschema.xml
@@ -2305,15 +2305,15 @@ Link: <https://api.example.com/trees/1/nodes/456> rev=up
2305
"contextPointer": "",
2306
"rel": "self",
2307
"targetUri":
2308
- "https://api.example.com/things?offset=20,limit=2",
+ "https://api.example.com/things?offset=0&limit=2",
2309
"attachmentPointer": ""
2310
},
2311
{
2312
"contextUri": "https://api.example.com/things",
2313
2314
"rel": "next",
2315
2316
- "https://api.example.com/things?offset=22,limit=2",
+ "https://api.example.com/things?offset=3&limit=2",
2317
2318
}
2319
]]]>
0 commit comments