Merge branch 'release/2.1.2' into 'stable'
[akkoma] / test / fixtures / tesla_mock / admin@mastdon.example.org.json
1 {
2 "@context": ["https://www.w3.org/ns/activitystreams", "https://w3id.org/security/v1", {
3 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
4 "sensitive": "as:sensitive",
5 "movedTo": "as:movedTo",
6 "Hashtag": "as:Hashtag",
7 "ostatus": "http://ostatus.org#",
8 "atomUri": "ostatus:atomUri",
9 "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
10 "conversation": "ostatus:conversation",
11 "toot": "http://joinmastodon.org/ns#",
12 "Emoji": "toot:Emoji",
13 "alsoKnownAs": {
14 "@id": "as:alsoKnownAs",
15 "@type": "@id"
16 }
17 }],
18 "id": "http://mastodon.example.org/users/admin",
19 "type": "Person",
20 "following": "http://mastodon.example.org/users/admin/following",
21 "followers": "http://mastodon.example.org/users/admin/followers",
22 "inbox": "http://mastodon.example.org/users/admin/inbox",
23 "outbox": "http://mastodon.example.org/users/admin/outbox",
24 "preferredUsername": "admin",
25 "name": null,
26 "summary": "\u003cp\u003e\u003c/p\u003e",
27 "url": "http://mastodon.example.org/@admin",
28 "manuallyApprovesFollowers": false,
29 "capabilities": {
30 "acceptsChatMessages": true
31 },
32 "publicKey": {
33 "id": "http://mastodon.example.org/users/admin#main-key",
34 "owner": "http://mastodon.example.org/users/admin",
35 "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtc4Tir+3ADhSNF6VKrtW\nOU32T01w7V0yshmQei38YyiVwVvFu8XOP6ACchkdxbJ+C9mZud8qWaRJKVbFTMUG\nNX4+6Q+FobyuKrwN7CEwhDALZtaN2IPbaPd6uG1B7QhWorrY+yFa8f2TBM3BxnUy\nI4T+bMIZIEYG7KtljCBoQXuTQmGtuffO0UwJksidg2ffCF5Q+K//JfQagJ3UzrR+\nZXbKMJdAw4bCVJYs4Z5EhHYBwQWiXCyMGTd7BGlmMkY6Av7ZqHKC/owp3/0EWDNz\nNqF09Wcpr3y3e8nA10X40MJqp/wR+1xtxp+YGbq/Cj5hZGBG7etFOmIpVBrDOhry\nBwIDAQAB\n-----END PUBLIC KEY-----\n"
36 },
37 "attachment": [{
38 "type": "PropertyValue",
39 "name": "foo",
40 "value": "bar"
41 },
42 {
43 "type": "PropertyValue",
44 "name": "foo1",
45 "value": "bar1"
46 }
47 ],
48 "endpoints": {
49 "sharedInbox": "http://mastodon.example.org/inbox"
50 },
51 "icon": {
52 "type": "Image",
53 "mediaType": "image/jpeg",
54 "url": "https://cdn.niu.moe/accounts/avatars/000/033/323/original/fd7f8ae0b3ffedc9.jpeg"
55 },
56 "image": {
57 "type": "Image",
58 "mediaType": "image/png",
59 "url": "https://cdn.niu.moe/accounts/headers/000/033/323/original/850b3448fa5fd477.png"
60 },
61 "alsoKnownAs": ["http://example.org/users/foo"]
62 }