Add option to modify HTTP pool size
[akkoma] / test / fixtures / mastodon-note-object.json
1 {
2 "@context" : [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "Emoji" : "toot:Emoji",
7 "Hashtag" : "as:Hashtag",
8 "atomUri" : "ostatus:atomUri",
9 "conversation" : "ostatus:conversation",
10 "inReplyToAtomUri" : "ostatus:inReplyToAtomUri",
11 "manuallyApprovesFollowers" : "as:manuallyApprovesFollowers",
12 "movedTo" : "as:movedTo",
13 "ostatus" : "http://ostatus.org#",
14 "sensitive" : "as:sensitive",
15 "toot" : "http://joinmastodon.org/ns#"
16 }
17 ],
18 "atomUri" : "http://mastodon.example.org/users/admin/statuses/99541947525187367",
19 "attachment" : [
20 {
21 "mediaType" : "image/jpeg",
22 "name" : null,
23 "type" : "Document",
24 "url" : "http://mastodon.example.org/system/media_attachments/files/000/000/002/original/334ce029e7bfb920.jpg"
25 }
26 ],
27 "attributedTo" : "http://mastodon.example.org/users/admin",
28 "cc" : [
29 "http://mastodon.example.org/users/admin/followers"
30 ],
31 "content" : "<p>yeah.</p>",
32 "conversation" : "tag:mastodon.example.org,2018-02-17:objectId=59:objectType=Conversation",
33 "id" : "http://mastodon.example.org/users/admin/statuses/99541947525187367",
34 "inReplyTo" : null,
35 "inReplyToAtomUri" : null,
36 "published" : "2018-02-17T17:46:20Z",
37 "sensitive" : false,
38 "summary" : null,
39 "tag" : [],
40 "to" : [
41 "https://www.w3.org/ns/activitystreams#Public"
42 ],
43 "type" : "Note",
44 "url" : "http://mastodon.example.org/@admin/99541947525187367"
45 }