]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/collections/group_outbox.json
147891771fa4b516eabc986955082fa34e7747e8
[lemmy.git] / crates / apub / assets / lemmy / collections / group_outbox.json
1 {
2   "type": "OrderedCollection",
3   "id": "https://ds9.lemmy.ml/c/testcom/outbox",
4   "totalItems": 2,
5   "orderedItems": [
6     {
7       "actor": "https://ds9.lemmy.ml/c/testcom",
8       "to": [
9         "https://www.w3.org/ns/activitystreams#Public"
10       ],
11       "object": {
12         "type": "Page",
13         "id": "https://ds9.lemmy.ml/post/2328",
14         "attributedTo": "https://ds9.lemmy.ml/u/nutomic",
15         "to": [
16           "https://ds9.lemmy.ml/c/testcom",
17           "https://www.w3.org/ns/activitystreams#Public"
18         ],
19         "cc": [],
20         "name": "another outbox test",
21         "mediaType": "text/html",
22         "commentsEnabled": true,
23         "sensitive": false,
24         "stickied": false,
25         "published": "2021-11-18T17:19:45.895163+00:00"
26       },
27       "cc": [
28         "https://ds9.lemmy.ml/c/testcom/followers"
29       ],
30       "type": "Announce",
31       "id": "https://ds9.lemmy.ml/activities/announce/b204fe9f-b13d-4af2-9d22-239ac2d892e6"
32     },
33     {
34       "actor": "https://ds9.lemmy.ml/c/testcom",
35       "to": [
36         "https://www.w3.org/ns/activitystreams#Public"
37       ],
38       "object": {
39         "type": "Page",
40         "id": "https://ds9.lemmy.ml/post/2327",
41         "attributedTo": "https://ds9.lemmy.ml/u/nutomic",
42         "to": [
43           "https://ds9.lemmy.ml/c/testcom",
44           "https://www.w3.org/ns/activitystreams#Public"
45         ],
46         "cc": [],
47         "name": "outbox test",
48         "mediaType": "text/html",
49         "commentsEnabled": true,
50         "sensitive": false,
51         "stickied": false,
52         "published": "2021-11-18T17:19:05.763109+00:00"
53       },
54       "cc": [
55         "https://ds9.lemmy.ml/c/testcom/followers"
56       ],
57       "type": "Announce",
58       "id": "https://ds9.lemmy.ml/activities/announce/c6c960ce-c8d8-4231-925e-3ba367468f18"
59     }
60   ]
61 }