Support reaching user@sub.domain.tld at user@domain.tld (#134)
[akkoma] / test / fixtures / webfinger / masto-user.json
1 {
2 "@context": [
3 "https://www.w3.org/ns/activitystreams",
4 "https://w3id.org/security/v1",
5 {
6 "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
7 "toot": "http://joinmastodon.org/ns#",
8 "featured": {
9 "@id": "toot:featured",
10 "@type": "@id"
11 },
12 "featuredTags": {
13 "@id": "toot:featuredTags",
14 "@type": "@id"
15 },
16 "alsoKnownAs": {
17 "@id": "as:alsoKnownAs",
18 "@type": "@id"
19 },
20 "movedTo": {
21 "@id": "as:movedTo",
22 "@type": "@id"
23 },
24 "schema": "http://schema.org#",
25 "PropertyValue": "schema:PropertyValue",
26 "value": "schema:value",
27 "IdentityProof": "toot:IdentityProof",
28 "discoverable": "toot:discoverable",
29 "Device": "toot:Device",
30 "Ed25519Signature": "toot:Ed25519Signature",
31 "Ed25519Key": "toot:Ed25519Key",
32 "Curve25519Key": "toot:Curve25519Key",
33 "EncryptedMessage": "toot:EncryptedMessage",
34 "publicKeyBase64": "toot:publicKeyBase64",
35 "deviceId": "toot:deviceId",
36 "claim": {
37 "@type": "@id",
38 "@id": "toot:claim"
39 },
40 "fingerprintKey": {
41 "@type": "@id",
42 "@id": "toot:fingerprintKey"
43 },
44 "identityKey": {
45 "@type": "@id",
46 "@id": "toot:identityKey"
47 },
48 "devices": {
49 "@type": "@id",
50 "@id": "toot:devices"
51 },
52 "messageFranking": "toot:messageFranking",
53 "messageType": "toot:messageType",
54 "cipherText": "toot:cipherText",
55 "suspended": "toot:suspended",
56 "focalPoint": {
57 "@container": "@list",
58 "@id": "toot:focalPoint"
59 }
60 }
61 ],
62 "id": "https://{{domain}}/users/{{nickname}}",
63 "type": "Person",
64 "following": "https://{{domain}}/users/{{nickname}}/following",
65 "followers": "https://{{domain}}/users/{{nickname}}/followers",
66 "inbox": "https://{{domain}}/users/{{nickname}}/inbox",
67 "outbox": "https://{{domain}}/users/{{nickname}}/outbox",
68 "featured": "https://{{domain}}/users/{{nickname}}/collections/featured",
69 "featuredTags": "https://{{domain}}/users/{{nickname}}/collections/tags",
70 "preferredUsername": "{{nickname}}",
71 "name": "Name Name",
72 "summary": "<p>Summary</p>",
73 "url": "https://{{domain}}/@{{nickname}}",
74 "manuallyApprovesFollowers": false,
75 "discoverable": false,
76 "devices": "https://{{domain}}/users/{{nickname}}/collections/devices",
77 "publicKey": {
78 "id": "https://{{domain}}/users/{{nickname}}#main-key",
79 "owner": "https://{{domain}}/users/{{nickname}}",
80 "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvwDujxmxoYHs64MyVB3L\nG5ZyBxV3ufaMRBFu42bkcTpISq1WwZ+3Zb6CI8zOO+nM+Q2llrVRYjZa4ZFnOLvM\nTq/Kf+Zf5wy2aCRer88gX+MsJOAtItSi412y0a/rKOuFaDYLOLeTkRvmGLgZWbsr\nZJOp+YWb3zQ5qsIOInkc5BwI172tMsGeFtsnbNApPV4lrmtTGaJ8RiM8MR7XANBO\nfOHggSt1+eAIKGIsCmINEMzs1mG9D75xKtC/sM8GfbvBclQcBstGkHAEj1VHPW0c\nh6Bok5/QQppicyb8UA1PAA9bznSFtKlYE4xCH8rlCDSDTBRtdnBWHKcj619Ujz4Q\nawIDAQAB\n-----END PUBLIC KEY-----\n"
81 },
82 "tag": [],
83 "attachment": [],
84 "endpoints": {
85 "sharedInbox": "https://{{domain}}/inbox"
86 },
87 "icon": {
88 "type": "Image",
89 "mediaType": "image/jpeg",
90 "url": "https://s3.wasabisys.com/merp/accounts/avatars/000/000/001/original/6fdd3eee632af247.jpg"
91 }
92 }