mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-01 14:21:10 +00:00
14 lines
395 B
JSON
14 lines
395 B
JSON
|
{
|
||
|
"type": "CollectionPage",
|
||
|
"id": "https://example.com/collection/unordered_page_reference?page=1",
|
||
|
"partOf": "https://example.com/collection/unordered_page_reference",
|
||
|
"next": "https://example.com/collection/unordered_page_reference?page=2",
|
||
|
"items": [
|
||
|
{
|
||
|
"type": "Create",
|
||
|
"actor": "http://www.test.example/sally",
|
||
|
"object": "http://example.org/foo"
|
||
|
}
|
||
|
]
|
||
|
}
|