]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/collections/group_featured_posts.json
227c6f8775543d8b4f50f6f0e35e171d38b57283
[lemmy.git] / crates / apub / assets / lemmy / collections / group_featured_posts.json
1 {
2   "type": "OrderedCollection",
3   "id": "https://ds9.lemmy.ml/c/main/featured",
4   "totalItems": 2,
5   "orderedItems": [
6     {
7       "type": "Page",
8       "id": "https://ds9.lemmy.ml/post/2",
9       "attributedTo": "https://ds9.lemmy.ml/u/lemmy_alpha",
10       "to": [
11         "https://ds9.lemmy.ml/c/main",
12         "https://www.w3.org/ns/activitystreams#Public"
13       ],
14       "name": "test 2",
15       "cc": [],
16       "mediaType": "text/html",
17       "attachment": [],
18       "commentsEnabled": true,
19       "sensitive": false,
20       "published": "2023-02-06T06:42:41.939437+00:00",
21       "language": {
22         "identifier": "de",
23         "name": "Deutsch"
24       },
25       "audience": "https://ds9.lemmy.ml/c/main"
26     },
27     {
28       "type": "Page",
29       "id": "https://ds9.lemmy.ml/post/1",
30       "attributedTo": "https://ds9.lemmy.ml/u/lemmy_alpha",
31       "to": [
32         "https://ds9.lemmy.ml/c/main",
33         "https://www.w3.org/ns/activitystreams#Public"
34       ],
35       "name": "test 1",
36       "cc": [],
37       "mediaType": "text/html",
38       "attachment": [],
39       "commentsEnabled": true,
40       "sensitive": false,
41       "published": "2023-02-06T06:42:37.119567+00:00",
42       "language": {
43         "identifier": "de",
44         "name": "Deutsch"
45       },
46       "audience": "https://ds9.lemmy.ml/c/main"
47     }
48   ]
49 }