15 lines
No EOL
362 B
JSON
15 lines
No EOL
362 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"summary": "Page 2 of Sally's blog posts",
|
|
"type": "CollectionPage",
|
|
"next": {
|
|
"type": "Link",
|
|
"name": "Next Page",
|
|
"href": "http://example.org/collection?page=2"
|
|
},
|
|
"items": [
|
|
"http://example.org/posts/1",
|
|
"http://example.org/posts/2",
|
|
"http://example.org/posts/3"
|
|
]
|
|
} |