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

```json title="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/Fmdea84A8wI",
  "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/vKAPQ1jjE38",
    "published": "2024-03-02T17:48:27Z",
    "content": "text",
    "sensitive": true
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/vKAPQ1jjE38",
    "conversation_id": 813620863,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/vKAPQ1jjE38",
  "media_attachments": [],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRse8WPQnAml3ADaK",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "text",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:48:27.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/vKAPQ1jjE38",
  "application": null,
  "sensitive": true,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:48:27",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 2

```json title="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/jIaXVBrzjfg",
  "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/ulslxpvBHj8",
    "published": "2024-03-02T17:48:29Z",
    "content": "text",
    "summary": "summary"
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/ulslxpvBHj8",
    "conversation_id": 1806574379,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/ulslxpvBHj8",
  "media_attachments": [],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "summary",
  "muted": false,
  "tags": [],
  "id": "AfRseKSF46yBlbJ3ku",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "text",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:48:29.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/ulslxpvBHj8",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:48:29",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 3

```json title="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/pVJo1OJ4UW8",
  "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/yP-6_OmNfv4",
    "published": "2024-03-02T17:48:31Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture_one_actor/actor/yP-6_OmNfv4",
    "conversation_id": 315586413,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/yP-6_OmNfv4",
  "media_attachments": [],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "summary",
  "muted": false,
  "tags": [],
  "id": "AfRseWHh59f8SMSnyq",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "text",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:48:31.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/yP-6_OmNfv4",
  "application": null,
  "sensitive": true,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:48:31",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 4

```json title="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/cEAuQ1mAds0",
  "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/QSjZpVcfl-I",
    "published": "2024-03-02T17:48:33Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture_one_actor/actor/QSjZpVcfl-I",
    "conversation_id": 1172723352,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/QSjZpVcfl-I",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-93331108",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "remote_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "text_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "type": "unknown",
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsei7r3YvFBJx7JI",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "see image",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:48:33.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/QSjZpVcfl-I",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:48:34",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 5

```json title="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/GhmwyuPgYzk",
  "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/vcLsNskCUb4",
    "published": "2024-03-02T17:48:35Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture_one_actor/actor/vcLsNskCUb4",
    "conversation_id": 1865290419,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/vcLsNskCUb4",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-93331108",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "remote_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "text_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "type": "unknown",
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRseu9iKTXWUYulsG",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "see image",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:48:35.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/vcLsNskCUb4",
  "application": null,
  "sensitive": true,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:48:36",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 6

```json title="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/6OTY0EqWXFM",
  "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/uTTmFX3H1cY",
    "published": "2024-03-02T17:48:37Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture_one_actor/actor/uTTmFX3H1cY",
    "conversation_id": 1726667074,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/uTTmFX3H1cY",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-93331108",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "remote_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "text_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "type": "unknown",
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsf61IDbvxHv4DPk",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "see image",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:48:37.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/uTTmFX3H1cY",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:48:38",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 7

```json title="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/-MvU974Dd-4",
  "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/TZY2MmZj-iQ",
    "published": "2024-03-02T17:48:39Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture_one_actor/actor/TZY2MmZj-iQ",
    "conversation_id": 1809397018,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/TZY2MmZj-iQ",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-93331108",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "remote_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "text_url": "http://pasture_one_actor/assets/nlnet.jpg",
      "type": "unknown",
      "url": "http://pasture_one_actor/assets/nlnet.jpg"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsfI2nVqGea3raQS",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "see image",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:48:39.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/TZY2MmZj-iQ",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:48:40",
    "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"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```