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
|
{
"@context": [
"https://www.w3.org/ns/activitystreams"
],
"id": "https://social.pdp8.info/pdp8",
"type": "Person",
"preferredUsername": "pdp8",
"name": "pdp8",
"inbox": "https://social.pdp8.info/inbox",
"outbox": "https://social.pdp8.info/outbox",
"following": "https://social.pdp8.info/following",
"followers": "https://social.pdp8.info/followers",
"liked": "https://social.pdp8.info/liked",
"icon": {
"type": "Image",
"url": "https://pdp8.info/pdp8.png"
},
"attachment": [
{
"type": "PropertyValue",
"name": "Web",
"value": "<a href=\"https://pdp8.info\">pdp8.info</a>"
},
{
"type": "PropertyValue",
"name": "Fediverse",
"value": "<a rel=\"me\" href=\"https://social.pdp8.info/pdp8\">@pdp8@social.pdp8.info</a>"
},
{
"type": "PropertyValue",
"name": "Matrix",
"value": "<a rel=\"me\" href=\"https://matrix.to/#/@pdp8:matrix.pdp8.info\">@pdp8:matrix.pdp8.info</a>"
}
],
"publicKey": {
"@context": "https://w3id.org/security/v1",
"@type": "Key",
"id": "https://social.pdp8.info/pdp8#main-key",
"owner": "https://social.pdp8.info/pdp8",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4pZMYXoh8G+iEguDpKGD\n+eq+uDdhx/ch2x7rq00aPDDeHp40CG8bW1ZRC4WIOTUOgK4MeMDoaXT9/vWgr7xT\n/Qm95SEyZWBKqasBsp2uGkDxl23C6dB2eeshuAwt308Qzm2DeTrKPAw/XBAyWHDD\nfan2nWrtXcDJaeXhD/QE/w7Qiz5F2GCb/E/o46SwEyOJi13WxI9Jtuzh76xmwNsd\nwVWIBSu4zn0hg/wv+xtq/c/KLO4ZL54YiJXxRwrkDN7Xdnd18FwFuZ7fT8+kfiqF\nBnvle0OTKxumW46U7ivaylnqoSOvsYK6oyop/m2rl9Nh3sGdcmOsLoFVDg4gOjDf\niQIDAQAB\n-----END PUBLIC KEY-----\n"
}
}
|