Merge branch 'develop' into 'remove-twitter-api'
[akkoma] / test / fixtures / tesla_mock / funkwhale_channel.json
1 {
2 "id": "https://channels.tests.funkwhale.audio/federation/actors/compositions",
3 "outbox": "https://channels.tests.funkwhale.audio/federation/actors/compositions/outbox",
4 "inbox": "https://channels.tests.funkwhale.audio/federation/actors/compositions/inbox",
5 "preferredUsername": "compositions",
6 "type": "Person",
7 "name": "Compositions",
8 "followers": "https://channels.tests.funkwhale.audio/federation/actors/compositions/followers",
9 "following": "https://channels.tests.funkwhale.audio/federation/actors/compositions/following",
10 "manuallyApprovesFollowers": false,
11 "url": [
12 {
13 "type": "Link",
14 "href": "https://channels.tests.funkwhale.audio/channels/compositions",
15 "mediaType": "text/html"
16 },
17 {
18 "type": "Link",
19 "href": "https://channels.tests.funkwhale.audio/api/v1/channels/compositions/rss",
20 "mediaType": "application/rss+xml"
21 }
22 ],
23 "icon": {
24 "type": "Image",
25 "url": "https://channels.tests.funkwhale.audio/media/attachments/75/b4/f1/nosmile.jpeg",
26 "mediaType": "image/jpeg"
27 },
28 "summary": "<p>I'm testing federation with the fediverse :)</p>",
29 "@context": [
30 "https://www.w3.org/ns/activitystreams",
31 "https://w3id.org/security/v1",
32 {
33 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers"
34 }
35 ],
36 "publicKey": {
37 "owner": "https://channels.tests.funkwhale.audio/federation/actors/compositions",
38 "publicKeyPem": "-----BEGIN RSA PUBLIC KEY-----\nMIIBCgKCAQEAv25u57oZfVLV3KltS+HcsdSx9Op4MmzIes1J8Wu8s0KbdXf2zEwS\nsVqyHgs/XCbnzsR3FqyJTo46D2BVnvZcuU5srNcR2I2HMaqQ0oVdnATE4K6KdcgV\nN+98pMWo56B8LTgE1VpvqbsrXLi9jCTzjrkebVMOP+ZVu+64v1qdgddseblYMnBZ\nct0s7ONbHnqrWlTGf5wES1uIZTVdn5r4MduZG+Uenfi1opBS0lUUxfWdW9r0oF2b\nyneZUyaUCbEroeKbqsweXCWVgnMarUOsgqC42KM4cf95lySSwTSaUtZYIbTw7s9W\n2jveU/rVg8BYZu5JK5obgBoxtlUeUoSswwIDAQAB\n-----END RSA PUBLIC KEY-----\n",
39 "id": "https://channels.tests.funkwhale.audio/federation/actors/compositions#main-key"
40 },
41 "endpoints": {
42 "sharedInbox": "https://channels.tests.funkwhale.audio/federation/shared/inbox"
43 }
44 }