summaryrefslogtreecommitdiff
path: root/test/fixtures/bridgy/actor.json
blob: 5b2d8982b8a9c66cd1aefec77f628a87da9cd777 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "id": "https://fed.brid.gy/jk.nipponalba.scot",
  "url": "https://fed.brid.gy/r/https://jk.nipponalba.scot",
  "urls": [
    {
      "value": "https://jk.nipponalba.scot"
    },
    {
      "value": "https://social.nipponalba.scot/jk"
    },
    {
      "value": "https://px.nipponalba.scot/jk"
    }
  ],
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Person",
  "name": "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿",
  "image": [
    {
      "url": "https://jk.nipponalba.scot/images/profile.jpg",
      "type": "Image",
      "name": "profile picture"
    }
  ],
  "tag": [
    {
      "type": "Tag",
      "name": "Craft Beer"
    },
    {
      "type": "Tag",
      "name": "Single Malt Whisky"
    },
    {
      "type": "Tag",
      "name": "Homebrewing"
    },
    {
      "type": "Tag",
      "name": "Scottish Politics"
    },
    {
      "type": "Tag",
      "name": "Scottish History"
    },
    {
      "type": "Tag",
      "name": "Japanese History"
    },
    {
      "type": "Tag",
      "name": "Tech"
    },
    {
      "type": "Tag",
      "name": "Veganism"
    },
    {
      "type": "Tag",
      "name": "Cooking"
    }
  ],
  "icon": [
    {
      "url": "https://jk.nipponalba.scot/images/profile.jpg",
      "type": "Image",
      "name": "profile picture"
    }
  ],
  "preferredUsername": "jk.nipponalba.scot",
  "summary": "",
  "publicKey": {
    "id": "jk.nipponalba.scot",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDdarxwzxnNbJ2hneWOYHkYJowk\npyigQtxlUd0VjgSQHwxU9kWqfbrHBVADyTtcqi/4dAzQd3UnCI1TPNnn4LPZY9PW\noiWd3Zl1/EfLFxO7LU9GS7fcSLQkyj5JNhSlN3I8QPudZbybrgRDVZYooDe1D+52\n5KLGqC2ajrIVOiDRTQIDAQAB\n-----END PUBLIC KEY-----"
  },
  "inbox": "https://fed.brid.gy/jk.nipponalba.scot/inbox",
  "outbox": "https://fed.brid.gy/jk.nipponalba.scot/outbox",
  "following": "https://fed.brid.gy/jk.nipponalba.scot/following",
  "followers": "https://fed.brid.gy/jk.nipponalba.scot/followers"
}