]> Untitled Git - lemmy.git/blob - crates/apub/assets/gnusocial/objects/page.json
GNU social compatibility (#2100)
[lemmy.git] / crates / apub / assets / gnusocial / objects / page.json
1 {
2   "type": "Page",
3   "@context": [
4     "https://www.w3.org/ns/activitystreams",
5     "https://w3id.org/security/v1",
6     {
7       "gs": "https://www.gnu.org/software/social/ns#"
8     },
9     {
10       "litepub": "http://litepub.social/ns#"
11     },
12     {
13       "chatMessage": "litepub:chatMessage"
14     },
15     {
16       "inConversation": {
17         "@id": "gs:inConversation",
18         "@type": "@id"
19       }
20     }
21   ],
22   "id": "https://instance.gnusocial.test/object/note/1338",
23   "published": "2022-03-17T23:30:26+00:00",
24   "attributedTo": "https://instance.gnusocial.test/actor/42",
25   "name": "hello, world.",
26   "content": "<p>This is an interesting page.</p>",
27   "mediaType": "text/html",
28   "source": {
29     "content": "This is an interesting page.",
30     "mediaType": "text/markdown"
31   },
32   "attachment": [],
33   "tag": [],
34   "inConversation": "https://instance.gnusocial.test/conversation/1338",
35   "to": [
36     "https://www.w3.org/ns/activitystreams#Public"
37   ],
38   "cc": [
39     "https://instance.gnusocial.test/actor/21"
40   ]
41 }