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