]> Untitled Git - lemmy.git/blob - crates/apub/assets/lemmy/objects/note.json
44a3b516cf9649f0df1f64a4413b6ae7df8b123d
[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   "cc": [
7     "https://enterprise.lemmy.ml/c/tenforward",
8     "https://enterprise.lemmy.ml/u/picard"
9   ],
10   "inReplyTo": "https://enterprise.lemmy.ml/post/55143",
11   "content": "<p>first comment!</p>\n",
12   "mediaType": "text/html",
13   "source": {
14     "content": "first comment!",
15     "mediaType": "text/markdown"
16   },
17   "tag": [
18     {
19       "href": "https://enterprise.lemmy.ml/u/picard",
20       "type": "Mention",
21       "name": "@picard@enterprise.lemmy.ml"
22     }
23   ],
24   "distinguished": false,
25   "published": "2021-03-01T13:42:43.966208+00:00",
26   "updated": "2021-03-01T13:43:03.955787+00:00"
27 }