]> Untitled Git - lemmy.git/blob - crates/apub/assets/smithereen/objects/note.json
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / assets / smithereen / objects / note.json
1 {
2   "type": "Note",
3   "id": "https://friends.grishka.me/posts/66561",
4   "attributedTo": "https://friends.grishka.me/users/1",
5   "content": "<p>So does this federate now?</p>",
6   "inReplyTo": "https://ds9.lemmy.ml/post/1723",
7   "published": "2021-11-09T11:42:35Z",
8   "tag": [
9     {
10       "type": "Mention",
11       "href": "https://ds9.lemmy.ml/u/nutomic"
12     }
13   ],
14   "url": "https://friends.grishka.me/posts/66561",
15   "to": [
16     "https://www.w3.org/ns/activitystreams#Public"
17   ],
18   "cc": [
19     "https://ds9.lemmy.ml/u/nutomic"
20   ],
21   "replies": {
22     "type": "Collection",
23     "id": "https://friends.grishka.me/posts/66561/replies",
24     "first": {
25       "type": "CollectionPage",
26       "partOf": "https://friends.grishka.me/posts/66561/replies",
27       "next": "https://friends.grishka.me/posts/66561/replies?page=1"
28     }
29   },
30   "sensitive": false,
31   "likes": "https://friends.grishka.me/posts/66561/likes",
32   "@context": [
33     "https://www.w3.org/ns/activitystreams",
34     {
35       "sensitive": "as:sensitive"
36     }
37   ]
38 }