Add option to modify HTTP pool size
[akkoma] / test / fixtures / lambadalambda.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
7 "toot": "http://joinmastodon.org/ns#",
8 "featured": {
9 "@id": "toot:featured",
10 "@type": "@id"
11 },
12 "alsoKnownAs": {
13 "@id": "as:alsoKnownAs",
14 "@type": "@id"
15 },
16 "movedTo": {
17 "@id": "as:movedTo",
18 "@type": "@id"
19 },
20 "schema": "http://schema.org#",
21 "PropertyValue": "schema:PropertyValue",
22 "value": "schema:value",
23 "Hashtag": "as:Hashtag",
24 "Emoji": "toot:Emoji",
25 "IdentityProof": "toot:IdentityProof",
26 "focalPoint": {
27 "@container": "@list",
28 "@id": "toot:focalPoint"
29 }
30 }
31 ],
32 "id": "https://mastodon.social/users/lambadalambda",
33 "type": "Person",
34 "following": "https://mastodon.social/users/lambadalambda/following",
35 "followers": "https://mastodon.social/users/lambadalambda/followers",
36 "inbox": "https://mastodon.social/users/lambadalambda/inbox",
37 "outbox": "https://mastodon.social/users/lambadalambda/outbox",
38 "featured": "https://mastodon.social/users/lambadalambda/collections/featured",
39 "preferredUsername": "lambadalambda",
40 "name": "Critical Value",
41 "summary": "\u003cp\u003e\u003c/p\u003e",
42 "url": "https://mastodon.social/@lambadalambda",
43 "manuallyApprovesFollowers": false,
44 "publicKey": {
45 "id": "https://mastodon.social/users/lambadalambda#main-key",
46 "owner": "https://mastodon.social/users/lambadalambda",
47 "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw0P/Tq4gb4G/QVuMGbJo\nC/AfMNcv+m7NfrlOwkVzcU47jgESuYI4UtJayissCdBycHUnfVUd9qol+eznSODz\nCJhfJloqEIC+aSnuEPGA0POtWad6DU0E6/Ho5zQn5WAWUwbRQqowbrsm/GHo2+3v\neR5jGenwA6sYhINg/c3QQbksyV0uJ20Umyx88w8+TJuv53twOfmyDWuYNoQ3y5cc\nHKOZcLHxYOhvwg3PFaGfFHMFiNmF40dTXt9K96r7sbzc44iLD+VphbMPJEjkMuf8\nPGEFOBzy8pm3wJZw2v32RNW2VESwMYyqDzwHXGSq1a73cS7hEnc79gXlELsK04L9\nQQIDAQAB\n-----END PUBLIC KEY-----\n"
48 },
49 "tag": [],
50 "attachment": [],
51 "endpoints": {
52 "sharedInbox": "https://mastodon.social/inbox"
53 },
54 "icon": {
55 "type": "Image",
56 "mediaType": "image/gif",
57 "url": "https://files.mastodon.social/accounts/avatars/000/000/264/original/1429214160519.gif"
58 },
59 "image": {
60 "type": "Image",
61 "mediaType": "image/gif",
62 "url": "https://files.mastodon.social/accounts/headers/000/000/264/original/28b26104f83747d2.gif"
63 }
64 }