]> Untitled Git - lemmy.git/blob - crates/apub/assets/gnusocial/objects/note.json
GNU social compatibility (#2100)
[lemmy.git] / crates / apub / assets / gnusocial / objects / note.json
1 {
2   "type": "Note",
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       "@language": "en"
23     }
24   ],
25   "id": "https://instance.gnusocial.test/object/note/1339",
26   "published": "2022-03-01T21:00:16+00:00",
27   "attributedTo": "https://instance.gnusocial.test/actor/42",
28   "content": "<p>yay ^^</p>",
29   "mediaType": "text/html",
30   "source": {
31     "content": "yay ^^",
32     "mediaType": "text/plain"
33   },
34   "attachment": [],
35   "tag": [],
36   "inReplyTo": "https://instance.gnusocial.test/object/note/1338",
37   "inConversation": "https://instance.gnusocial.test/conversation/1338",
38   "to": [
39     "https://www.w3.org/ns/activitystreams#Public"
40   ],
41   "cc": [
42     "https://instance.gnusocial.test/actor/42/subscribers"
43   ]
44 }