Add option to modify HTTP pool size
[akkoma] / test / fixtures / mastodon-update.json
1 {
2 "type": "Update",
3 "object": {
4 "url": "http://mastodon.example.org/@gargron",
5 "type": "Person",
6 "summary": "<p>Some bio</p>",
7 "publicKey": {
8 "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0gs3VnQf6am3R+CeBV4H\nlfI1HZTNRIBHgvFszRZkCERbRgEWMu+P+I6/7GJC5H5jhVQ60z4MmXcyHOGmYMK/\n5XyuHQz7V2Ssu1AxLfRN5Biq1ayb0+DT/E7QxNXDJPqSTnstZ6C7zKH/uAETqg3l\nBonjCQWyds+IYbQYxf5Sp3yhvQ80lMwHML3DaNCMlXWLoOnrOX5/yK5+dedesg2\n/HIvGk+HEt36vm6hoH7bwPuEkgA++ACqwjXRe5Mta7i3eilHxFaF8XIrJFARV0t\nqOu4GID/jG6oA+swIWndGrtR2QRJIt9QIBFfK3HG5M0koZbY1eTqwNFRHFL3xaD\nUQIDAQAB\n-----END PUBLIC KEY-----\n",
9 "owner": "http://mastodon.example.org/users/gargron",
10 "id": "http://mastodon.example.org/users/gargron#main-key"
11 },
12 "preferredUsername": "gargron",
13 "outbox": "http://mastodon.example.org/users/gargron/outbox",
14 "name": "gargle",
15 "manuallyApprovesFollowers": false,
16 "inbox": "http://mastodon.example.org/users/gargron/inbox",
17 "id": "http://mastodon.example.org/users/gargron",
18 "following": "http://mastodon.example.org/users/gargron/following",
19 "followers": "http://mastodon.example.org/users/gargron/followers",
20 "endpoints": {
21 "sharedInbox": "http://mastodon.example.org/inbox"
22 },
23 "attachment": [{
24 "type": "PropertyValue",
25 "name": "foo",
26 "value": "updated"
27 },
28 {
29 "type": "PropertyValue",
30 "name": "foo1",
31 "value": "updated"
32 }
33 ],
34 "icon": {
35 "type": "Image",
36 "mediaType": "image/jpeg",
37 "url": "https://cd.niu.moe/accounts/avatars/000/033/323/original/fd7f8ae0b3ffedc9.jpeg"
38 },
39 "image": {
40 "type": "Image",
41 "mediaType": "image/png",
42 "url": "https://cd.niu.moe/accounts/headers/000/033/323/original/850b3448fa5fd477.png"
43 }
44 },
45 "id": "http://mastodon.example.org/users/gargron#updates/1519563538",
46 "actor": "http://mastodon.example.org/users/gargron",
47 "@context": [
48 "https://www.w3.org/ns/activitystreams",
49 "https://w3id.org/security/v1",
50 {
51 "toot": "http://joinmastodon.org/ns#",
52 "sensitive": "as:sensitive",
53 "ostatus": "http://ostatus.org#",
54 "movedTo": "as:movedTo",
55 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
56 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
57 "conversation": "ostatus:conversation",
58 "atomUri": "ostatus:atomUri",
59 "Hashtag": "as:Hashtag",
60 "Emoji": "toot:Emoji"
61 }
62 ]
63 }