First
[anni] / test / fixtures / tesla_mock / relay@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   }],
14   "id": "http://mastodon.example.org/users/admin",
15   "type": "Application",
16   "invisible": true,
17   "following": "http://mastodon.example.org/users/admin/following",
18   "followers": "http://mastodon.example.org/users/admin/followers",
19   "inbox": "http://mastodon.example.org/users/admin/inbox",
20   "outbox": "http://mastodon.example.org/users/admin/outbox",
21   "preferredUsername": "admin",
22   "name": null,
23   "summary": "\u003cp\u003e\u003c/p\u003e",
24   "url": "http://mastodon.example.org/@admin",
25   "manuallyApprovesFollowers": false,
26   "publicKey": {
27     "id": "http://mastodon.example.org/users/admin#main-key",
28     "owner": "http://mastodon.example.org/users/admin",
29     "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"
30   },
31   "attachment": [{
32       "type": "PropertyValue",
33       "name": "foo",
34       "value": "bar"
35     },
36     {
37       "type": "PropertyValue",
38       "name": "foo1",
39       "value": "bar1"
40     }
41   ],
42   "endpoints": {
43     "sharedInbox": "http://mastodon.example.org/inbox"
44   },
45   "icon": {
46     "type": "Image",
47     "mediaType": "image/jpeg",
48     "url": "https://cdn.niu.moe/accounts/avatars/000/033/323/original/fd7f8ae0b3ffedc9.jpeg"
49   },
50   "image": {
51     "type": "Image",
52     "mediaType": "image/png",
53     "url": "https://cdn.niu.moe/accounts/headers/000/033/323/original/850b3448fa5fd477.png"
54   }
55 }