]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/objects/note.json
c353d0b2bff545f079ed3704a2c5d38f0313de74
[lemmy.git] / crates / apub / assets / lemmy / objects / note.json
1 {
2   "id": "https://enterprise.lemmy.ml/comment/38741",
3   "type": "Note",
4   "attributedTo": "https://enterprise.lemmy.ml/u/picard",
5   "to": ["https://www.w3.org/ns/activitystreams#Public"],
6   "inReplyTo": "https://enterprise.lemmy.ml/post/55143",
7   "content": "<p>first comment!</p>\n",
8   "mediaType": "text/html",
9   "source": {
10     "content": "first comment!",
11     "mediaType": "text/markdown"
12   },
13   "published": "2021-03-01T13:42:43.966208+00:00",
14   "updated": "2021-03-01T13:43:03.955787+00:00"
15 }