17 lines
384 B
JSON
17 lines
384 B
JSON
|
{
|
||
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||
|
"summary": "Page 1 of Sally's notes",
|
||
|
"type": "CollectionPage",
|
||
|
"id": "http://example.org/collection?page=1",
|
||
|
"partOf": "http://example.org/collection",
|
||
|
"items": [
|
||
|
{
|
||
|
"type": "Note",
|
||
|
"name": "Pizza Toppings to Try"
|
||
|
},
|
||
|
{
|
||
|
"type": "Note",
|
||
|
"name": "Thought about California"
|
||
|
}
|
||
|
]
|
||
|
}
|