Actor Profiles
ActivityPub defines actors here. Actors form an essential part of ActivityPub and thus the Fediverse, as they represent communication as messages between actors.
We will be using actor profile to refer to the JSON that describes an actor. This should be compared to what the tool Verify your Fediverse Actor provides. This tool checks that the behavior of the actor, as it checks what happens for certain HTTP requests.
Actor profiles
The following table shows how different applications represent the actor profile
akkoma
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"http://akkoma/schemas/litepub-0.1.jsonld",
{
"@language": "und"
}
],
"alsoKnownAs": [],
"attachment": [],
"capabilities": {},
"discoverable": false,
"endpoints": {
"oauthAuthorizationEndpoint": "http://akkoma/oauth/authorize",
"oauthRegistrationEndpoint": "http://akkoma/api/v1/apps",
"oauthTokenEndpoint": "http://akkoma/oauth/token",
"sharedInbox": "http://akkoma/inbox"
},
"featured": "http://akkoma/users/witch/collections/featured",
"followers": "http://akkoma/users/witch/followers",
"following": "http://akkoma/users/witch/following",
"id": "http://akkoma/users/witch",
"inbox": "http://akkoma/users/witch/inbox",
"manuallyApprovesFollowers": false,
"name": "witch",
"outbox": "http://akkoma/users/witch/outbox",
"preferredUsername": "witch",
"publicKey": {
"id": "http://akkoma/users/witch#main-key",
"owner": "http://akkoma/users/witch",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsFpYjv7mKQPcyrtcdFYo\nThU382eXYwdZbXwHpQ0cejnHTr95XVfKuM5sGpmij9Y5alJCzJcwMFN3ffGzshTr\nse+Zr0TF8YkqahpNbs1+hmARCSlQW61hdEvQVUCxdOUd+SgMzeXHEbHcnYI6yVcx\nyU2ewjLA/LQkBE0/YZw5zmM/2XNmioKLlNAYBMB0D6/ISSdhMonJ+NqzKfFmIURY\nrDJRwXr+EOZ1BHT5wE6K5FyQe1U9WTovtPw0i7EhMjZjH9KJbJToCiDtKXbeRkO9\nWhdAhc7ymeEU9Zf3jiwWQwP4hpteEwMg9GzUaIdJMXrWxkzpdBwVWfNmFp6iq/g5\n5QIDAQAB\n-----END PUBLIC KEY-----\n\n"
},
"summary": "",
"tag": [],
"type": "Person",
"url": "http://akkoma/users/witch"
}
gotosocial
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"http://joinmastodon.org/ns",
"https://w3id.org/security/v1"
],
"discoverable": false,
"featured": "http://gotosocial/users/cookie/collections/featured",
"followers": "http://gotosocial/users/cookie/followers",
"following": "http://gotosocial/users/cookie/following",
"id": "http://gotosocial/users/cookie",
"inbox": "http://gotosocial/users/cookie/inbox",
"manuallyApprovesFollowers": true,
"name": "cookie",
"outbox": "http://gotosocial/users/cookie/outbox",
"preferredUsername": "cookie",
"publicKey": {
"id": "http://gotosocial/users/cookie/main-key",
"owner": "http://gotosocial/users/cookie",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvf3DQsxFghUG3gqbZlI6\n1QeG+vOhxmQgi6DyStRN+kMSutWvmTieaZNLPP1i6lgkRj7P3l+rn3tpjpLd1tyT\nnTo9SlPMPZ+QPjvViUzL5PF0/ulwzptU1oZnW7tAuaLA37TE+9VIHnlTd5jW54SZ\nTQj5BH17BxwBa9I3Mrfq2IlbCnVgyQkOsNOLpRFe1jSFpzKrxsCxbKg4gjZgqKT2\nu0z/foN7TAVt9gpwEHBp8/d9Fi6DDISiz0L2VD0wyNhOm+nGJdsR2BXnIv2yuzle\nyISw0si5xMQ4nSb0KIV3JK37Jiuhoqjq+uv+5QRmKaoSb1JiyeVDy2ZYz+MLGuyb\nvQIDAQAB\n-----END PUBLIC KEY-----\n"
},
"tag": [],
"type": "Person",
"url": "http://gotosocial/@cookie"
}
hollo
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
"https://w3id.org/security/data-integrity/v1",
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/multikey/v1",
{
"alsoKnownAs": {
"@id": "as:alsoKnownAs",
"@type": "@id"
},
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"movedTo": {
"@id": "as:movedTo",
"@type": "@id"
},
"toot": "http://joinmastodon.org/ns#",
"featured": {
"@id": "toot:featured",
"@type": "@id"
},
"featuredTags": {
"@id": "toot:featuredTags",
"@type": "@id"
},
"discoverable": "toot:discoverable",
"suspended": "toot:suspended",
"memorial": "toot:memorial",
"indexable": "toot:indexable",
"schema": "http://schema.org#",
"PropertyValue": "schema:PropertyValue",
"value": "schema:value",
"misskey": "https://misskey-hub.net/ns#",
"_misskey_followedMessage": "misskey:_misskey_followedMessage",
"isCat": "misskey:isCat"
}
],
"id": "http://hollo/@john",
"type": "Person",
"featured": "http://hollo/@john/pinned",
"featuredTags": "http://hollo/@john/tags",
"inbox": "http://hollo/@john/inbox",
"assertionMethod": [
{
"id": "http://hollo/@john#main-key",
"type": "Multikey",
"controller": "http://hollo/@john",
"publicKeyMultibase": "zgghBUVkqmWS8e1ix6QZdCQV4CLhdMBTgE251KdZbAs2FACyRJubkYoUhuPCUSWVfUu29hAKxQoNaKpevXcJ6PZrsRXvfr86CeymMk7DoGBVaNRfCeevuRy7iHA1hLhyLNiR4Hs6URfP1DSG5U7tm1wsDKFbxYv5brHtgLxs1TbWZot2ZvTSqAKZfiNyiN58JXU4ptWedxpgnSLNvTczevmJqbxFRm393pFFKukGhpzzSncQnS429fnnqPMiAtWrNHxUB2f7CwjrMsgACvc41kU4wJTz6tdu9Fv8NW7f9VjAua22aurc6fteBEsgVK5g4vmK5Sgzud8TPP225JNVCRdht5FBm7BXdxS5Bbmyupeid6H2PSkkN3pkLf9D5u4vbxgdcxXVtwo6XHK828YQjA823cm86XKLK6vJrbWWSCuVLSp8fV76NWmqZsdL52wV73SMQq9QTKkZNbCiscUwEh11fLPrRREWaoLt7pQH2hNkV9E1uiTyamKuWn5YjxMXwQ1Y1phwWy6wEdJHmtWQsz5TYote3xQvfE51bFuSxv6Membb6H3UgFT5aWLxMt1bxyDEPWrcK94T5SWhRcFTinHseymHFChFbf28PoKGVQQUPaqBCpXMdx18rXGwCHNobza2wfMEAiaDdLY1EpVWxVyVErvJzA7NzCovTfpUKMD6D1Rypk8A4Kdv7BzX3hkFtAB5jhG8wmcEEDsMpU"
},
{
"id": "http://hollo/@john#key-2",
"type": "Multikey",
"controller": "http://hollo/@john",
"publicKeyMultibase": "z6MkqGh71GSvdWCLwHWYkHuxufXd5NUrbjTJpo1aZjw8Zs3y"
}
],
"publicKey": {
"id": "http://hollo/@john#main-key",
"type": "CryptographicKey",
"owner": "http://hollo/@john",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyJe4sFu1whkocIWb/i2c\nIrLK/cVBBsqGj5U3RBrXWytnt4b/A4eJ0Agtpt+1ufDrCdZjmgRhXpBhAS2MtxjO\n/IrKWR7kGQrZBb15X4LuDO5IKH9PamHHPFt3Xoq4jlKxBR7fBFHe1cxY55DWtVSp\nt64kh8o0gG93bbkjVLKQj9kAvkGTQwsKxmoQzdYIjq8tKSJbT9MiqvVmvDkpFDRL\nr+lcDafngW/87yxInRNYRc6aEF8CvpNDisl5mfsTlnWFYdXE2ggL3BsptBeJReI4\nqDYstZGCcC+WSyPg+XTmjsIqoDOzn9cfGTLjYoz/FLJjD7GGQHpDUmKqGqRvakx1\nYV8vRkeNfhed2EJj0h+/kbA3xMNMO2RrcpbQPfgNOBrKga8FqCF0kAZXdVjYzcbf\nsbDOGEPAISNMaSZ2glmp0DHldi8Bz4CNq+qwl16aH1PkZVNiatm+pemuzbHS4hEh\nuH3HI5kpEH2BD1MXramGjmd/+ZrWfiroF6TI8O7xEsfZhnZ2udlnNFMEXK6xOc3A\nXKQxbRQsm97bwTbBBLijjX+bf5nVkZYK67QReRSuDvFOyQEs66uRuIhJ2CtOs3u/\nQeDF8w8iMtFa+cGqos+oUu6+u2yNYoZnUBGKIzEkMr80XT6XHJ4pJy/fk5AClUHW\nB9zfMOy4+HYhopMCT5yFzIUCAwEAAQ==\n-----END PUBLIC KEY-----\n"
},
"endpoints": {
"type": "as:Endpoints",
"sharedInbox": "http://hollo/inbox"
},
"followers": "http://hollo/@john/followers",
"following": "http://hollo/@john/following",
"liked": "http://hollo/@john/liked",
"manuallyApprovesFollowers": false,
"name": "john",
"outbox": "http://hollo/@john/outbox",
"preferredUsername": "john",
"published": "2024-11-09T09:22:10.832Z",
"summary": "",
"url": "http://hollo/@john"
}
mastodon
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"toot": "http://joinmastodon.org/ns#",
"featured": {
"@id": "toot:featured",
"@type": "@id"
},
"featuredTags": {
"@id": "toot:featuredTags",
"@type": "@id"
},
"alsoKnownAs": {
"@id": "as:alsoKnownAs",
"@type": "@id"
},
"movedTo": {
"@id": "as:movedTo",
"@type": "@id"
},
"schema": "http://schema.org#",
"PropertyValue": "schema:PropertyValue",
"value": "schema:value",
"discoverable": "toot:discoverable",
"suspended": "toot:suspended",
"memorial": "toot:memorial",
"indexable": "toot:indexable",
"attributionDomains": {
"@id": "toot:attributionDomains",
"@type": "@id"
}
}
],
"id": "http://mastodon/users/hippo",
"type": "Person",
"following": "http://mastodon/users/hippo/following",
"followers": "http://mastodon/users/hippo/followers",
"inbox": "http://mastodon/users/hippo/inbox",
"outbox": "http://mastodon/users/hippo/outbox",
"featured": "http://mastodon/users/hippo/collections/featured",
"featuredTags": "http://mastodon/users/hippo/collections/tags",
"preferredUsername": "hippo",
"name": "hippo",
"summary": "",
"url": "http://mastodon/@hippo",
"manuallyApprovesFollowers": false,
"discoverable": false,
"indexable": false,
"published": "2024-10-30T00:00:00Z",
"memorial": false,
"publicKey": {
"id": "http://mastodon/users/hippo#main-key",
"owner": "http://mastodon/users/hippo",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiv6gRxe+hFw92ZVfmRBy\ncbScjp+ekOmbYOAO+jlVORlkbVzGZc+6ez4MrBUVbW2kkrqwTbhC22qgckaYNeaP\nuLfmsi5LrMtMfm7iTHB8uLxJRt/vQdZlIuY/7X11iKYkBT4ScGt5YAKQvWk/qYUo\nQsMcmgutz4l4OG5X8rYQ2nU0QVG2vh7tUvjclfgxXNOfG2Knst2Eeo3Gt4gkSo2m\nokIPdGqpH0ax/K5JxvwvlouP8K99nyXUIz2ai7FhPgDUz2fP+9ZO2nqekEsK3kAx\nrT7CbDRsNE5+M5kMfk+CX2+dNyMi0DcLslP+11CmpVdUdMT7RVoaf4bUGmQvIsPC\nswIDAQAB\n-----END PUBLIC KEY-----\n"
},
"tag": [],
"attachment": [],
"endpoints": {
"sharedInbox": "http://mastodon/inbox"
}
}
misskey
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"Key": "sec:Key",
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"sensitive": "as:sensitive",
"Hashtag": "as:Hashtag",
"quoteUrl": "as:quoteUrl",
"toot": "http://joinmastodon.org/ns#",
"Emoji": "toot:Emoji",
"featured": "toot:featured",
"discoverable": "toot:discoverable",
"schema": "http://schema.org#",
"PropertyValue": "schema:PropertyValue",
"value": "schema:value",
"misskey": "https://misskey-hub.net/ns#",
"_misskey_content": "misskey:_misskey_content",
"_misskey_quote": "misskey:_misskey_quote",
"_misskey_reaction": "misskey:_misskey_reaction",
"_misskey_votes": "misskey:_misskey_votes",
"_misskey_summary": "misskey:_misskey_summary",
"_misskey_followedMessage": "misskey:_misskey_followedMessage",
"isCat": "misskey:isCat",
"vcard": "http://www.w3.org/2006/vcard/ns#"
}
],
"type": "Person",
"id": "http://misskey/users/9zznfapmb08t0001",
"inbox": "http://misskey/users/9zznfapmb08t0001/inbox",
"outbox": "http://misskey/users/9zznfapmb08t0001/outbox",
"followers": "http://misskey/users/9zznfapmb08t0001/followers",
"following": "http://misskey/users/9zznfapmb08t0001/following",
"featured": "http://misskey/users/9zznfapmb08t0001/collections/featured",
"sharedInbox": "http://misskey/inbox",
"endpoints": {
"sharedInbox": "http://misskey/inbox"
},
"url": "http://misskey/@kitty",
"preferredUsername": "kitty",
"name": null,
"summary": null,
"_misskey_summary": null,
"_misskey_followedMessage": null,
"icon": null,
"image": null,
"tag": [],
"manuallyApprovesFollowers": false,
"discoverable": true,
"publicKey": {
"id": "http://misskey/users/9zznfapmb08t0001#main-key",
"type": "Key",
"owner": "http://misskey/users/9zznfapmb08t0001",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArvhyFHhfv1wgAaGQqgbN\nORGlaAWeMyWtIdKrEZp5oau2l+gLNGbyDDSoPVdSz5AQ6tQxv09vMuaTyj2uEjX6\n7gMgbszXvPDg/xGN24EzgHRVdNTbzOM9eAuzqId0MXwxpaupsQg1axZ/6Zvni6Ya\nv0bHLuH5zwCr6vvkaBNoP6CZ0x6opi5JBQVDCEfy/cDNusqwz/ani/J4Wio86dxS\nX7sVpLo9dQA4AeUcFc4hzLIJHt0GDHxW/IrlS0mMb0JZrPICXohdDhTgq5CK8ffz\nzUFiLIvlHwK5OUEUDCDWa4k+Wh9F40cKrloKEQ3p77xgeN6vCpeVgqhvT3qT7uN5\nAQIDAQAB\n-----END PUBLIC KEY-----\n"
},
"isCat": false
}
mitra
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/v1",
"https://w3id.org/security/data-integrity/v1",
"https://w3id.org/security/multikey/v1",
{
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"schema": "http://schema.org/",
"PropertyValue": "schema:PropertyValue",
"value": "schema:value",
"toot": "http://joinmastodon.org/ns#",
"featured": "toot:featured",
"Emoji": "toot:Emoji",
"mitra": "http://jsonld.mitra.social#",
"subscribers": "mitra:subscribers",
"VerifiableIdentityStatement": "mitra:VerifiableIdentityStatement",
"MitraJcsEip191Signature2022": "mitra:MitraJcsEip191Signature2022",
"gateways": "mitra:gateways",
"proofValue": "sec:proofValue",
"proofPurpose": "sec:proofPurpose"
}
],
"id": "http://mitra/users/admin",
"type": "Person",
"name": null,
"preferredUsername": "admin",
"inbox": "http://mitra/users/admin/inbox",
"outbox": "http://mitra/users/admin/outbox",
"followers": "http://mitra/users/admin/followers",
"following": "http://mitra/users/admin/following",
"subscribers": "http://mitra/users/admin/subscribers",
"featured": "http://mitra/users/admin/collections/featured",
"assertionMethod": [
{
"id": "http://mitra/users/admin#main-key",
"type": "Multikey",
"controller": "http://mitra/users/admin",
"publicKeyMultibase": "z4MXj1wBzi9jUstyQgjnb9Eq9RqDdtsyet3uz4qEr33Z1uDjUUP8XA7GyTfdZA56eCPCSC1X6r4ASk7kNHZZv5oYu22sL4i1et43crutVfHE3Eo4mLdigjbD6tjftjLHSRxGkzWojnrLR1Ws9nLz3EfAR3A1QBEWSDyngBmpkpETsC4ptzebzpRy4Pm6xGEkSkgo9xBk3QWamcwZHULoa6M3yenDbfXogn1RRoW5ep6HU45Ud8LeQFX6AfnjJ4AZBb1JxRXoeoJtG6pVSrgXpiZzucRefsWdyzMMQC9t4shQvASVAU3BfwfSqP1qgfsewQtfbASAbc7iQB43FKfuKYazDw6nYTuBnJmcn9Pww7dVDMHTJK5nY"
},
{
"id": "http://mitra/users/admin#ed25519-key",
"type": "Multikey",
"controller": "http://mitra/users/admin",
"publicKeyMultibase": "z6MkhRxX9pw3vizmnXkVnhj7VSWXdGXj1d5y5JXePWZZMRis"
}
],
"publicKey": {
"id": "http://mitra/users/admin#main-key",
"owner": "http://mitra/users/admin",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA658UAWXb69r3SLMQGI9E\n7dy0cTsKBxw1tTbBZOVLddoCm3lSJHdvKYfhKMZ7cX5wdSXQdhkRfV5Rpq9j583y\nPolxqbhRc8B2jo9z1VM2+4Mfq4S4mlYfcvO4IvfPneLLEXTBqQCoxw+PiwCT5iSX\nzCJJ8T/a2/C4rGo+z/Y75skjlTrae7XVCAzzQQsi9VjloXJ7q9FsJ7fu6ns0o+P2\nbcfl8IJb1KcYxWMFcwbOasER/yY+8jSbqZFodMRPn+/PA5bqPyNzYFHcl2X39FBo\nQ16g/B7sHCpJGRppiY5wtgvKNUlnihMwltmH1IePncY2Dsecl5ZGsVLyDcbQyIrf\nGwIDAQAB\n-----END PUBLIC KEY-----\n"
},
"manuallyApprovesFollowers": false,
"url": "http://mitra/users/admin",
"published": "2024-11-09T09:29:41.732313Z",
"updated": "2024-11-09T09:29:41.732313Z"
}
pleroma
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"http://pleroma/schemas/litepub-0.1.jsonld",
{
"@language": "und"
}
],
"alsoKnownAs": [],
"attachment": [],
"capabilities": {
"acceptsChatMessages": true
},
"discoverable": false,
"endpoints": {
"oauthAuthorizationEndpoint": "http://pleroma/oauth/authorize",
"oauthRegistrationEndpoint": "http://pleroma/api/v1/apps",
"oauthTokenEndpoint": "http://pleroma/oauth/token",
"sharedInbox": "http://pleroma/inbox",
"uploadMedia": "http://pleroma/api/ap/upload_media"
},
"featured": "http://pleroma/users/full/collections/featured",
"followers": "http://pleroma/users/full/followers",
"following": "http://pleroma/users/full/following",
"id": "http://pleroma/users/full",
"inbox": "http://pleroma/users/full/inbox",
"manuallyApprovesFollowers": false,
"name": "full",
"outbox": "http://pleroma/users/full/outbox",
"preferredUsername": "full",
"publicKey": {
"id": "http://pleroma/users/full#main-key",
"owner": "http://pleroma/users/full",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlLZhatqxMV+C23/fgCac\n568eOci8Esj0k0bvZW4LReXcO8WXhGKal4juZc0JmIH3YYiH1tCsPZoGLzO/OWSI\nnxRWacSFC6sor1RznTlu4445EdPhIhZm2R+UB6YlZF2X2CHOfoER9telccHrbsLU\nhBC03A/BLP518irKIsz3xA6Nje5N2e5LA8VpBoG0ad8pb8g3URYP5PYfSZOq6lzj\nCKbrwLWpuYsAxcEJJ7f8GXdE+vzm1JjKnj/yXA+JmQ9gFdqeU8FKjlEXo5WFe5dI\nMdMVl8vZf0doTgTW0kguFo7OrdLnU4zJUIP4POYhUmVgqdZAXCq8qTBByB9OyCPK\nTwIDAQAB\n-----END PUBLIC KEY-----\n\n"
},
"summary": "",
"tag": [],
"type": "Person",
"url": "http://pleroma/users/full",
"vcard:bday": null,
"webfinger": "acct:full@pleroma"
}
sharkey
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/security/v1",
{
"Key": "sec:Key",
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
"sensitive": "as:sensitive",
"Hashtag": "as:Hashtag",
"quoteUrl": "as:quoteUrl",
"fedibird": "http://fedibird.com/ns#",
"quoteUri": "fedibird:quoteUri",
"toot": "http://joinmastodon.org/ns#",
"Emoji": "toot:Emoji",
"featured": "toot:featured",
"discoverable": "toot:discoverable",
"indexable": "toot:indexable",
"schema": "http://schema.org#",
"PropertyValue": "schema:PropertyValue",
"value": "schema:value",
"misskey": "https://misskey-hub.net/ns#",
"_misskey_content": "misskey:_misskey_content",
"_misskey_quote": "misskey:_misskey_quote",
"_misskey_reaction": "misskey:_misskey_reaction",
"_misskey_votes": "misskey:_misskey_votes",
"_misskey_summary": "misskey:_misskey_summary",
"_misskey_followedMessage": "misskey:_misskey_followedMessage",
"isCat": "misskey:isCat",
"firefish": "https://joinfirefish.org/ns#",
"speakAsCat": "firefish:speakAsCat",
"sharkey": "https://joinsharkey.org/ns#",
"backgroundUrl": "sharkey:backgroundUrl",
"listenbrainz": "sharkey:listenbrainz",
"vcard": "http://www.w3.org/2006/vcard/ns#"
}
],
"type": "Person",
"id": "http://sharkey/users/a0tso0t2npkb0001",
"inbox": "http://sharkey/users/a0tso0t2npkb0001/inbox",
"outbox": "http://sharkey/users/a0tso0t2npkb0001/outbox",
"followers": "http://sharkey/users/a0tso0t2npkb0001/followers",
"following": "http://sharkey/users/a0tso0t2npkb0001/following",
"featured": "http://sharkey/users/a0tso0t2npkb0001/collections/featured",
"sharedInbox": "http://sharkey/inbox",
"endpoints": {
"sharedInbox": "http://sharkey/inbox"
},
"url": "http://sharkey/@willy",
"preferredUsername": "willy",
"name": null,
"summary": null,
"_misskey_summary": null,
"_misskey_followedMessage": null,
"icon": null,
"image": null,
"backgroundUrl": null,
"tag": [],
"manuallyApprovesFollowers": false,
"discoverable": true,
"publicKey": {
"id": "http://sharkey/users/a0tso0t2npkb0001#main-key",
"type": "Key",
"owner": "http://sharkey/users/a0tso0t2npkb0001",
"publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp8eMZ/oJhuCs+XiBH6tZ\niGn5YjFiNFLFKHLY1AjCrnfjRzlO01oQ7S2DUk0IS9tupAUggTjSyV3lxoam/0VN\nJgC+hXbOA4lPOT4WjG2CIi7wlV+k11OKq3WcweBBTrulr/76bk6ZH1d8jEaet+Vp\nh6Ht3ghY5cuwun+Nq9UsTnr60QnZ3OSPyz3/WrCQqDuPbFlbNgYSMcPT372Qmnci\n7lmJoxkHssPLt8Ykne6NaUHraPmRgfoN6e3YyrywM9wzc/tu6SKENQzsMnixumoQ\nQwd12Cy2FmXFON7iUvZRbMzvucE7ZdHmDue8OSIlOdFsr+LnIUHlqrD+8xgXQ0Uk\nRwIDAQAB\n-----END PUBLIC KEY-----\n"
},
"isCat": false,
"noindex": false,
"indexable": true,
"speakAsCat": true
}