Skip to content

Content Warnings

Content Warnings are set using sensitive, then summary seems to be used as a spoiler text.

The last three examples are an attempt to add a content warning to an image.

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/xipbvR4juUE",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/TF3bgjBFqJM",
    "published": "2024-08-03T16:02:16Z",
    "content": "text",
    "sensitive": true
  }
}
akkoma
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/TF3bgjBFqJM",
    "conversation_id": 1950134818,
    "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": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/TF3bgjBFqJM",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AkawIZ0ubDZ82wESCu",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/TF3bgjBFqJM",
  "created_at": "2024-08-03T16:02:16.000Z",
  "text": null,
  "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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
    "last_status_at": "2024-08-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": 5,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "Akaw2U9sOxaakLtErQ",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": true,
  "pinned": false,
  "favourited": false,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/d2UQVrUKu4Q",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/nGTM9TPs_E8",
    "published": "2024-08-03T16:02:17Z",
    "content": "text",
    "summary": "summary"
  }
}
akkoma
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/nGTM9TPs_E8",
    "conversation_id": 1275370691,
    "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": "summary"
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/nGTM9TPs_E8",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AkawIcl6fvIdf4rt7w",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/nGTM9TPs_E8",
  "created_at": "2024-08-03T16:02:17.000Z",
  "text": null,
  "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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
    "last_status_at": "2024-08-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": 6,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "summary",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "Akaw2U9sOxaakLtErQ",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/tJsK25Ay-m4",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/V7h2PfXMbjA",
    "published": "2024-08-03T16:02:18Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true
  }
}
akkoma
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/V7h2PfXMbjA",
    "conversation_id": 1979707149,
    "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": "summary"
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/V7h2PfXMbjA",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AkawIgVejJJjIJfbbE",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/V7h2PfXMbjA",
  "created_at": "2024-08-03T16:02:18.000Z",
  "text": null,
  "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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
    "last_status_at": "2024-08-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": 7,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "summary",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "Akaw2U9sOxaakLtErQ",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": true,
  "pinned": false,
  "favourited": false,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/1DcELTp-UPo",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/R87rOCz0Ygg",
    "published": "2024-08-03T16:02:18Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w001.png"
    }
  }
}
akkoma
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/R87rOCz0Ygg",
    "conversation_id": 459605518,
    "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": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/R87rOCz0Ygg",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AkawIkQUATYfRRHX60",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/R87rOCz0Ygg",
  "created_at": "2024-08-03T16:02:18.000Z",
  "text": null,
  "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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
    "last_status_at": "2024-08-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": 8,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "Akaw2U9sOxaakLtErQ",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "emojis": [],
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-1067136380",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w001.png",
      "remote_url": "http://pasture-one-actor/images/w001.png",
      "text_url": "http://pasture-one-actor/images/w001.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/w001.png"
    }
  ],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/eLQlbWskVKs",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/QOFDavPjR5Y",
    "published": "2024-08-03T16:02:19Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w002.png"
    }
  }
}
akkoma
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/QOFDavPjR5Y",
    "conversation_id": 321237666,
    "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": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/QOFDavPjR5Y",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AkawIoFzvPXtK4PDIu",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/QOFDavPjR5Y",
  "created_at": "2024-08-03T16:02:19.000Z",
  "text": null,
  "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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
    "last_status_at": "2024-08-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": 9,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "Akaw2U9sOxaakLtErQ",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": true,
  "pinned": false,
  "favourited": false,
  "emojis": [],
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1780828860",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w002.png",
      "remote_url": "http://pasture-one-actor/images/w002.png",
      "text_url": "http://pasture-one-actor/images/w002.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/w002.png"
    }
  ],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/tuqgABAtN_A",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/y24tAurJvNI",
    "published": "2024-08-03T16:02:20Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w003.png"
    }
  }
}
akkoma
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/y24tAurJvNI",
    "conversation_id": 1266134075,
    "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": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/y24tAurJvNI",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AkawIs5VgLX7ChWtVo",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/y24tAurJvNI",
  "created_at": "2024-08-03T16:02:20.000Z",
  "text": null,
  "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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
    "last_status_at": "2024-08-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": 10,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "Akaw2U9sOxaakLtErQ",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "emojis": [],
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1600079368",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w003.png",
      "remote_url": "http://pasture-one-actor/images/w003.png",
      "text_url": "http://pasture-one-actor/images/w003.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/w003.png"
    }
  ],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/vn4Yxe11GcE",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/dVcMuC96puU",
    "published": "2024-08-03T16:02:20Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w004.png"
    }
  }
}
akkoma
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/dVcMuC96puU",
    "conversation_id": 1448294748,
    "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": ""
    },
    "thread_muted": false
  },
  "visibility": "public",
  "muted": false,
  "uri": "http://pasture-one-actor/actor/dVcMuC96puU",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AkawIvstZBoqyjesPA",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/dVcMuC96puU",
  "created_at": "2024-08-03T16:02:20.000Z",
  "text": null,
  "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": "2024-08-03T16:00:46.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": "AkawACIhA8PTHnYpN2",
    "last_status_at": "2024-08-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": 11,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "edited_at": null,
  "spoiler_text": "",
  "poll": null,
  "reblogs_count": 0,
  "emoji_reactions": [],
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "Akaw2U9sOxaakLtErQ",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "emojis": [],
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "663485287",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/w004.png",
      "remote_url": "http://pasture-one-actor/images/w004.png",
      "text_url": "http://pasture-one-actor/images/w004.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/w004.png"
    }
  ],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}