mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-14 03:24:04 +00:00
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "https://example.com/collection/ordered_array",
|
|
"summary": "Object history",
|
|
"type": "OrderedCollection",
|
|
"totalItems": 2,
|
|
"orderedItems": [
|
|
{
|
|
"type": "Create",
|
|
"actor": "http://www.test.example/sally",
|
|
"object": "http://example.org/foo"
|
|
},
|
|
{
|
|
"type": "Like",
|
|
"actor": "http://www.test.example/joe",
|
|
"object": "http://example.org/foo"
|
|
}
|
|
]
|
|
}
|