Skip to content

HTML tags in summary

Here we analyze, which types of HTML tags are allowed inside the summary field.

As the content field, the [summary field(https://www.w3.org/TR/activitystreams-vocabulary/#dfn-summary) is described as

A natural language summarization of the object encoded as HTML.

This is a somewhat petulant table as most Fediverse applications treat the summary field as a plain text content warning.

Sanitizing fields is desired behavior as seen in Section B.10 of ActivityPub.

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/mV7jb1S1dPI",
  "published": "2025-03-03T10:17:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/KdTUXPk5Zho",
    "published": "2025-03-03T10:17:33Z",
    "summary": "<b>bold</b>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/WwTFbHsQ3W8",
    "conversation_id": 1243576431,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<b>bold</b>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/WwTFbHsQ3W8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXIO2TbKkFs8IWu",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<b>bold</b>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/WwTFbHsQ3W8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 127,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:11.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 117,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:33.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsSiizXbOrWwyz8S",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/KdTUXPk5Zho",
    "conversation_id": 1036778105,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<b>bold</b>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<b>bold</b>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/KdTUXPk5Zho",
  "url": "http://pasture-one-actor/actor/KdTUXPk5Zho",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/R6psDZKlaVY",
  "published": "2025-03-03T10:17:34Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/UOEoUW0-qyE",
    "published": "2025-03-03T10:17:34Z",
    "summary": "<strong>strong</strong>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/3P_qBYM03-M",
    "conversation_id": 1707944745,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<strong>strong</strong>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/3P_qBYM03-M",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXMFg6d1SF6Fg3M",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<strong>strong</strong>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/3P_qBYM03-M",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 128,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:11.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 118,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:34.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsSmlGX5b03A4rEe",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/UOEoUW0-qyE",
    "conversation_id": 1132881665,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<strong>strong</strong>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<strong>strong</strong>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/UOEoUW0-qyE",
  "url": "http://pasture-one-actor/actor/UOEoUW0-qyE",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/xmFvcYShKNQ",
  "published": "2025-03-03T10:17:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/DHQXHPZvpWQ",
    "published": "2025-03-03T10:17:35Z",
    "summary": "<i>italic</i>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/_M3lUwY-Xf8",
    "conversation_id": 1863728254,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<i>italic</i>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/_M3lUwY-Xf8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXQrOyJZgXFvrPM",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<i>italic</i>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/_M3lUwY-Xf8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 129,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:12.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 119,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:35.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsSqlldANETsLJZY",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/DHQXHPZvpWQ",
    "conversation_id": 1956361205,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<i>italic</i>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<i>italic</i>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/DHQXHPZvpWQ",
  "url": "http://pasture-one-actor/actor/DHQXHPZvpWQ",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/uqEy9gjKQuk",
  "published": "2025-03-03T10:17:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/DPYy65N-8fE",
    "published": "2025-03-03T10:17:35Z",
    "summary": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/eeLyPMJRKpM",
    "conversation_id": 592061488,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/eeLyPMJRKpM",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXUtJz7UF2MrRxI",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/eeLyPMJRKpM",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 130,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:13.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 120,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:35.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsSugx30tke67Wca",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/DPYy65N-8fE",
    "conversation_id": 32125424,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<i>italic with.</i> See <a href=\"https://codeberg.org/helge/funfedidev/issues/142\">Issue 142</a>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/DPYy65N-8fE",
  "url": "http://pasture-one-actor/actor/DPYy65N-8fE",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/95JFygLQg_Q",
  "published": "2025-03-03T10:17:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/GOyVrIcZgtM",
    "published": "2025-03-03T10:17:36Z",
    "summary": "<em>emphasis</em>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/DCnbETkNt7I",
    "conversation_id": 1274949943,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<em>emphasis</em>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/DCnbETkNt7I",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXZQR7wLv6ENx7w",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<em>emphasis</em>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/DCnbETkNt7I",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 131,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:14.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 121,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:36.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsSymlpJvhLIsEFM",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/GOyVrIcZgtM",
    "conversation_id": 2128085473,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<em>emphasis</em>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<em>emphasis</em>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/GOyVrIcZgtM",
  "url": "http://pasture-one-actor/actor/GOyVrIcZgtM",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/VeLyOu78Rhk",
  "published": "2025-03-03T10:17:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/22xwaC0GG4w",
    "published": "2025-03-03T10:17:37Z",
    "summary": "<del>old</del><ins>new</ins>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/M1JlK-wMtP8",
    "conversation_id": 1318180217,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<del>old</del><ins>new</ins>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/M1JlK-wMtP8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXdO6OYrVO9K92m",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<del>old</del><ins>new</ins>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/M1JlK-wMtP8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 132,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:14.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 122,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:37.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsT2uMV2NY80SLdQ",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/22xwaC0GG4w",
    "conversation_id": 1961412808,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<del>old</del><ins>new</ins>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<del>old</del><ins>new</ins>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/22xwaC0GG4w",
  "url": "http://pasture-one-actor/actor/22xwaC0GG4w",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/6CA_6WRPqbk",
  "published": "2025-03-03T10:17:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/Yr0WZbda1eU",
    "published": "2025-03-03T10:17:38Z",
    "summary": "<s>stricken</s>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/JN48u7_ZeC4",
    "conversation_id": 439798651,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<s>stricken</s>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/JN48u7_ZeC4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXhRRK5uNxeurnk",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<s>stricken</s>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/JN48u7_ZeC4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 133,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:15.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 123,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:38.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsT70XG1h4qJNKoS",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Yr0WZbda1eU",
    "conversation_id": 226073244,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<s>stricken</s>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<s>stricken</s>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/Yr0WZbda1eU",
  "url": "http://pasture-one-actor/actor/Yr0WZbda1eU",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/P4HfPkiQ7_o",
  "published": "2025-03-03T10:17:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/HZiArvCscrA",
    "published": "2025-03-03T10:17:38Z",
    "summary": "<mark>mark</mark>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/KWcH_KsJqIY",
    "conversation_id": 732349319,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<mark>mark</mark>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/KWcH_KsJqIY",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXlZjxAvOmYpYIK",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<mark>mark</mark>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/KWcH_KsJqIY",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 134,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:16.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 124,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:38.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTB3WCsSNOinm1A",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/HZiArvCscrA",
    "conversation_id": 1194065009,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<mark>mark</mark>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<mark>mark</mark>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/HZiArvCscrA",
  "url": "http://pasture-one-actor/actor/HZiArvCscrA",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/iU1LFuCux3U",
  "published": "2025-03-03T10:17:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/AHiu1lRlGm4",
    "published": "2025-03-03T10:17:39Z",
    "summary": "find <var>x</var> (a variable)",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/_uNGP3Fgrtk",
    "conversation_id": 1583794252,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "find <var>x</var> (a variable)"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/_uNGP3Fgrtk",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXpY7BA096g6JJg",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "find <var>x</var> (a variable)",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/_uNGP3Fgrtk",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 135,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:16.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 125,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:39.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTFDajMtIJ7XsH2",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/AHiu1lRlGm4",
    "conversation_id": 1319050325,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "find <var>x</var> (a variable)"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "find <var>x</var> (a variable)",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/AHiu1lRlGm4",
  "url": "http://pasture-one-actor/actor/AHiu1lRlGm4",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/CKYvaWxcw34",
  "published": "2025-03-03T10:17:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/Yb5eKghhRyg",
    "published": "2025-03-03T10:17:40Z",
    "summary": "<ol><li>ordered</li></ol>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/XZaMpeXy4PY",
    "conversation_id": 852971077,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<ol><li>ordered</li></ol>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/XZaMpeXy4PY",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXtkJZk8Y7fq6t6",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<ol><li>ordered</li></ol>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/XZaMpeXy4PY",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 136,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:17.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 126,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:40.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTJBxxLy2dEodIO",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Yb5eKghhRyg",
    "conversation_id": 1778767837,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<ol><li>ordered</li></ol>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<ol><li>ordered</li></ol>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/Yb5eKghhRyg",
  "url": "http://pasture-one-actor/actor/Yb5eKghhRyg",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/DQjVzcitAzw",
  "published": "2025-03-03T10:17:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/QU91e1iqY10",
    "published": "2025-03-03T10:17:40Z",
    "summary": "<ul><li>unordered</li></ul>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Yu52weoaZEQ",
    "conversation_id": 804124666,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<ul><li>unordered</li></ul>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/Yu52weoaZEQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrXxoiRK2AkTvgIq",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<ul><li>unordered</li></ul>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/Yu52weoaZEQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 137,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:18.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 127,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:40.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTNPwFLWLjjNqd6",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/QU91e1iqY10",
    "conversation_id": 2037372868,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<ul><li>unordered</li></ul>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<ul><li>unordered</li></ul>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/QU91e1iqY10",
  "url": "http://pasture-one-actor/actor/QU91e1iqY10",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/eAKxaEqy1Mk",
  "published": "2025-03-03T10:17:41Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/eFqBtV8TgE4",
    "published": "2025-03-03T10:17:41Z",
    "summary": "<h1>h1</h1>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/YydM3HozQhQ",
    "conversation_id": 93971311,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h1>h1</h1>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/YydM3HozQhQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrY1c6KAJuWW3fCC",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h1>h1</h1>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/YydM3HozQhQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 138,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:19.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 128,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:41.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTRF61bDzbGLFHk",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/eFqBtV8TgE4",
    "conversation_id": 1323057987,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<h1>h1</h1>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<h1>h1</h1>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/eFqBtV8TgE4",
  "url": "http://pasture-one-actor/actor/eFqBtV8TgE4",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Fr3fdBNQ1Fk",
  "published": "2025-03-03T10:17:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/Mtoj4U3VGbg",
    "published": "2025-03-03T10:17:42Z",
    "summary": "<h2>h2</h2>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/oIVEUvqoR0w",
    "conversation_id": 851406429,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h2>h2</h2>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/oIVEUvqoR0w",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrY5WZmeHGeXVJ8i",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h2>h2</h2>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/oIVEUvqoR0w",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 139,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:19.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 129,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:42.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTV4FnqvdSnIdwO",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Mtoj4U3VGbg",
    "conversation_id": 1605932370,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<h2>h2</h2>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<h2>h2</h2>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/Mtoj4U3VGbg",
  "url": "http://pasture-one-actor/actor/Mtoj4U3VGbg",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/EWeiazPW3fo",
  "published": "2025-03-03T10:17:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/v3mnzB8ZnlI",
    "published": "2025-03-03T10:17:42Z",
    "summary": "<h3>h3</h3>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/MFhT1xw17So",
    "conversation_id": 963052669,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h3>h3</h3>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/MFhT1xw17So",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrY9rzcxmm87YT4q",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h3>h3</h3>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/MFhT1xw17So",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 140,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:20.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 130,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:42.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTYznCNjje7F8Xg",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/v3mnzB8ZnlI",
    "conversation_id": 1073843247,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<h3>h3</h3>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<h3>h3</h3>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/v3mnzB8ZnlI",
  "url": "http://pasture-one-actor/actor/v3mnzB8ZnlI",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/_PHd1MQ1hIo",
  "published": "2025-03-03T10:17:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/q5mcjJvuP6I",
    "published": "2025-03-03T10:17:43Z",
    "summary": "<h4>h4</h4>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/bEMK9qsWeF0",
    "conversation_id": 1992122651,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h4>h4</h4>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/bEMK9qsWeF0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYE3q2rdb817z60",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h4>h4</h4>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/bEMK9qsWeF0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 141,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:21.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 131,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:43.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTctYhV7vjwMDNg",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/q5mcjJvuP6I",
    "conversation_id": 94357149,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<h4>h4</h4>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<h4>h4</h4>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/q5mcjJvuP6I",
  "url": "http://pasture-one-actor/actor/q5mcjJvuP6I",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/itvdgEgCCns",
  "published": "2025-03-03T10:17:44Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/yDQ35QIrGyE",
    "published": "2025-03-03T10:17:44Z",
    "summary": "<h5>h5</h5>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/-QyTJAs5uws",
    "conversation_id": 913660290,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h5>h5</h5>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/-QyTJAs5uws",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYIOXvoZwZOqZvc",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h5>h5</h5>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/-QyTJAs5uws",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 142,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:21.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 132,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:44.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTguPmGBkBkmxGq",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/yDQ35QIrGyE",
    "conversation_id": 1591795586,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<h5>h5</h5>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<h5>h5</h5>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/yDQ35QIrGyE",
  "url": "http://pasture-one-actor/actor/yDQ35QIrGyE",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/99YuLdfOwB0",
  "published": "2025-03-03T10:17:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/x0pb1lFWxXo",
    "published": "2025-03-03T10:17:45Z",
    "summary": "<h1>h1</h1><h2>h2</h2>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/njVuK-M0XIQ",
    "conversation_id": 1441189235,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<h1>h1</h1><h2>h2</h2>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/njVuK-M0XIQ",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYMUigntTHhlZ6e",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<h1>h1</h1><h2>h2</h2>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/njVuK-M0XIQ",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 143,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:22.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 133,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:45.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTkySf9nmnSiF8K",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/x0pb1lFWxXo",
    "conversation_id": 1305396797,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<h1>h1</h1><h2>h2</h2>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<h1>h1</h1><h2>h2</h2>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/x0pb1lFWxXo",
  "url": "http://pasture-one-actor/actor/x0pb1lFWxXo",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/zI5UMZ2Zwc8",
  "published": "2025-03-03T10:17:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/Pwke2iTgnWI",
    "published": "2025-03-03T10:17:45Z",
    "summary": "<code>code</code>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/y6DlvW2PA18",
    "conversation_id": 1930945247,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<code>code</code>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/y6DlvW2PA18",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYQlsmw00Y5pKPg",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<code>code</code>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/y6DlvW2PA18",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 144,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:23.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 134,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:45.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTp3vSmY9TZIfCq",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Pwke2iTgnWI",
    "conversation_id": 1874301022,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<code>code</code>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<code>code</code>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/Pwke2iTgnWI",
  "url": "http://pasture-one-actor/actor/Pwke2iTgnWI",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/lfg7NKibQ7A",
  "published": "2025-03-03T10:17:46Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/Hv0vr8mmxm0",
    "published": "2025-03-03T10:17:46Z",
    "summary": "<pre>pre</pre>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/NbLTuAtCRAo",
    "conversation_id": 442597033,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<pre>pre</pre>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/NbLTuAtCRAo",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYUuBQ111Mzk0uG",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<pre>pre</pre>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/NbLTuAtCRAo",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 145,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:24.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 135,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:46.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTsxKzDelYIFSUa",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Hv0vr8mmxm0",
    "conversation_id": 1123904278,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<pre>pre</pre>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<pre>pre</pre>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/Hv0vr8mmxm0",
  "url": "http://pasture-one-actor/actor/Hv0vr8mmxm0",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/wrlcMeH9vaM",
  "published": "2025-03-03T10:17:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/I9b-BKG61lg",
    "published": "2025-03-03T10:17:47Z",
    "summary": "line<br/>break",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/h1Llqi8Vqq0",
    "conversation_id": 195984700,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "line<br/>break"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/h1Llqi8Vqq0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYYoItognTv1NIW",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "line<br/>break",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/h1Llqi8Vqq0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 146,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:24.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 136,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:47.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsTx2RoA7YDIfb0q",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/I9b-BKG61lg",
    "conversation_id": 433932537,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "line<br/>break"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "line<br/>break",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/I9b-BKG61lg",
  "url": "http://pasture-one-actor/actor/I9b-BKG61lg",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/dua6AsGJjLU",
  "published": "2025-03-03T10:17:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/vIOhfCUgZrw",
    "published": "2025-03-03T10:17:47Z",
    "summary": "<p>paragraph</p>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/p_JMtLdQhH8",
    "conversation_id": 1622559509,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<p>paragraph</p>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/p_JMtLdQhH8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYct3k4s07pHEGW",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<p>paragraph</p>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/p_JMtLdQhH8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 147,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:25.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 137,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:47.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsU10p29CIXPwM2C",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/vIOhfCUgZrw",
    "conversation_id": 1971446651,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<p>paragraph</p>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<p>paragraph</p>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/vIOhfCUgZrw",
  "url": "http://pasture-one-actor/actor/vIOhfCUgZrw",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/nwzxUPsdIjc",
  "published": "2025-03-03T10:17:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/4X5f4ENObH4",
    "published": "2025-03-03T10:17:48Z",
    "summary": "<small>small</small>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/bdLSokz0AJw",
    "conversation_id": 1558647440,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<small>small</small>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/bdLSokz0AJw",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYgmTGVycCYE1YG",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<small>small</small>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/bdLSokz0AJw",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 148,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:26.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 138,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:48.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsU5BFXJunSuqjqK",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/4X5f4ENObH4",
    "conversation_id": 862958144,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<small>small</small>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<small>small</small>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/4X5f4ENObH4",
  "url": "http://pasture-one-actor/actor/4X5f4ENObH4",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Mg5_U3iCVLs",
  "published": "2025-03-03T10:17:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/saFGGmqTst0",
    "published": "2025-03-03T10:17:49Z",
    "summary": "<sup>sup</sup>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/ftPxPBjcx3s",
    "conversation_id": 813842861,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<sup>sup</sup>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/ftPxPBjcx3s",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYkuPuui30LyQUa",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<sup>sup</sup>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/ftPxPBjcx3s",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 149,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:26.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 139,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:49.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsU9OrqdBWYJFfcm",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/saFGGmqTst0",
    "conversation_id": 1600408707,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<sup>sup</sup>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<sup>sup</sup>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/saFGGmqTst0",
  "url": "http://pasture-one-actor/actor/saFGGmqTst0",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/EjKgi654Zvg",
  "published": "2025-03-03T10:17:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/Qgu68H1zYCQ",
    "published": "2025-03-03T10:17:50Z",
    "summary": "<sub>sub</sub>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/lWZE19OzBKk",
    "conversation_id": 1220764692,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<sub>sub</sub>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/lWZE19OzBKk",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYozWjrApfMOZ0q",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<sub>sub</sub>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/lWZE19OzBKk",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 150,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:27.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 140,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:50.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsUDVOaImdHiKwM4",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Qgu68H1zYCQ",
    "conversation_id": 838590724,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<sub>sub</sub>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<sub>sub</sub>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/Qgu68H1zYCQ",
  "url": "http://pasture-one-actor/actor/Qgu68H1zYCQ",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/gRGNQBLuL7U",
  "published": "2025-03-03T10:17:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/0bjLHpKLzR8",
    "published": "2025-03-03T10:17:50Z",
    "summary": "<a href='https://funfedi.dev'>funfedi</a>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/HsBX8i2k2_8",
    "conversation_id": 811211155,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<a href='https://funfedi.dev'>funfedi</a>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/HsBX8i2k2_8",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYt0jnIWE8GzaSG",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<a href='https://funfedi.dev'>funfedi</a>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/HsBX8i2k2_8",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 151,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:28.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 141,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:50.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsUHShsF0dYX6qie",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/0bjLHpKLzR8",
    "conversation_id": 935226349,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<a href='https://funfedi.dev'>funfedi</a>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<a href='https://funfedi.dev'>funfedi</a>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/0bjLHpKLzR8",
  "url": "http://pasture-one-actor/actor/0bjLHpKLzR8",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/BcjUvTJLpE8",
  "published": "2025-03-03T10:17:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/0s0IRPJrZ1g",
    "published": "2025-03-03T10:17:51Z",
    "summary": "<script>alert('hi');</script>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/cKcyuptQbJo",
    "conversation_id": 699652561,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<script>alert('hi');</script>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/cKcyuptQbJo",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrYwt5Ngm69hRX5E",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<script>alert('hi');</script>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/cKcyuptQbJo",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 152,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:29.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 142,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:51.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsULbiSgaoPdM6Jk",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/0s0IRPJrZ1g",
    "conversation_id": 881923778,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<script>alert('hi');</script>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<script>alert('hi');</script>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/0s0IRPJrZ1g",
  "url": "http://pasture-one-actor/actor/0s0IRPJrZ1g",
  "visibility": "public"
}

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": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/THCeZQcl2PI",
  "published": "2025-03-03T10:17:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/qadNL1651BY",
    "published": "2025-03-03T10:17:52Z",
    "summary": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/HK8tYCv3YEU",
    "conversation_id": 1874501175,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/HK8tYCv3YEU",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrZ13VsrUb5CLutM",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/HK8tYCv3YEU",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 153,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:29.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 143,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:52.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsUPlmzB1jK26CZc",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/qadNL1651BY",
    "conversation_id": 1781456162,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "<img src=\"http://pasture-one-actor/assets/nlnet.png\" alt=\"NLNET Logo\" />",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/qadNL1651BY",
  "url": "http://pasture-one-actor/actor/qadNL1651BY",
  "visibility": "public"
}

Example 28

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/n9q3tqpxQy4",
  "published": "2025-03-03T10:17:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/h8-KAOX6YT8",
    "published": "2025-03-03T10:17:52Z",
    "summary": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/s6Dgx5i8xm4",
    "conversation_id": 1552077403,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/s6Dgx5i8xm4",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrZ5BSXGE1t06Jpg",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/s6Dgx5i8xm4",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 154,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:30.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 144,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:52.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsUTz3Jo0sOKKqno",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/h8-KAOX6YT8",
    "conversation_id": 1155802340,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "wbr: Fernstra\u00dfen<wbr />bau<wbr />privat<wbr />finanzierungs<wbr />gesetz",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/h8-KAOX6YT8",
  "url": "http://pasture-one-actor/actor/h8-KAOX6YT8",
  "visibility": "public"
}

Example 29

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/TJqH3Qu65Vs",
  "published": "2025-03-03T10:17:53Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/Bq-mj6WBBmM",
    "published": "2025-03-03T10:17:53Z",
    "summary": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/IvOJW0BkAeo",
    "conversation_id": 1905300941,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/IvOJW0BkAeo",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrZ9AXibrwFJhdxY",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/IvOJW0BkAeo",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 155,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:31.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 145,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:53.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsUYLt4qehwJ38wy",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/Bq-mj6WBBmM",
    "conversation_id": 1147363809,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "Audio <audio controls src=\"http://pasture-one-actor/assets/cow_moo.mp3\"></audio>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/Bq-mj6WBBmM",
  "url": "http://pasture-one-actor/actor/Bq-mj6WBBmM",
  "visibility": "public"
}

Example 30

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://pleroma/users/full",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/o3TS7BjObJA",
  "published": "2025-03-03T10:17:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/actor/HvhGCqjH1w8",
    "published": "2025-03-03T10:17:54Z",
    "summary": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>",
    "content": "See summary"
  }
}
akkoma
{
  "reblogged": false,
  "pleroma": {
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/ll2JrNgRVP0",
    "conversation_id": 1595462920,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>"
    },
    "thread_muted": false
  },
  "in_reply_to_account_id": null,
  "uri": "http://pasture-one-actor/actor/ll2JrNgRVP0",
  "edited_at": null,
  "quote": null,
  "favourited": false,
  "pinned": false,
  "emojis": [],
  "id": "ArfrZCzLWBI05kUl3w",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "ArfqzLZ1hw24Ui97LM",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "See summary",
  "akkoma": {
    "source": null
  },
  "spoiler_text": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>",
  "media_attachments": [],
  "url": "http://pasture-one-actor/actor/ll2JrNgRVP0",
  "reblogs_count": 0,
  "visibility": "public",
  "bookmarked": false,
  "card": null,
  "favourites_count": 0,
  "in_reply_to_id": null,
  "quote_id": null,
  "poll": null,
  "emoji_reactions": [],
  "application": null,
  "tags": [],
  "sensitive": false,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:02:43.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "Arfr8aKsbaWEgQs8uW",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 156,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "reblog": null,
  "language": null,
  "created_at": "2025-03-03T10:07:31.000Z",
  "muted": false,
  "replies_count": 0
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-03-03T10:11:19.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "ArfruB7jxgSRTQ5VKK",
    "last_status_at": "2025-03-03",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 146,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "See summary",
  "created_at": "2025-03-03T10:17:54.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "ArfsUcu49iN83T4UmO",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "ArfrmeiVn8fw0FNYY4",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "See summary"
    },
    "context": "http://pasture-one-actor/actor/HvhGCqjH1w8",
    "conversation_id": 2255203,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>"
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "Video <video controls width=\"250\">\n  <source src=\"http://pasture-one-actor/assets/cow_eating.mp4\" type=\"video/mp4\" />\n  Video of a cow eating</video>",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/actor/HvhGCqjH1w8",
  "url": "http://pasture-one-actor/actor/HvhGCqjH1w8",
  "visibility": "public"
}