]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/create_or_update/create_page.json
Activitypub breaking changes for Lemmy 0.18 (#2705)
[lemmy.git] / crates / apub / assets / lemmy / activities / create_or_update / create_page.json
1 {
2   "actor": "http://ds9.lemmy.ml/u/lemmy_alpha",
3   "to": ["https://www.w3.org/ns/activitystreams#Public"],
4   "object": {
5     "type": "Page",
6     "id": "http://ds9.lemmy.ml/post/1",
7     "attributedTo": "http://ds9.lemmy.ml/u/lemmy_alpha",
8     "to": [
9       "http://enterprise.lemmy.ml/c/main",
10       "https://www.w3.org/ns/activitystreams#Public"
11     ],
12     "audience": "https://enterprise.lemmy.ml/c/main",
13     "name": "test post",
14     "content": "<p>test body</p>\n",
15     "mediaType": "text/html",
16     "source": {
17       "content": "test body",
18       "mediaType": "text/markdown"
19     },
20     "attachment": [
21       {
22         "type": "Link",
23         "href": "https://lemmy.ml/pictrs/image/xl8W7FZfk9.jpg"
24       }
25     ],
26     "commentsEnabled": true,
27     "sensitive": false,
28     "language": {
29       "identifier": "ko",
30       "name": "한국어"
31     },
32     "published": "2021-10-29T15:10:51.557399+00:00"
33   },
34   "cc": ["http://enterprise.lemmy.ml/c/main"],
35   "audience": "https://enterprise.lemmy.ml/c/main",
36   "type": "Create",
37   "id": "http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf"
38 }