Add collection fetching module
[akkoma] / test / fixtures / collections / unordered_array.json
1 {
2 "@context": "https://www.w3.org/ns/activitystreams",
3 "id": "https://example.com/collection/unordered_array",
4 "summary": "Object history",
5 "type": "Collection",
6 "totalItems": 2,
7 "items": [
8 {
9 "type": "Create",
10 "actor": "http://www.test.example/sally",
11 "object": "http://example.org/foo"
12 },
13 {
14 "type": "Like",
15 "actor": "http://www.test.example/joe",
16 "object": "http://example.org/foo"
17 }
18 ]
19 }