]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/collections/group_featured_posts.json
c5bc5fd9f55b3620347a4afd6b7507895ca38a41
[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       "stickied": true,
21       "published": "2023-02-06T06:42:41.939437+00:00",
22       "language": {
23         "identifier": "de",
24         "name": "Deutsch"
25       },
26       "audience": "https://ds9.lemmy.ml/c/main"
27     },
28     {
29       "type": "Page",
30       "id": "https://ds9.lemmy.ml/post/1",
31       "attributedTo": "https://ds9.lemmy.ml/u/lemmy_alpha",
32       "to": [
33         "https://ds9.lemmy.ml/c/main",
34         "https://www.w3.org/ns/activitystreams#Public"
35       ],
36       "name": "test 1",
37       "cc": [],
38       "mediaType": "text/html",
39       "attachment": [],
40       "commentsEnabled": true,
41       "sensitive": false,
42       "stickied": true,
43       "published": "2023-02-06T06:42:37.119567+00:00",
44       "language": {
45         "identifier": "de",
46         "name": "Deutsch"
47       },
48       "audience": "https://ds9.lemmy.ml/c/main"
49     }
50   ]
51 }