microblogpub federation fixes (#288)
[akkoma] / test / fixtures / microblogpub / user_with_invalid_also_known_as.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "Hashtag": "as:Hashtag",
7 "sensitive": "as:sensitive",
8 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
9 "alsoKnownAs": {
10 "@id": "as:alsoKnownAs",
11 "@type": "@id"
12 },
13 "movedTo": {
14 "@id": "as:movedTo",
15 "@type": "@id"
16 },
17 "toot": "http://joinmastodon.org/ns#",
18 "featured": {
19 "@id": "toot:featured",
20 "@type": "@id"
21 },
22 "Emoji": "toot:Emoji",
23 "blurhash": "toot:blurhash",
24 "votersCount": "toot:votersCount",
25 "schema": "http://schema.org#",
26 "PropertyValue": "schema:PropertyValue",
27 "value": "schema:value",
28 "ostatus": "http://ostatus.org#",
29 "conversation": "ostatus:conversation"
30 }
31 ],
32 "type": "Person",
33 "id": "https://mbp.example.com",
34 "following": "https://mbp.example.com/following",
35 "followers": "https://mbp.example.com/followers",
36 "featured": "https://mbp.example.com/featured",
37 "inbox": "https://mbp.example.com/inbox",
38 "outbox": "https://mbp.example.com/outbox",
39 "preferredUsername": "MBP",
40 "name": "MBP",
41 "summary": "wowee",
42 "endpoints": {
43 "sharedInbox": "https://mbp.example.com/inbox"
44 },
45 "url": "https://mbp.example.com/",
46 "manuallyApprovesFollowers": false,
47 "attachment": [],
48 "icon": {
49 "mediaType": "image/jpeg",
50 "type": "Image",
51 "url": "https://beta.4201337.xyz/static/denise.jpg"
52 },
53 "tag": [],
54 "alsoKnownAs": [
55 "example@elsewhere.com"
56 ]
57 }