12 lines
254 B
JSON
12 lines
254 B
JSON
|
|
||
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Sally's blog posts",
|
||
|
"type": "Collection",
|
||
|
"totalItems": 3,
|
||
|
"first": {
|
||
|
"type": "Link",
|
||
|
"summary": "First Page",
|
||
|
"href": "http://example.org/collection?page=0"
|
||
|
}
|
||
|
}
|