]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/activities/create_or_update/create_page.json
b223120b06f812a7ca9ce3ed5c32fa3749006532
[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": [
4     "https://www.w3.org/ns/activitystreams#Public"
5   ],
6   "object": {
7     "type": "Page",
8     "id": "http://ds9.lemmy.ml/post/1",
9     "attributedTo": "http://ds9.lemmy.ml/u/lemmy_alpha",
10     "to": [
11       "http://enterprise.lemmy.ml/c/main",
12       "https://www.w3.org/ns/activitystreams#Public"
13     ],
14     "name": "test post",
15     "content": "<p>test body</p>\n",
16     "mediaType": "text/html",
17     "source": {
18       "content": "test body",
19       "mediaType": "text/markdown"
20     },
21     "url": "https://lemmy.ml/pictrs/image/xl8W7FZfk9.jpg",
22     "commentsEnabled": true,
23     "sensitive": false,
24     "stickied": false,
25     "published": "2021-10-29T15:10:51.557399+00:00"
26   },
27   "cc": [
28     "http://enterprise.lemmy.ml/c/main"
29   ],
30   "type": "Create",
31   "id": "http://ds9.lemmy.ml/activities/create/eee6a57a-622f-464d-b560-73ae1fcd3ddf"
32 }