Skip to content

HTML tags

Here we analyze, which types of HTML tags are allowed inside the content field. Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.

Due to firefish using markdown to format their content, the displayed result in the details table can be a bit off, please consult the example.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/w9W7cLNpmwM",
  "published": "2024-11-20T18:44:19Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/2MoA6WSZ2-o",
    "published": "2024-11-20T18:44:19Z",
    "content": "<b>bold</b>"
  }
}
sharkey
{
  "id": "a0tsr7p49ndr0016",
  "uri": "http://pasture-one-actor/actor/2MoA6WSZ2-o",
  "url": "http://pasture-one-actor/actor/2MoA6WSZ2-o",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 32,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>**bold**</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "**bold**",
  "created_at": "2024-11-20T18:44:19.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/CvMCrmADK-s",
  "published": "2024-11-20T18:44:19Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/6AHAlbunRQE",
    "published": "2024-11-20T18:44:19Z",
    "content": "<strong>strong</strong>"
  }
}
sharkey
{
  "id": "a0tsr7p49ndr0017",
  "uri": "http://pasture-one-actor/actor/6AHAlbunRQE",
  "url": "http://pasture-one-actor/actor/6AHAlbunRQE",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 33,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>**strong**</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "**strong**",
  "created_at": "2024-11-20T18:44:19.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/Ftl4ZWCQ-uk",
  "published": "2024-11-20T18:44:20Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/ssneaeLJVEQ",
    "published": "2024-11-20T18:44:20Z",
    "content": "<i>italic</i>"
  }
}
sharkey
{
  "id": "a0tsr8gw9ndr0018",
  "uri": "http://pasture-one-actor/actor/ssneaeLJVEQ",
  "url": "http://pasture-one-actor/actor/ssneaeLJVEQ",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 34,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>*italic*</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "<i>italic</i>",
  "created_at": "2024-11-20T18:44:20.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/3PVU5RbDL1Y",
  "published": "2024-11-20T18:44:21Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/A-_d4Y8wTz0",
    "published": "2024-11-20T18:44:21Z",
    "content": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
  }
}
sharkey
{
  "id": "a0tsr98o9ndr0019",
  "uri": "http://pasture-one-actor/actor/A-_d4Y8wTz0",
  "url": "http://pasture-one-actor/actor/A-_d4Y8wTz0",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 35,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>*italic with.*</span><span> See </span><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://codeberg.org/helge/funfedidev/issues/142\"><span>Issue 142</span></a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "<i>italic with.</i> See [Issue 142](https://codeberg.org/helge/funfedidev/issues/142)",
  "created_at": "2024-11-20T18:44:21.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/hvLAjd8diP0",
  "published": "2024-11-20T18:44:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/LDMGz_q5tGg",
    "published": "2024-11-20T18:44:22Z",
    "content": "<em>emphasis</em>"
  }
}
sharkey
{
  "id": "a0tsra0g9ndr001a",
  "uri": "http://pasture-one-actor/actor/LDMGz_q5tGg",
  "url": "http://pasture-one-actor/actor/LDMGz_q5tGg",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 36,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>*emphasis*</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "<i>emphasis</i>",
  "created_at": "2024-11-20T18:44:22.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/lpNn8HXbxxo",
  "published": "2024-11-20T18:44:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/VkDdP8vHv6Y",
    "published": "2024-11-20T18:44:22Z",
    "content": "<del>old</del><ins>new</ins>"
  }
}
sharkey
{
  "id": "a0tsra0g9ndr001b",
  "uri": "http://pasture-one-actor/actor/VkDdP8vHv6Y",
  "url": "http://pasture-one-actor/actor/VkDdP8vHv6Y",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 37,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>~~old~~</span><span>new</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "~~old~~new",
  "created_at": "2024-11-20T18:44:22.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/naNZ0GUBaYg",
  "published": "2024-11-20T18:44:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/6CBleI06FH8",
    "published": "2024-11-20T18:44:23Z",
    "content": "<s>striken</s>"
  }
}
sharkey
{
  "id": "a0tsras89ndr001c",
  "uri": "http://pasture-one-actor/actor/6CBleI06FH8",
  "url": "http://pasture-one-actor/actor/6CBleI06FH8",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 38,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>~~striken~~</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "~~striken~~",
  "created_at": "2024-11-20T18:44:23.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/G2OinKlj3P8",
  "published": "2024-11-20T18:44:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/WxTaQDibEBM",
    "published": "2024-11-20T18:44:24Z",
    "content": "<mark>mark</mark>"
  }
}
sharkey
{
  "id": "a0tsrbk09ndr001d",
  "uri": "http://pasture-one-actor/actor/WxTaQDibEBM",
  "url": "http://pasture-one-actor/actor/WxTaQDibEBM",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 39,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>mark</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "mark",
  "created_at": "2024-11-20T18:44:24.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/COF6WC_YT1s",
  "published": "2024-11-20T18:44:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/cGQe63KRdfs",
    "published": "2024-11-20T18:44:25Z",
    "content": "find <var>x</var> (a variable)"
  }
}
sharkey
{
  "id": "a0tsrcbs9ndr001e",
  "uri": "http://pasture-one-actor/actor/cGQe63KRdfs",
  "url": "http://pasture-one-actor/actor/cGQe63KRdfs",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 40,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>find x (a variable)</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "find x (a variable)",
  "created_at": "2024-11-20T18:44:25.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 10

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/iMWzGsZxOa4",
  "published": "2024-11-20T18:44:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/t73MzrBJZjw",
    "published": "2024-11-20T18:44:26Z",
    "content": "<ol><li>ordered</li></ol>"
  }
}
sharkey
{
  "id": "a0tsrd3k9ndr001f",
  "uri": "http://pasture-one-actor/actor/t73MzrBJZjw",
  "url": "http://pasture-one-actor/actor/t73MzrBJZjw",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 41,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>ordered</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "ordered",
  "created_at": "2024-11-20T18:44:26.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 11

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/Fi2uptJaDQs",
  "published": "2024-11-20T18:44:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/ZybPmvFzWQw",
    "published": "2024-11-20T18:44:26Z",
    "content": "<ul><li>unordered</li></ul>"
  }
}
sharkey
{
  "id": "a0tsrd3k9ndr001g",
  "uri": "http://pasture-one-actor/actor/ZybPmvFzWQw",
  "url": "http://pasture-one-actor/actor/ZybPmvFzWQw",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 42,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>unordered</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "unordered",
  "created_at": "2024-11-20T18:44:26.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 12

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/Sosz7n-VWSE",
  "published": "2024-11-20T18:44:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/NdUYmgSBh8c",
    "published": "2024-11-20T18:44:27Z",
    "content": "<h1>h1</h1>"
  }
}
sharkey
{
  "id": "a0tsrdvc9ndr001h",
  "uri": "http://pasture-one-actor/actor/NdUYmgSBh8c",
  "url": "http://pasture-one-actor/actor/NdUYmgSBh8c",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 43,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>**\u3010h1\u3011**</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "**\u3010h1\u3011**",
  "created_at": "2024-11-20T18:44:27.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 13

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/KkUlGFe56no",
  "published": "2024-11-20T18:44:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/HrMXDHs1LQM",
    "published": "2024-11-20T18:44:28Z",
    "content": "<h2>h2</h2>"
  }
}
sharkey
{
  "id": "a0tsren49ndr001i",
  "uri": "http://pasture-one-actor/actor/HrMXDHs1LQM",
  "url": "http://pasture-one-actor/actor/HrMXDHs1LQM",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 44,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>**h2**</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "**h2**",
  "created_at": "2024-11-20T18:44:28.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 14

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/vVn09vd4QuE",
  "published": "2024-11-20T18:44:29Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/eXCMw6-XeEM",
    "published": "2024-11-20T18:44:29Z",
    "content": "<h3>h3</h3>"
  }
}
sharkey
{
  "id": "a0tsrfew9ndr001j",
  "uri": "http://pasture-one-actor/actor/eXCMw6-XeEM",
  "url": "http://pasture-one-actor/actor/eXCMw6-XeEM",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 45,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>**h3**</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "**h3**",
  "created_at": "2024-11-20T18:44:29.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 15

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/aA1j9ZyQOMk",
  "published": "2024-11-20T18:44:29Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/GYGsih2JU1Y",
    "published": "2024-11-20T18:44:29Z",
    "content": "<h4>h4</h4>"
  }
}
sharkey
{
  "id": "a0tsrfew9ndr001k",
  "uri": "http://pasture-one-actor/actor/GYGsih2JU1Y",
  "url": "http://pasture-one-actor/actor/GYGsih2JU1Y",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 46,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>h4</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "h4",
  "created_at": "2024-11-20T18:44:29.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 16

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/S6IXfZsKWIg",
  "published": "2024-11-20T18:44:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/zLU-Q-JpsLw",
    "published": "2024-11-20T18:44:30Z",
    "content": "<h5>h5</h5>"
  }
}
sharkey
{
  "id": "a0tsrg6o9ndr001l",
  "uri": "http://pasture-one-actor/actor/zLU-Q-JpsLw",
  "url": "http://pasture-one-actor/actor/zLU-Q-JpsLw",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 47,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>h5</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "h5",
  "created_at": "2024-11-20T18:44:30.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 17

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/URhrgOlR0Xs",
  "published": "2024-11-20T18:44:31Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/Wl4i7npwV3M",
    "published": "2024-11-20T18:44:31Z",
    "content": "<code>code</code>"
  }
}
sharkey
{
  "id": "a0tsrgyg9ndr001m",
  "uri": "http://pasture-one-actor/actor/Wl4i7npwV3M",
  "url": "http://pasture-one-actor/actor/Wl4i7npwV3M",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 48,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><code>code</code></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "`code`",
  "created_at": "2024-11-20T18:44:31.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 18

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/71M-61CmqCY",
  "published": "2024-11-20T18:44:32Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/N2J66XoFmI4",
    "published": "2024-11-20T18:44:32Z",
    "content": "<pre>pre</pre>"
  }
}
sharkey
{
  "id": "a0tsrhq89ndr001n",
  "uri": "http://pasture-one-actor/actor/N2J66XoFmI4",
  "url": "http://pasture-one-actor/actor/N2J66XoFmI4",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 49,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>pre</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "pre",
  "created_at": "2024-11-20T18:44:32.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 19

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/TKGsQmMhZSA",
  "published": "2024-11-20T18:44:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/w76C4epZlF8",
    "published": "2024-11-20T18:44:33Z",
    "content": "line<br/>break"
  }
}
sharkey
{
  "id": "a0tsrii09ndr001o",
  "uri": "http://pasture-one-actor/actor/w76C4epZlF8",
  "url": "http://pasture-one-actor/actor/w76C4epZlF8",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 50,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>line<br>break</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "line\nbreak",
  "created_at": "2024-11-20T18:44:33.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 20

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/5WUx-OHBBSU",
  "published": "2024-11-20T18:44:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/8j9jLPHl7cg",
    "published": "2024-11-20T18:44:33Z",
    "content": "<p>paragraph</p>"
  }
}
sharkey
{
  "id": "a0tsrii09ndr001p",
  "uri": "http://pasture-one-actor/actor/8j9jLPHl7cg",
  "url": "http://pasture-one-actor/actor/8j9jLPHl7cg",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 51,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>paragraph</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "paragraph",
  "created_at": "2024-11-20T18:44:33.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 21

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/_nfyQ0Q7t1o",
  "published": "2024-11-20T18:44:34Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/y9Nz6hX962M",
    "published": "2024-11-20T18:44:34Z",
    "content": "<small>small</small>"
  }
}
sharkey
{
  "id": "a0tsrj9s9ndr001q",
  "uri": "http://pasture-one-actor/actor/y9Nz6hX962M",
  "url": "http://pasture-one-actor/actor/y9Nz6hX962M",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 52,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><small><span>small</span></small></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "<small>small</small>",
  "created_at": "2024-11-20T18:44:34.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 22

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/uqZrrib-b4M",
  "published": "2024-11-20T18:44:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/d7NtRXjfJRQ",
    "published": "2024-11-20T18:44:35Z",
    "content": "<sup>sup</sup>"
  }
}
sharkey
{
  "id": "a0tsrk1k9ndr001r",
  "uri": "http://pasture-one-actor/actor/d7NtRXjfJRQ",
  "url": "http://pasture-one-actor/actor/d7NtRXjfJRQ",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 53,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>sup</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "sup",
  "created_at": "2024-11-20T18:44:35.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 23

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/T4Oxb2TyqiQ",
  "published": "2024-11-20T18:44:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/MgK-Ufpu2PE",
    "published": "2024-11-20T18:44:36Z",
    "content": "<sub>sub</sub>"
  }
}
sharkey
{
  "id": "a0tsrktc9ndr001s",
  "uri": "http://pasture-one-actor/actor/MgK-Ufpu2PE",
  "url": "http://pasture-one-actor/actor/MgK-Ufpu2PE",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 54,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>sub</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "sub",
  "created_at": "2024-11-20T18:44:36.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 24

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/asLUySW3dKU",
  "published": "2024-11-20T18:44:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/JSZS5Y7gB_8",
    "published": "2024-11-20T18:44:36Z",
    "content": "<a href='https://funfedi.dev'>funfedi</a>"
  }
}
sharkey
{
  "id": "a0tsrktc9ndr001t",
  "uri": "http://pasture-one-actor/actor/JSZS5Y7gB_8",
  "url": "http://pasture-one-actor/actor/JSZS5Y7gB_8",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 55,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><a rel=\"nofollow noopener noreferrer\" target=\"_blank\" href=\"https://funfedi.dev\"><span>funfedi</span></a></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "[funfedi](https://funfedi.dev)",
  "created_at": "2024-11-20T18:44:36.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 25

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/JdO355C2tnA",
  "published": "2024-11-20T18:44:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/OP-jUX20Pg8",
    "published": "2024-11-20T18:44:37Z",
    "content": "<script>alert('hi');</script>"
  }
}
sharkey
{
  "id": "a0tsrll49ndr001u",
  "uri": "http://pasture-one-actor/actor/OP-jUX20Pg8",
  "url": "http://pasture-one-actor/actor/OP-jUX20Pg8",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 56,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>alert('hi');</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "alert('hi');",
  "created_at": "2024-11-20T18:44:37.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 26

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/GVDnnSorTvk",
  "published": "2024-11-20T18:44:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/VaNEeziP2b4",
    "published": "2024-11-20T18:44:38Z",
    "content": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
  }
}
sharkey
{
  "id": "a0tsrmcw9ndr001v",
  "uri": "http://pasture-one-actor/actor/VaNEeziP2b4",
  "url": "http://pasture-one-actor/actor/VaNEeziP2b4",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 57,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "",
  "content_type": "text/x.misskeymarkdown",
  "text": null,
  "created_at": "2024-11-20T18:44:38.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}

Example 27

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://sharkey/users/a0tso0t2npkb0001"
  ],
  "id": "http://pasture-one-actor/actor/tOqRuNF7qSE",
  "published": "2024-11-20T18:44:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/a0tso0t2npkb0001"
    ],
    "id": "http://pasture-one-actor/actor/cUS4sARK2O4",
    "published": "2024-11-20T18:44:39Z",
    "content": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
  }
}
sharkey
{
  "id": "a0tsrn4o9ndr001w",
  "uri": "http://pasture-one-actor/actor/cUS4sARK2O4",
  "url": "http://pasture-one-actor/actor/cUS4sARK2O4",
  "account": {
    "id": "a0tspttm9ndr0002",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2024-11-20T18:43:14.362Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 58,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p><span>wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz</span></p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "wbr: Fernstra\u00dfenbauprivatfinanzierungsgesetz",
  "created_at": "2024-11-20T18:44:39.000Z",
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "reactions": [],
  "emoji_reactions": [],
  "bookmarked": false,
  "quote": null,
  "edited_at": null
}