First
[anni] / test / fixtures / tesla_mock / admin@mastdon.example.org.json
1 {
2   "@context": [
3     "https://www.w3.org/ns/activitystreams",
4     "https://w3id.org/security/v1",
5     {
6       "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
7       "sensitive": "as:sensitive",
8       "movedTo": "as:movedTo",
9       "Hashtag": "as:Hashtag",
10       "ostatus": "http://ostatus.org#",
11       "atomUri": "ostatus:atomUri",
12       "inReplyToAtomUri": "ostatus:inReplyToAtomUri",
13       "conversation": "ostatus:conversation",
14       "toot": "http://joinmastodon.org/ns#",
15       "Emoji": "toot:Emoji",
16       "alsoKnownAs": {
17         "@id": "as:alsoKnownAs",
18         "@type": "@id"
19       }
20     }
21   ],
22   "id": "http://mastodon.example.org/users/admin",
23   "type": "Person",
24   "following": "http://mastodon.example.org/users/admin/following",
25   "followers": "http://mastodon.example.org/users/admin/followers",
26   "inbox": "http://mastodon.example.org/users/admin/inbox",
27   "outbox": "http://mastodon.example.org/users/admin/outbox",
28   "preferredUsername": "admin",
29   "name": null,
30   "discoverable": "true",
31   "summary": "\u003cp\u003e\u003c/p\u003e",
32   "url": "http://mastodon.example.org/@admin",
33   "manuallyApprovesFollowers": false,
34   "capabilities": {
35     "acceptsChatMessages": true
36   },
37   "publicKey": {
38     "id": "http://mastodon.example.org/users/admin#main-key",
39     "owner": "http://mastodon.example.org/users/admin",
40     "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"
41   },
42   "attachment": [
43     {
44       "type": "PropertyValue",
45       "name": "foo",
46       "value": "bar"
47     },
48     {
49       "type": "PropertyValue",
50       "name": "foo1",
51       "value": "bar1"
52     }
53   ],
54   "endpoints": {
55     "sharedInbox": "http://mastodon.example.org/inbox"
56   },
57   "icon": {
58     "type": "Image",
59     "mediaType": "image/jpeg",
60     "url": "https://cdn.niu.moe/accounts/avatars/000/033/323/original/fd7f8ae0b3ffedc9.jpeg"
61   },
62   "image": {
63     "type": "Image",
64     "mediaType": "image/png",
65     "url": "https://cdn.niu.moe/accounts/headers/000/033/323/original/850b3448fa5fd477.png"
66   },
67   "alsoKnownAs": [
68     "http://example.org/users/foo"
69   ]
70 }