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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsV5EJ+gHzPAKwogrg3P4\n9tQJyWGJCFjkDMwgQYxHVc+5+SBzPDG5E4Yt7KCgPlegGj9WhDNK11YuIJZjbY41\ngQ/aiZJVmT4Slr/qMBblRCXNZXyVS4Km46RBBI0KKZ6QO02L2nPB6chNcKA4JnAt\nMqB1gQNqUhiKoZDivnUxdPJJJbKc96PHrXJQ8Pf2pF0mUaxfAAdy6gVtlaGO/Zp+\nytKX/huceSytPmSCwRGj6RnLQ1Y3T508djtFHFdMtF73SSYq8qzM02GnrdkqlC3g\nFUadK8b48Ic6OT3Wzrk2xP8pm0z1K44ymVpdnLgiEkXkuNEsXl2us4UZ4T48Xj9o\nVwIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "summary": "",
  "tag": [],
  "type": "Person",
  "url": "http://akkoma/users/witch"
}
friendica
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1",
    {
      "ostatus": "http://ostatus.org#",
      "vcard": "http://www.w3.org/2006/vcard/ns#",
      "dfrn": "http://purl.org/macgirvin/dfrn/1.0/",
      "diaspora": "https://diasporafoundation.org/ns/",
      "litepub": "http://litepub.social/ns#",
      "toot": "http://joinmastodon.org/ns#",
      "featured": {
        "@id": "toot:featured",
        "@type": "@id"
      },
      "schema": "http://schema.org#",
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "sensitive": "as:sensitive",
      "Hashtag": "as:Hashtag",
      "quoteUrl": "as:quoteUrl",
      "conversation": "ostatus:conversation",
      "directMessage": "litepub:directMessage",
      "discoverable": "toot:discoverable",
      "PropertyValue": "schema:PropertyValue",
      "value": "schema:value"
    }
  ],
  "id": "http://friendica/profile/friend",
  "diaspora:guid": "a4285f1d-1868-c035-d58a-a7a779452473",
  "type": "Person",
  "following": "http://friendica/following/friend",
  "followers": "http://friendica/followers/friend",
  "inbox": "http://friendica/inbox/friend",
  "outbox": "http://friendica/outbox/friend",
  "featured": "http://friendica/featured/friend",
  "preferredUsername": "friend",
  "name": "friend",
  "url": "http://friendica/profile/friend",
  "manuallyApprovesFollowers": true,
  "discoverable": false,
  "publicKey": {
    "id": "http://friendica/profile/friend#main-key",
    "owner": "http://friendica/profile/friend",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0K6XWSmH8JDz0NVR3dD9\nSsXM4mV/Igkt2NGG/faq9bBf+sOaZ+NMWykqDxQNzw8ieo8Ys7weHL13foxywpbV\nUEWx6GLYsxo6rjreUG/wLXp8vVUJRDjPnl88lT1THpxjVDk148vcVs6NJsy+xkdd\nLXGrUiNOxJyWTrcG7CaiQu5OTuc/eknIxZduuWT2zgeXoFgrLbpfjDnWYmwXhvRu\n+XkGnE1VpW8moRa2QnKiu/tsiMEQdKUecnlix3H6ercsxQ9nw/l9Ufe1pEj//GMY\np6EffYKg6zCwqiw2qFqfI585BXCYFBgbJUC9jgdLTDTT7IB9WEXjh390GoxFSToK\nEdQeUfcYdH+Q0R8nc+jwxcsKC3yI9xkifl/EvxaiV35xwu7Swmdl1vMf4/jW6teC\nJHERBGYxEaKgJixGRh/R+E9Lnzcdsjxhz4UtnZnvGrldHnqeQPj+79K0+sIRj6yU\nacNGnUSta1/inuXZCa8ohgktjgo82NkyozX0wrd3Z6ku/Pigcb+oXkV97+DDWL79\nPoAN06bM22RhF26riETFg3EfbLnjeAi9zcA7XaM1kQal3jrT9kkBcTZfu5ipgbjb\ntp+4WGAFj9prPLGKIzGCiIrIEdbsGZucrMFHoQ1hj4+pubhqpA+ANrt8cM2mEL0i\nhU/yFLQDtV6eHXHuJJtHUrUCAwEAAQ==\n-----END PUBLIC KEY-----\n"
  },
  "endpoints": {
    "sharedInbox": "http://friendica/inbox"
  },
  "generator": {
    "id": "http://friendica/friendica",
    "type": "Application",
    "name": "Friendica 'Interrupted Fern' 2024.12-1576",
    "url": "http://friendica"
  }
}
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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SwHxmzQTZrdQkiD1a68\nMg4gDbkqAzocxngdjXOG4Y92q2MZB/ByRaPS7ap4e5EKDa3TaVIz0JeoZGytlmMu\ntvBRKfLyutGZLz6hkrlkSGzQT9XGYrmfkrXqCjSq4kML0ncMBpaf+VQPjpiqcBTp\n0N3NZCNp3tfarGeL1+CNJpz6qZI0UsSp3pStrE1+DIQbIay4tlgHdjvX0nBPalen\nVWXxdSgywF1A4mEmdwkSVJ7Jl7pQEGT4q5ojFuAdTcTFMGskUmez8trVTqHNAs9M\n3TmZbtWgNKG/AuYrR1CPkEoup+aCPpjvMR4EWtnqxbTFfmN1DUGepPjVPHzb+UBQ\nRQIDAQAB\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": "zgghBUVkqmWS8e1isvZGdjp9X2uX3KG91t2Podw2PRZEpFFB1JgfRJRAHjdRLLUpWSq9WBJ6pVCwaC3trPVw19uZ9ChZU9fypMVeqMrnk5Q3gkonyrFvqyrEuP9n4Gxzj36jNHHbqpEEaF45aZEsLuZBeaFEPCQuGe6N8tmbGnUY6j8RmTcVaGdqtn3yVdGuWYUkYMT839ERfmDUQ8c3boh57MZ6R2WpLQGoxWUJczY1G7UnT1DMs2eBrtj8gVzVbmF4MdX2tPJFhMbUQHY2FJn713rEpryDrzP7gddn4YDY44YqtoAvEKvyhtp4arf6g8fWReWn3Naoud4xywwqxLsuhDuPJExELcT1LeYvLNDqCb5SXeR3DZnW9Sxwrc5zjrf1FaTNtrFJ88MsTM88j13osDgpBWZn38gcHv86mDFWmX7a7kYXnjXNbJdZuzUizusJoNVLC3tHNDzjrGL97K1GeaoL8wZB9JCqSXusBAFAgawCyRm5AQuqeaM6pHyWk7L3zWDBuTi8AUKGi1VWXDBPjUVCkWm5yTT8FmYxkiouzw913M4vvHF6DxwrGbZp1CkAqqBZCTxvT9vXAH6NBypdPUQKWUemM8rA4pCZS7i6ZdW4enbZiEawipHgnDsrQKnyZGxGGo1oXmMxBKEQDTpDxr3WrxHrce7zzGpArH1zW73PQgSTBuaRS2wsUp3BHy2oD1WHxSaqtiSwep"
    },
    {
      "id": "http://hollo/@john#key-2",
      "type": "Multikey",
      "controller": "http://hollo/@john",
      "publicKeyMultibase": "z6MkoQk1vs4SmegC6kEuh8JmBCQqYytYnHh2jRZEgFXiiNfR"
    }
  ],
  "publicKey": {
    "id": "http://hollo/@john#main-key",
    "type": "CryptographicKey",
    "owner": "http://hollo/@john",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAuUfbBxdyaVF3iMjcuUjL\nyThktnwPneNoWWAOzDjnQkuGFD7ZFEnXhvWu9v32/BBBRJjDghIUpwzDbrhWPglZ\nt8uRxruY4pTuRuoBqNY8Qrju7fGz7SG81Dzo1y9HABC+t29YdNT0tfejLVhIA0a/\nRs9HiOGwnIJC8uolBeSjXWUJbRBCZ49k7DgMZ7Sync1B6eCovwxlwMwi2WCCJJkV\nPzyGNnlBX5ENDqeBMnMxrrKWb98Oc7f3PEuIPy1v7cXsg1dy7eBQezR6JRdGrp7u\nJK/1KhyV/ES6KI9yE9Sok/EKoQ+V+aXOxgDTvmSJ78RrSU5qnMbA9ejJGN4GwQ9j\npa/XDXqSIALDXU/DoAb+xFPEjbh0sRW7E1XiEpZj0yv41J8LqkjEQC5Uo/08IF4l\nntJ1nvzKED2EnvLNsDyoaoOVoj4lpVArYmB0elgJ2BTPXVZnjADeWcl2nBGTb03k\nVUqGwAk6z9V5hu/HJq4/0rfugxzOWllySpkCjl7cHmB3nVflJPbWq+k3g2pijRqd\njPZr1GOr0a/Fctpgpee9wanXDjVfy9sID/DpmPrd00UYQWXi6lMYPVTzPJVZgSmh\nLfkfIJeKIFm7M64Vs/lVIDZ5t/dObQ/ateuDdPjoQggqXC5csGx2xlWeRJHSkfXt\n/BQZe1CrWOW0bOB8ilYI8CcCAwEAAQ==\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-09-18T11:57:44.85Z",
  "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": "2025-09-16T00:00:00Z",
  "memorial": false,
  "publicKey": {
    "id": "http://mastodon/users/hippo#main-key",
    "owner": "http://mastodon/users/hippo",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnh4fb/Z6K5lBIMLu9EYJ\nKTd3FciwlaqFapH44+XUMsVgv6JbOtGpC6uww70Tdkq6fFoqj8w+rcsBu7gGEaIA\n+BPFMiwuZ8+PAfy01NdOgtZQWOjfyNHl1YWyi4svWDmAbdEYeWBv2ph0kx3wp0Te\nCU95pKlMmurWrK3WI2Paaa4DHtT84m2n5xaBYBKo1BgRdhoMzqmg36m+PWN9lZWX\nOb3P4MALLkz0ktqCjf6D8BZPxrHre1VhNcmoJefWdQehg1Iz6ae5U/r0h3CpYRRk\nx64GNVpPOpJTW1fLhJrGWILXNcv2SgIS+muAQtzzk6dTOmCs37axy6k9tHZrmQfp\n6wIDAQAB\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-09-09T11:10:22+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\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIpkHccP7xwPAHEaBUC4\r\nHHHP95FZpLEWBNEX4e8znJ9WL9lvYPMRnIWzYfRS3w+60d8HaVGuWEWfJCfSuWAe\r\nF//iwxnXL52oYRgMPlLOZEhNl85PGGUmEMkUOn/YZZwpba+r1T47ivRk4/IedLHI\r\nqsAkXcPD+ybdwitHwBEe9RWkgI48ZW8FbJlqEsVAeedDxtpYMIfuPGsiDKyP0qaZ\r\ndhfRP8ggOtTfdCkBgFAiyjq6WSs9c0jhu/IAVsm32UMnTBc2JhCQHR7q/3FVXOIu\r\nGA0QphmbI8IIgQ0sLMARCdb04fBI68GpulvmlVDj5eyJD2FXqA8g8k+cwfYiq1U0\r\ndfd3qIDiKcc/40gLazM8OU+OwwfZm4Tx1QBx61cLqauXI7l9QW32VDoSaNKHCt/V\r\nZalrUWd0bR5Sscaj/knTD5TWZjNRyYItac+qo9jJStUTA1MgSDmsR+i6CN+1+a1n\r\n7xmzbIQ1G7AM3XzSH1+zrqzOTQEX9fdXfnF5DM6weEm2SCdVPcgOt9ny3DCJKDbp\r\nkdQyYq3AobD0U05IBNBLtA4VJBFoXHUJfSticSV4kABQG+PZFRpTGGMVwdckE2RC\r\nTWHOj9HVOEYxu+a0kxvIUn8Jxb5nb21t/yqaV/FgnwDMii14y7lNaVq/m58XJYto\r\ncLsUZFDwwfZ+zFznLMEjPcMCAwEAAQ==\r\n-----END PUBLIC KEY-----"
  },
  "endpoints": {
    "sharedInbox": "http://mbin/f/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",
      "_misskey_license": "misskey:_misskey_license",
      "freeText": {
        "@id": "misskey:freeText",
        "@type": "schema:text"
      },
      "isCat": "misskey:isCat",
      "vcard": "http://www.w3.org/2006/vcard/ns#"
    }
  ],
  "type": "Person",
  "id": "http://misskey/users/acg1try90vrs0003",
  "inbox": "http://misskey/users/acg1try90vrs0003/inbox",
  "outbox": "http://misskey/users/acg1try90vrs0003/outbox",
  "followers": "http://misskey/users/acg1try90vrs0003/followers",
  "following": "http://misskey/users/acg1try90vrs0003/following",
  "featured": "http://misskey/users/acg1try90vrs0003/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": {
    "type": "Image",
    "url": "http://misskey/identicon/kitty@misskey",
    "sensitive": false,
    "name": null
  },
  "image": null,
  "tag": [],
  "manuallyApprovesFollowers": false,
  "discoverable": true,
  "publicKey": {
    "id": "http://misskey/users/acg1try90vrs0003#main-key",
    "type": "Key",
    "owner": "http://misskey/users/acg1try90vrs0003",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAstiPjY1kdyLHWIi6a4Hs\nsDVpMMDwCc6haIw0tgykOixQZr+9BVLLxPmauxpS4S+HMoIxNedKToY1hq2TvwBD\nDAXQi7WT88ArSngwAXcnugBxnI3RvJ2o04NcoOS+PzjXGrBkd640T5abPgSEircb\nw1XPlMuNmVs+MJD91DquCSC0BO7Oc/gdddnYqQfGqSFp5n5ckagO6ZqjS5DMs7vY\nmkLYjN+mS0DSlZfeNqeHWFZb19vnDqoBr/8UXGfoOyR7Bzfof/vAlhgUOKLJBIi4\nAoXUNM2WGobFD9f6kNWBXumzmLuGzWDKzA4BWNGT+MHbkAVzHJyoHy8UOsgiffpW\n1wIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false
}
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/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",
      "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": "z4MXj1wBzi9jUstyQ1XRECGpR7NfwitYwBtAqFHJAMq5UWiyTaT8yQFinQ4bmr3jBhU2MEiNwDiguYDP57YDSVXBmyuuG78KE7a9mRXxcKRcYJ1sQa4FrdytjXjFbQCL7fo3xAvrtVYKSZQLx9boVvyectss7AEF2crioABV5yyNfsQZadDDGhUNifVCXAfUNtHyYjUW12SrJSkazRPdCgkKt58X7w78kKTVGCmwTjscpAKVgvNUWgmeV43P5XF3poSBQG9Ktwi5g5kfujKdwFmPHqjFQD63VDqNMBCJF1JvXUQFJQWrVLUQ17UNm7f7fJXRSQpJdxUweUuFVBAQHUaDYSHsuiPcN2HR3HUUDZrqff75wXsbv"
    },
    {
      "id": "http://mitra/users/admin#ed25519-key",
      "type": "Multikey",
      "controller": "http://mitra/users/admin",
      "publicKeyMultibase": "z6MkuYSXTN3mwxRWypdhisLEhC3sJLNHqN2bqB2Pr9FDJUrD"
    }
  ],
  "publicKey": {
    "id": "http://mitra/users/admin#main-key",
    "owner": "http://mitra/users/admin",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzj8MqEC9i/NApxgVeRqE\nBUgr2yrlmutFIF2tFeHnZSfkAkLEhdrmCX4KR6kNpPJ3txX0/jOmuTLBqobfTz4S\nqzvGrYKuAnsZffihH/d35//8uiWwG1aXwmPPkb5G1O312bEKTqCrTrGgNKHutlUp\nfO52sFsfnxsEhQq5Uf3KiDOlTdwbperhrxJt4+B+EPIFfNrHcDAd5QbElQ9tTt97\nPo7nr/wBfl+DJglgnDfgVOZeEurith0SY9nUBNhbBA7d26xc0U4pD3V1II8aWA/R\n7VfmBX5szPS6qHBXicOFUX6MJeMSqK7QZg5/Ll4+QHGP67CAx5m4wjO9+t2huM7d\n2QIDAQAB\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,
  "url": "http://mitra/users/admin",
  "published": "2025-09-09T11:54:36.149785Z",
  "updated": "2025-09-09T11:54:36.149785Z"
}
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-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr8FDaEgky8dg9VnBvxda\nSMQfvdUJrbY3jfi57jH2Yjq15Khti0tL83mGjpZMJmi5yRmnkw9Du82WJ2dD2fNP\nL0oI/aFKw+6l7BFI01XK1/QLrtk+v5Qn+8o1x2EmdobZHVSnAFIfZAedcST0I28z\nJG2UgZjWtzEi+j2Nb8hDxbDWAq+cvuHVszNUAofiMdyMf/xiJEyDD+tF2BlubAIq\nYXKhtAAr8jEBaVZGF6/vvCyrWw9rN1uF+71T8eE0076P4vo7VfdQRwiv5cb+Cy/0\ni11q3witRjOBRBL+rd/i0K3vgtqi8kB4gamUs2tTMP96Jn3odMNg4rGigo4Yiri7\n3wIDAQAB\n-----END PUBLIC KEY-----\n\n"
  },
  "published": "2025-09-09T12:07:28.000Z",
  "summary": "",
  "tag": [],
  "type": "Person",
  "url": "http://pleroma/users/full",
  "vcard:bday": null,
  "webfinger": "acct:full@pleroma"
}
pyfedi
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    "https://w3id.org/security/v1"
  ],
  "attributedTo": "https://pyfedi.local/c/pie/moderators",
  "endpoints": {
    "sharedInbox": "https://pyfedi.local/inbox"
  },
  "featured": "https://pyfedi.local/c/pie/featured",
  "followers": "https://pyfedi.local/c/pie/followers",
  "id": "http://pyfedi.local/c/pie",
  "inbox": "http://pyfedi.local/c/pie/inbox",
  "lemmy:tagsForPosts": [],
  "moderators": "https://pyfedi.local/c/pie/moderators",
  "name": "pie",
  "newModsWanted": false,
  "outbox": "https://pyfedi.local/c/pie/outbox",
  "postingRestrictedToMods": false,
  "postingWarning": "",
  "preferredUsername": "pie",
  "privateMods": false,
  "publicKey": {
    "id": "https://pyfedi.local/c/pie#main-key",
    "owner": "https://pyfedi.local/c/pie",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArqHz5gZNUApuWpbs3VVX\nSZ1qoqBxMwzMw/B7/UvXtYx+R2EUIC2jdufzZafkIhWscKdz7Mxot5SjtbmOHlnX\n6MOuRdjebWSya1HEF7wViLgU84RhCJ4iXhV88paHxWt+P4u2ThpYGUddOelpkedW\nKz/KSAIAuE+t+kGpkNqZL2PPKDqjPWtWFh1PplliLg+OGmgo7OH3q1X+iJnobMYM\n1CD5fkHxz1GRDVwhk0R04cEsC6YEEzdn87E+MmBHqlgOLCFWO7pLha/WK8FELzvv\n8YLqtQwUyJubn/BED6szB8ri81KfakVyhijR/5Cn8f0otbMb8zuKSH/ws9PcaO6N\nZQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "published": "2025-09-09T12:25:00.256449+00:00",
  "sensitive": false,
  "type": "Group",
  "updated": "2025-09-09T12:37:07.808352+00:00",
  "url": "https://pyfedi.local/c/pie"
}
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/acg3ru0zh3uf0003",
  "inbox": "http://sharkey/users/acg3ru0zh3uf0003/inbox",
  "outbox": "http://sharkey/users/acg3ru0zh3uf0003/outbox",
  "followers": "http://sharkey/users/acg3ru0zh3uf0003/followers",
  "following": "http://sharkey/users/acg3ru0zh3uf0003/following",
  "featured": "http://sharkey/users/acg3ru0zh3uf0003/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/acg3ru0zh3uf0003#main-key",
    "type": "Key",
    "owner": "http://sharkey/users/acg3ru0zh3uf0003",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv1FkqW9Y7ki14FL+4Hj1\nZfS4iR/LWRzpsh9o4axxP4NjAEhW+TD2ncbZqIyi997WI3fxdG0blytbu5LaHDHX\nLXUbfpKulf0ZjsQ2T1sTTBHp2pfFqUdD2F8Gd3U2lDM44FKZwfEqAbQ5GGo0ByUK\n4db60saNdXLIbik6uz6Q9YlqO1Ts+lNg2MU38fFtUlmvX+TP3+1YMNP8OZMtTbQt\nmfXqJcATk1wNPZMZZwBuJm+HSocw4NQhybM1AkXGlREJhytbXXRyAaghmXsMistJ\nF+WwlFDsQIrTBcV0Yy7KBP3pvwZ0XRutcMlAdq1iVcGG7FfxyXYcoJi0QdOb1ifh\nqQIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "isCat": false,
  "hideOnlineStatus": true,
  "noindex": false,
  "indexable": true,
  "enableRss": false,
  "speakAsCat": true,
  "attributionDomains": []
}