Add support for actor icon being a list (Bridgy)
[akkoma] / test / fixtures / bridgy / actor.json
1 {
2 "id": "https://fed.brid.gy/jk.nipponalba.scot",
3 "url": "https://fed.brid.gy/r/https://jk.nipponalba.scot",
4 "urls": [
5 {
6 "value": "https://jk.nipponalba.scot"
7 },
8 {
9 "value": "https://social.nipponalba.scot/jk"
10 },
11 {
12 "value": "https://px.nipponalba.scot/jk"
13 }
14 ],
15 "@context": "https://www.w3.org/ns/activitystreams",
16 "type": "Person",
17 "name": "J K 🇯🇵🏴󠁧󠁢󠁳󠁣󠁴󠁿",
18 "image": [
19 {
20 "url": "https://jk.nipponalba.scot/images/profile.jpg",
21 "type": "Image",
22 "name": "profile picture"
23 }
24 ],
25 "tag": [
26 {
27 "type": "Tag",
28 "name": "Craft Beer"
29 },
30 {
31 "type": "Tag",
32 "name": "Single Malt Whisky"
33 },
34 {
35 "type": "Tag",
36 "name": "Homebrewing"
37 },
38 {
39 "type": "Tag",
40 "name": "Scottish Politics"
41 },
42 {
43 "type": "Tag",
44 "name": "Scottish History"
45 },
46 {
47 "type": "Tag",
48 "name": "Japanese History"
49 },
50 {
51 "type": "Tag",
52 "name": "Tech"
53 },
54 {
55 "type": "Tag",
56 "name": "Veganism"
57 },
58 {
59 "type": "Tag",
60 "name": "Cooking"
61 }
62 ],
63 "icon": [
64 {
65 "url": "https://jk.nipponalba.scot/images/profile.jpg",
66 "type": "Image",
67 "name": "profile picture"
68 }
69 ],
70 "preferredUsername": "jk.nipponalba.scot",
71 "summary": "",
72 "publicKey": {
73 "id": "jk.nipponalba.scot",
74 "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDdarxwzxnNbJ2hneWOYHkYJowk\npyigQtxlUd0VjgSQHwxU9kWqfbrHBVADyTtcqi/4dAzQd3UnCI1TPNnn4LPZY9PW\noiWd3Zl1/EfLFxO7LU9GS7fcSLQkyj5JNhSlN3I8QPudZbybrgRDVZYooDe1D+52\n5KLGqC2ajrIVOiDRTQIDAQAB\n-----END PUBLIC KEY-----"
75 },
76 "inbox": "https://fed.brid.gy/jk.nipponalba.scot/inbox",
77 "outbox": "https://fed.brid.gy/jk.nipponalba.scot/outbox",
78 "following": "https://fed.brid.gy/jk.nipponalba.scot/following",
79 "followers": "https://fed.brid.gy/jk.nipponalba.scot/followers"
80 }