Skip to content

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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRjAQoTLFxraT+thGaFt\nhlP/NQKNcTLG85Y+rdbZXkdDAbtMBXzjVqO4q7xDORJkN3fReGD7e5ZhLFRLt157\nbkG/iKxK14qSCEWforgqE6SZHFKOMBEBaFCBL8/5OGsWwe11TUFegAgpPMcUPdOA\ntqrQRc2Sbfm3GX+TOogT1qMtoaqm6EXkFhNDS1gHqZFhbzvdVs9wct13Qq9dGeBd\nEBKDMYUPdcF4VW0PCWWjenTqL0fSuzthVw7gvRv4CyOK5W6zlM2YfaA4pr7u7MrB\nmW1m1o3IPycDqUCTqs9zMdPDJZrwNHjIqjPB63HxxcUH0XBVG4wx2qqAL7RTJXrH\n8wIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "summary": "",
  "tag": [],
  "type": "Person",
  "url": "http://akkoma/users/witch"
}
gotosocial
{
  "@context": [
    "http://joinmastodon.org/ns",
    "https://w3id.org/security/v1",
    "https://www.w3.org/ns/activitystreams"
  ],
  "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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7F+JtgfZhTplYbybEDpg\nFo2jYFklku1rniYZxVhik89hRBmDE7NdoC8VydxBnUCG2/SwpENcjQK6tkm08kr6\nbEuQsKVxIf88/BAVHJcTFqSIUhtXZWa9DXwy3ofOw8BHo1ISlukXR+tyPRMx0HkI\ncROV9gwVD3tbi+hyRGtAt3PGlagDEvyBbRlcUjYDrZTFNZWO3gvQWXV6+U52pwtS\n65XtFUDGS9NSfhZ6hJHhsYjy0lPqEJSs9xEBf3R5h0iCVVIgGoP6dqUoz1IcHX9z\nRTV8Q7d+ufdZcXIgGZ+QlxJ+Bpe6fiznOQlbanc/FQ8S7tm2NZrb4NdCtzdRc+K5\n4QIDAQAB\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": "zgghBUVkqmWS8e1irF6CquFWdczBmdnCcVwxgMiUp2x4NP4pLoa7Ypt7JcThyuVDiDT8PqWagbU3tsHRyMJsQhc2HGxDBnnfzSpzUuH68Wkxa1unL53mpiTnTJTLguFStvnimcoLa3E9o1DtPmHsWB9i474moaSBdaUYCDsuemZa7xG1v7ZBSzKXiEEpGZYfx4JerGHN5wESCbYZ4TNADSvXbSEyybHmGVLUjZTbZoNHNqBRoo7pjyo7ZEPLDMb8uc2w8BQ9ZDqw9XZcAGAdg28U7WKesytZE1Qcqf2WogWbMUPnGSCBPtgca4bxyArzAsnKf8cnEFxKUxJNAs1D3wMHExe1iiW13jsYMhEgYpMJX9T86daetcrf6CTijLsAebi5mxm7Pi257JaTsrAgLw992viUdKzAQdGKwoS1Hb13D4Y7ZLMHu2XQHXNnA8LELWXzD7be6CizSu1ioXRNAfse2U5Pts6h4Mwh5E8JniGfLBYBB5u3Hq6rMCJwfhyuYz1cp5RNPZSAtQjxSHYJmz9KkrN3aaBjz8thTHkWk8vZq7bjexNVVsBXewTW8zDaV9kLJVjLWbASMPWGgikrjy426AUHPNAmYDhdhkB2nKz5FKj7QZhM7VWEnJaBnGfssV7omLeHK6qNUKWAr9mNrju1rq67piRSuGMusSHk9B8QFcP8QLFofBXdZDdvdHzYhFF3xp2VqEAzs2fRMS"
    },
    {
      "id": "http://hollo/@john#key-2",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "z6Mkgen4Nhf3gstgqd5DBC3zamj4K3n2VC6Y1BAdVmQ55CzW"
    }
  ],
  "publicKey": {
    "id": "http://hollo/@john#main-key",
    "type": "CryptographicKey",
    "owner": "http://hollo/@john",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsxwhkE18aMoSXo++P+g6\nCdosgHB2WV360W/rEvbt0Bj2R4DNHW54GPodQrtfaOeTOBeX5glmdXq59e/rKEtl\nqcvhGRWdbjKENWktN5MOgWNdfIN951oeZQfDj+cc8Nm7ejDhk++blQJKnE0Q0UnX\ngokMuWSBkz8p1FDp7x23V1+0E6NtHSBA5fVjfUYpcf0ARanOhIPTGqVDx86b8Umj\nolig4RXRCBlaYxxlOJoop3PsSo+lDL/GDCt3X3qf4dboV2Mgeu2mO2+UZxYNel0k\nZLa91r/b3rdpn+QSXGbUQG/BklhbzsppfjagiPWeaRDh60fggCxYzLp8haldjz3x\n0hzcMO8xmLvPunOjDF2Uh0qYoJZp10dFMvRsZ8BoGkgQjRd2WrJpzNd7uawl9ZZR\nJpPeZZqzgsiEdZx8LFDww1t3HBamynLurdUZOUrdqZuP3+ceIPmENSSh0RsCY2rP\nxvS+ZINZdNBuWDlrFZnx89G/7Thbl0wRfFvxtoIWO0FdzWgykj9/B+Pfb/xW3XOz\nLvg8lU0O5Zpy5I75dVILzbPuB4BXCVEJzKwPNFDeKuwQLbtiEg0DcH8Cz6ZHgDhs\nMyv1nqdXPy4UpDe74ZStyUjjl9/sqa79V1jPhwdqBfKzvy6rOmjqpciOWhC8Pphf\nwLIxC3fKREOQB8cS5MmCAXMCAwEAAQ==\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-12-20T15:24:16.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-12-20T00:00:00Z",
  "memorial": false,
  "publicKey": {
    "id": "http://mastodon/users/hippo#main-key",
    "owner": "http://mastodon/users/hippo",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApLA0HdVcVZrz36nElMrX\nbZSR7zNipVd5rfwxaXy2pjwE5VVejSexZFBqgVRDynFAu93Dk3PCaHqqcGfh8Bt5\nAvVyX6mcoAYcL8FM0WQod96GdoTjGgbL0fxGq79L+Y8HmHZanNt3js+G1+5q6HHT\nCI8RNS6rjNCF5zsfw+kc78X9z/dhSeLuvJ0OjWIDFVymR6dXn4S+/5qP9kuQdzsh\n6D5h0V0+J5qulKoeSagRJbjQY2laBIupmeC6wZ5io5C9qTO2/QSLppQsRic91peh\nZCejajZdLBs8WL0Cg4MR5k4j1mUkEpY9M+oMEVXOrOV2WJSNxJhinF+qeEoDcV0k\n1wIDAQAB\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",
      "_misskey_requireSigninToViewContents": "misskey:_misskey_requireSigninToViewContents",
      "_misskey_makeNotesFollowersOnlyBefore": "misskey:_misskey_makeNotesFollowersOnlyBefore",
      "_misskey_makeNotesHiddenBefore": "misskey:_misskey_makeNotesHiddenBefore",
      "isCat": "misskey:isCat",
      "vcard": "http://www.w3.org/2006/vcard/ns#"
    }
  ],
  "type": "Person",
  "id": "http://misskey/users/a20hklrzbt480001",
  "inbox": "http://misskey/users/a20hklrzbt480001/inbox",
  "outbox": "http://misskey/users/a20hklrzbt480001/outbox",
  "followers": "http://misskey/users/a20hklrzbt480001/followers",
  "following": "http://misskey/users/a20hklrzbt480001/following",
  "featured": "http://misskey/users/a20hklrzbt480001/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,
  "_misskey_requireSigninToViewContents": false,
  "_misskey_makeNotesFollowersOnlyBefore": null,
  "_misskey_makeNotesHiddenBefore": null,
  "icon": null,
  "image": null,
  "tag": [],
  "manuallyApprovesFollowers": false,
  "discoverable": true,
  "publicKey": {
    "id": "http://misskey/users/a20hklrzbt480001#main-key",
    "type": "Key",
    "owner": "http://misskey/users/a20hklrzbt480001",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvOe6N7WYlU2x4aX3XsZo\nc+8QK7VkN4VReg6qrJDWQBJ1VDefXrW9T7oG3HxemvlD2Jzszqh8Mfm8Tlqr5WTW\n6UHT5g+qxStLcHUHVyM6PwJ/rKJk02i2eAI104pfmWL2DRX/xWTfjn0rLTR+AAlg\nbaokOW77F/GrAn3N1e9vs6CJDLyCYHe62ssJULaD1y0SDUo4Uzgw2QlTfkl2K5t4\nvM1j9odJVe/GyfZOTgg/XfMnmGmJ0Sdc1e2l2zQyZoN7u0FfyB0xad0/8/jQtMSf\nioea3Am78tCcHSo7FjpmBNUPFvD0VtiHqZnwg7DdtgGieZL0w09OsPyEDsGfHjXe\nfQIDAQAB\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": "z4MXj1wBzi9jUstyQLZwufK9jBENnCtje9XaaNSmrHd7aXUjK9NbrhVRbKfgoKHw22cSvw8tGg6yzUUfbri98J9exoDuWNWxAeYKC3TYbJZ8jvLSNKxm2KQ4sEsHVBtUdkS8YeyW3ko9qPpHFudzz7M69ee5jJ9HgUHyoEjsGComkaS9gryvW1SLsFjT4bhMLxWg51PSmFmjRM17TB3mjdN2q4eUMfPknDvL2HRaJqjUFBPVR673EqWB6eMj7nTBjx9H2ce8WT66FFgjZBx3xKMMDKemmAwV3atty6QMooEFQwcAKrmdgL975JJi7QjHV7DJFHfdWwmKZy7gwqyYFuRM8TM5aNnz4hWmZNk8FHhgJ5jdBvMnQ"
    },
    {
      "id": "http://mitra/users/admin#ed25519-key",
      "type": "Multikey",
      "controller": "http://mitra/users/admin",
      "publicKeyMultibase": "z6MkjJYadxzCPqM5ohhs5qXcUCzri81ye9tkNdVdXP1pmapE"
    }
  ],
  "publicKey": {
    "id": "http://mitra/users/admin#main-key",
    "owner": "http://mitra/users/admin",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3IMXhtO3v/FaK/J/csXW\nriOHUHLu2+k0xeGcBjk9PezQ4Eyw2sDBbzngtA3Udc1xOA6ujODPGDIPIOHoL+tL\nOuiUeMVf76+joaGYy5z4q4Bpro6Imo54TPLGRaYmUysPBMqxw3hDzjVUQtylmXRN\nYm7/+7hHSiEre7siW43grfZF14uNeerRLN/wgv9GiNpD3MSTuDQkk9owD6GWibxT\npdUsom7aMqHLt0R5PpploBm+BIFxS8rR7Be7mdSZj6y+XTHR+hN9mn64Jn10sSa5\nHJw5+XKsXJJjj2YNk6zVOkZ+BogU9Eb4d9A/uqwklu57iBHevpJXA/uxytL/9FnD\nbQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "manuallyApprovesFollowers": false,
  "url": "http://mitra/users/admin",
  "published": "2024-12-20T15:54:54.617749Z",
  "updated": "2024-12-20T15:54:54.617749Z"
}
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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn/biN5HYk1i+i5sxJaSK\nfZAGdmn5PSsfcTQoVehoUN4AFBIhQN8MMovbjxlo7dbweLy1+JIT06arOzJ/UY3r\npsevKAvoHNauKQXxuCO8zCntx4Mcwtj7blWgF6yM6Vo2B6dmp59sR17GwVBB+QHo\nvqAXIEBBt0eWer35TZiaGNRYmv4bDQwTK5GSuTVFN5xl6sFZlE/VLTvOMEiqvLki\nb7AxRuXKN5EGNoPz+grHJ6cJf+N1LLNW0/sEErDveLY4it/Kws+7RkzHY2kef24s\nFL4xBf+kHp6Oisw63VF6uhzu8DfJZPgfAMSC4U1aEFuwKcblFZG0E8O4TIJB0XSx\nWwIDAQAB\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/a20inpwa75up0001",
  "inbox": "http://sharkey/users/a20inpwa75up0001/inbox",
  "outbox": "http://sharkey/users/a20inpwa75up0001/outbox",
  "followers": "http://sharkey/users/a20inpwa75up0001/followers",
  "following": "http://sharkey/users/a20inpwa75up0001/following",
  "featured": "http://sharkey/users/a20inpwa75up0001/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/a20inpwa75up0001#main-key",
    "type": "Key",
    "owner": "http://sharkey/users/a20inpwa75up0001",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6s/t/yqLsiKzNF7nOuMx\nA+du12pJJxYXu3tuM8I48vdGaoRbaPDGQ/+UNZ95AJrLsTJ/3/NvjX8XMKYfrQjI\nU3WglAvgPO8oeh5rx2CeghspEXqRhnvwXTH69TDuoBoZhdf6Q7k0SGTvsrKlWs23\n7TdLuuRO2A7wWD5svSGW/5PXxx73Q57bjmmzqJwYMkdDeIyx/sFGAX6SxbNU3+Ao\nGaG7wgZhEQdD//dJyq6xVOtFQO3QkCgYZuUzdU1ZADsxVpLabeb+hCE3BnuggEHg\niWO9Jkl9D1KFbeVWm3OEy0wRfMhayV/Fm9n9pDDoTAgEOd5VFdfl536tF5JbSLQq\nWQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false,
  "noindex": false,
  "indexable": true,
  "speakAsCat": true
}