mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-18 13:56:01 +01:00
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"type": "CollectionPage",
|
|
"id": "https://example.com/collection/unordered_page_reference?page=2",
|
|
"partOf": "https://example.com/collection/unordered_page_reference",
|
|
"items": [
|
|
{
|
|
"type": "Like",
|
|
"actor": "http://www.test.example/sally",
|
|
"object": "http://example.org/foo"
|
|
}
|
|
]
|
|
}
|