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",
      "htmlMfm": "https://w3id.org/fep/c16b#htmlMfm"
    }
  ],
  "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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuFZHntJPLr+5hWsAwGvP\nC41/bq9zXV5TSpSlcveaDRDg6KOCcZGNaHB4aZnAiNYr/+AxE/1s/MoOfzm9G8OO\nhIZekQn4tA9t59HVLjp7LhOWGV5X3dfX3QlUoDo6xU5x0f6fp1IMBh53BwhAN1Ig\n1GYhiyShwy3JS5xqBftzT3Btl3zTe4MhbDwh9So6fL+Rbclpa7PJCxQS2ezkaUwY\n/Zg1nBhRpO2LF3h6JjgJJN/oobJ2YysOGikch+gjtdMHC0eqWEYHThqF0XhqS794\ngjT6LnL1Y7X/mGKsKukUWutXxckw6Npcm83K8YK0zIdYXYvI5ZbOBWjTRBXHcSbR\nlwIDAQAB\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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAso7dzqJ3cwMl1yGtTOf7\nnAi6Z4pYReHwtgKOGOCUUH8meXcwaWDJXD1zuJkP06e+sGH4hTOpyal4XMnIiKw+\nHS8EF3p6l1OuOFN8YYDjt3NOtd4zKCQpoZAWlOVmh/cKTp9kQVbi7LsE7P92ky6w\n5XHA8jWl+GQ+VRFulFxlAFzYRStCrgenei7b4lUFgi0U5Uicra5mn1URa4CAooDp\nMOLdRHfyCjUuFqiPw032yJiWzbIi2RYnC52t4g6IdSiWZTS4Vb8i0qZsuLyK5GEW\nG/U6R99g+wyOH7ssN5xfwScABdTyEpKyv8paTp/S8mWTmWUyRkv5zLkQhogIc04p\nHwIDAQAB\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#",
      "Emoji": "toot:Emoji",
      "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",
  "discoverable": false,
  "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": "zgghBUVkqmWS8e1imdUKdNZvtB9D5x78WDmxDvGxwRmRXBSPH7sZv46rbn6Vs7ma89unFqPYd5gBjNQgPdCLXGW35GUgMKGuJtAKDdTDWD8CoCgVyRvNBhGLD45b6vPM14qYJjm64PmriazmDoz2wezFuHwkCMyM8BFdkeg9ctz8Aj91iJ71Uzi4E2tbYZx1EQJNk7NPDkXPho6ShFxHwrcz1acs8tLSfYA1fg6HfFP4UQqoG6vRhqskFEqThiRfmcP7NugDMKLG41AJDiFDum7218XvQSc62KZ9LpWFZpoRxXbuWXcQKLPgGYjFbG246uHnXFoBY83bimbyWfP4LV3ezjkJ9VXznR61Q3vqkpt8qNHvUeWmrn2UTjfY94NGjCr2v2g3UrjJqSetpuHU19VFvJTo5yeYXsYoYZNPijBKbwJtougNb5NPCsXzrgycn9o6uiGbHxryyHBQqGAwiWw6jhvvGKBHs2UiZUPmhy1ecHg3qNCcReFiz4rYRbmenxtRSEJdDFrPkWJnA3xM3NVTZSbgUnbuNCxbsN49Se79RWe45KVxzx3KtHfE22FhDg2knuqgpG88q6rX8MxQ8KHqGLCHje1RzMtyCsA6ym5vRueJSeHA8B3WPwow4jEoUzK21NPBbdYzC9A9AJCuwJ1sc3NAYhd37E73q5YiyTrCCE1eT9FaqgPzDXa9XLdtz584CKh5eYzwiohg4Q"
    },
    {
      "id": "http://hollo/@john#key-2",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "z6MkqkMTzfpBd7MEUe5EpeQ4p4P19vY9kFsuEKyF3soCiTzt"
    }
  ],
  "publicKey": {
    "id": "http://hollo/@john#main-key",
    "type": "CryptographicKey",
    "owner": "http://hollo/@john",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAoiqbyna7CZ8TbD1Ooikn\n5bur3pibnVQRj5LwtJzmZre31JCRdWOVgFHgv16yPfXbdJniYQTjncuRbvFMs9Lz\n99kQfVbt0xOpX8wqvB5GO3RONcjpZkx3myBDtIjU0YhqOrOsNOEgcdVESTauRid4\nmPZXdstdNlJpYEk6ud5myVn1LQMBJ20UoJlH1sJblHs8fTAAcrph0xXv8FeiSCex\nOGrIaqE8fUHpDRJwdtRQZjoQrdJd+dpkKh/EfrF2UMEgmBe5ogmysSMSCkTvo4LW\n4kVYoTR+OMSfuIrGcQtm+XlZKVY1hsGGoyCkox3q9O29jB9SPHkblAnM3cE0GN5M\nhit8VNXR9miur18OsMp/n1X1vygWCCIby3pG3hhpZm3s8Vsf2mrCEmV6rLPguXhP\nMphLDX7mn+HhjtDRas455xtDlik3HiUToIPBbt+dBl9WNe4cQ5Kp5jQP2zWv2OAH\nRw3LjgMnK3MTPogm2yT1A4sDCdT92NiePMxSRE8t4yYZgU7lvujI8BC+WTl6R/dN\nfyvM25XaLTSimQvOaeQA5g0fnZfSRe7N9m5PhRLJGU1DDVi4/JFgw3uwPcyskFJl\n1UVhQzmbD1mInpaho8qFFDTZOkAIKLLki5+ejFQwAS03NY/Fs0aaMf21xC+x4+jn\nw+3sZdSyXVfJCjAkmsE5dn8CAwEAAQ==\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": "2025-11-21T13:11:11.21Z",
  "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/ap/users/115587896094700107",
  "type": "Person",
  "following": "http://mastodon/ap/users/115587896094700107/following",
  "followers": "http://mastodon/ap/users/115587896094700107/followers",
  "inbox": "http://mastodon/ap/users/115587896094700107/inbox",
  "outbox": "http://mastodon/ap/users/115587896094700107/outbox",
  "featured": "http://mastodon/ap/users/115587896094700107/collections/featured",
  "featuredTags": "http://mastodon/ap/users/115587896094700107/collections/tags",
  "preferredUsername": "hippo",
  "name": "hippo",
  "summary": "",
  "url": "http://mastodon/@hippo",
  "manuallyApprovesFollowers": false,
  "discoverable": false,
  "indexable": false,
  "published": "2025-11-21T00:00:00Z",
  "memorial": false,
  "publicKey": {
    "id": "http://mastodon/ap/users/115587896094700107#main-key",
    "owner": "http://mastodon/ap/users/115587896094700107",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmwtYqD/rjyc+7K791eWl\nleaDw2pluk9bapOav6GruBRB9+F+FNQc8cRc/pCTRo98ueXYSnacpmXEsbrXYswH\nn9XYrCWtjqeGwADHrOow9WrHUTaCL4jtRShXO37IbsxZfB7eTWywh2XK0qui4OFS\nwxht3zrQe7riEVD+7lpHSqEyn0ZOFy89ix7JPtXttYP/un/QAmCBchOiAefHSVa2\nZD233j7bP0nOLUL/RmHmod3c44CaPAbsZmmr5Yr4UjzwxNHoqDiZzt5cUL/KF6aB\n6fACHf0NrqWzMMI6BeyUsy6ac/y4u4kMWS+AZB8fP+BN3Lqd2XTE5nAc0EFwtdvB\nPwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "tag": [],
  "attachment": [],
  "endpoints": {
    "sharedInbox": "http://mastodon/inbox"
  }
}
mbin
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "http://mbin/contexts"
  ],
  "id": "http://mbin/u/oscar",
  "type": "Person",
  "name": "oscar",
  "preferredUsername": "oscar",
  "inbox": "http://mbin/u/oscar/inbox",
  "outbox": "http://mbin/u/oscar/outbox",
  "url": "http://mbin/u/oscar",
  "manuallyApprovesFollowers": false,
  "published": "2025-11-21T13:35:29+00:00",
  "following": "http://mbin/u/oscar/following",
  "followers": "http://mbin/u/oscar/followers",
  "publicKey": {
    "owner": "http://mbin/u/oscar",
    "id": "http://mbin/u/oscar#main-key",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\r\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzxF1JLgm1iVqWvIPDS7u\r\nFmo6ZCK3N0gyNMRdHM3kB/gMkW6pcNbY6kYbZV8f6ksF7q165Y2AAcutp/7bdfUX\r\nZJwXnbwWR3pCRfnhIqrQsjZUXRvyMBpK7mjOVSplCzZCkGRje5wLMm8rQmBqO5YR\r\n7KFFAn735eiP3uxKBig893weVMa86NuvQujcfHUtt8lRzVCqs+zHQnf6R+WzGAuN\r\nJsvztCdf+/HOifH1jNHl7fwZxQ+48FtaLt9merkOs0SIue4dvfoAgdrkw8dSiVIh\r\nG09KuCixDRUsZUGUBUTdmRHB6Tlbi/Yiwo/eGmUJfTacDl7e13qS24ylE8/lq9fy\r\nU9BkKGFcm9xpuRu4Cri6PKDrlLuORlxjdJU94HYsAnjX1yF24P3gCBig4YDz0R/k\r\nxjvmI5p+Otx9mlFwU5vqJCPP2FcXiZTl1vMiVa8im7TBUFVVvVubSTSDXh4HCJ4h\r\nVPz/+uF5vTeHnKdFJ/KOXik0NxmD7JWky3zMn2+HLvUQPfdH/8y7NvcYB0+Y8bHe\r\n8q21/692r5JtNhaOkJ99Z3/lEfGjMNWwUPE06ChiZN3OI1AAFj3d51Z5hrgI4fHa\r\ncdqOH9+KjIwCOhbbqbqxOK40bKU76gCPfTlWi927Ba7eS0yrE/y2OWcXA02qRi3a\r\nDRSGADMt40zI8jKFu5ZU2McCAwEAAQ==\r\n-----END PUBLIC KEY-----"
  },
  "endpoints": {
    "sharedInbox": "http://mbin/f/inbox"
  }
}
mitra
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://www.w3.org/ns/cid/v1",
    "https://w3id.org/security/v1",
    "https://w3id.org/security/data-integrity/v2",
    {
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "schema": "http://schema.org/",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value",
      "toot": "http://joinmastodon.org/ns#",
      "discoverable": "toot:discoverable",
      "featured": "toot:featured",
      "Emoji": "toot:Emoji",
      "mitra": "http://jsonld.mitra.social#",
      "subscribers": "mitra:subscribers",
      "VerifiableIdentityStatement": "mitra:VerifiableIdentityStatement",
      "MitraJcsEip191Signature2022": "mitra:MitraJcsEip191Signature2022",
      "gateways": "mitra:gateways",
      "implements": "mitra:implements",
      "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": "z4MXj1wBzi9jUstyPL43rSCrHXM1ZczqapbdTKTMH6XcxchmHF9VJt2Mg2syyAvQ8sXEamPg2orgFrXyVGUV6vqxcyVFxXP8Tacc8k1eci2X8n2V2rsa6KVPP27D3JS4aJBkhGECwMQuBA1k6NDeFsBAfTw2LeLsRRmMP4Kq8u684Bf3PkYenExhQdf5donE5SeuZRb6bSpVRA3DRrfWGYLvRYXyRzkWgY8GFUEGGJLAQxomuVFT7XN6RZsLDSV8fbYyzrHJtQ1yTaFexRNWSd5Az2wLTtD1sBEVRB7r3RPwBj96VGe9akVEBob4kDEirXKUpBnJioi8wp2XbdZzkTm8UwkcJZAwZ41eRBsgSaFM2SwrCugqv"
    },
    {
      "id": "http://mitra/users/admin#ed25519-key",
      "type": "Multikey",
      "controller": "http://mitra/users/admin",
      "publicKeyMultibase": "z6Mksvekr1z9rkBkYaz7M16fuQX1Pxa1bpzwkzRfRT1PRevr"
    }
  ],
  "publicKey": {
    "id": "http://mitra/users/admin#main-key",
    "owner": "http://mitra/users/admin",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsK1sbosOCKwTF4p+UKYY\n7eAtn+qMBLTLAP+2uWdKDjB5jZQGWV7/psHQXL0hXs2G9LXTR3/ljQ0a4PJljbPv\n2zgRMcOJ/0rk2J4dt2CjSPNd7Jp9byV/0HJPmZsjeaNegZjboiVnf9GedwH78SKj\ncAfmBPGdt8dVrxblNhwZcYBOAIQmWIYKPwwDp4imNzXLjgFeHv/MaG1EYEhqDsjU\nrIuShXp1cPmCewAulxeVUBaXji/ylJgvGhrCqkcEzo/9ht+F0Io8ujRlcRgZedWT\n+QhxgLJOitIJ7F1iz7/an3OsL3aLAcX5gBqyyjRzWqrcEGYttopaHSDA3d/MQMNK\nbQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "generator": {
    "type": "Application",
    "implements": [
      {
        "name": "RFC-9421: HTTP Message Signatures",
        "href": "https://datatracker.ietf.org/doc/html/rfc9421"
      },
      {
        "name": "RFC-9421 signatures using the Ed25519 algorithm",
        "href": "https://datatracker.ietf.org/doc/html/rfc9421#name-eddsa-using-curve-edwards25"
      }
    ]
  },
  "manuallyApprovesFollowers": false,
  "discoverable": true,
  "url": "http://mitra/users/admin",
  "published": "2025-11-21T14:10:50.679464Z",
  "updated": "2025-11-21T14:10:50.679464Z"
}
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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmVMZsfgmgQ2+7S6er+GX\n+2pnE4Nkoi6o9Z3gsZHkPHbWE7nOyh7HPiVZsGM2FyisGPM78ajrw28DEBlBNhzD\nlW5uQQd7T3CsaPgR9zzUBQDB/AsZsYLCGC5Ls+X012+eeAtRsW19Fg4Nv/sxctd7\nwrZmn9qvg5pAVtsdorysiGeh98wFg+eYCCiPkD/WEDOhT2GS0zxWubvcdMNpBQVC\nAEMbba8WrmoF3s+pZrCBYi/yMOQccT2EBuRu3bSIBg0/JcnS2qAUNU+KXPEEmorS\nPfReLFsX75gwmkioNsdvpThaXvGn0eNkC4qxtHiRLLVaUz+Lbkb1zu7KUsFd9fzL\nIwIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "published": "2025-11-21T14:24:26.000Z",
  "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",
      "quote": {
        "@id": "https://w3id.org/fep/044f#quote",
        "@type": "@id"
      },
      "toot": "http://joinmastodon.org/ns#",
      "Emoji": "toot:Emoji",
      "featured": "toot:featured",
      "discoverable": "toot:discoverable",
      "indexable": "toot:indexable",
      "attributionDomains": {
        "@id": "toot:attributionDomains",
        "@type": "@id"
      },
      "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",
      "_misskey_license": "misskey:_misskey_license",
      "freeText": {
        "@id": "misskey:freeText",
        "@type": "schema:text"
      },
      "isCat": "misskey:isCat",
      "firefish": "https://joinfirefish.org/ns#",
      "speakAsCat": "firefish:speakAsCat",
      "sharkey": "https://joinsharkey.org/ns#",
      "hideOnlineStatus": "sharkey:hideOnlineStatus",
      "backgroundUrl": "sharkey:backgroundUrl",
      "listenbrainz": "sharkey:listenbrainz",
      "enableRss": "sharkey:enableRss",
      "vcard": "http://www.w3.org/2006/vcard/ns#"
    }
  ],
  "type": "Person",
  "id": "http://sharkey/users/afcj40xfmzy00003",
  "inbox": "http://sharkey/users/afcj40xfmzy00003/inbox",
  "outbox": "http://sharkey/users/afcj40xfmzy00003/outbox",
  "followers": "http://sharkey/users/afcj40xfmzy00003/followers",
  "following": "http://sharkey/users/afcj40xfmzy00003/following",
  "featured": "http://sharkey/users/afcj40xfmzy00003/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,
  "_misskey_requireSigninToViewContents": false,
  "_misskey_makeNotesFollowersOnlyBefore": null,
  "_misskey_makeNotesHiddenBefore": null,
  "icon": {
    "type": "Image",
    "url": "http://sharkey/identicon/willy@sharkey",
    "sensitive": false,
    "name": null
  },
  "image": null,
  "backgroundUrl": null,
  "tag": [],
  "manuallyApprovesFollowers": false,
  "discoverable": true,
  "publicKey": {
    "id": "http://sharkey/users/afcj40xfmzy00003#main-key",
    "type": "Key",
    "owner": "http://sharkey/users/afcj40xfmzy00003",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4qrFwz8/hIB6Cr56gUk9\nDpNxAeKdMeJKB2hFG/XY381ExX+WaqL6Ty+hNHUSyodRbGBokUIRxzYqfjUpcX9N\nAJQaf7w0oDpyVZgr06KG8OgN5via3GFz/ndF3AIzWbFTSPn/nrqSvMYvgxu7SI35\nNRKAFcC7C+nldn+L5QbTqB15gpZtXIlRycumsKdY0bp7vtYGPs3vNTaDdFRQpOY9\ne9aniq5he+f5bk6n9epPLu/ImdSF8zcz+zgG9C/p8a4jIbNRmQkEExybGggay+YO\nNW6/w6JsP3Dz2cxfihTqSsktedfHLC2NY+xzG1OKJJl/oJOHAgRETJRY48qzUCEu\n8QIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false,
  "hideOnlineStatus": true,
  "noindex": false,
  "indexable": true,
  "enableRss": false,
  "speakAsCat": true,
  "attributionDomains": []
}