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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/ZCWTZxaTroI",
  "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/tQplkSnoerQ",
    "published": "2024-03-31T14:53:58Z",
    "content": "text",
    "sensitive": true
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/tQplkSnoerQ",
    "conversation_id": 1613266732,
    "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/tQplkSnoerQ",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AgPjyZp6H30LHgm4i8",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/tQplkSnoerQ",
  "created_at": "2024-03-31T14:53:58.000Z",
  "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-03-31T14:52:27.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": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-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": 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": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": true,
  "pinned": false,
  "favourited": false,
  "text": null,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}
```

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/nZsOZW8-1n0",
  "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/KAGpXhvBOtE",
    "published": "2024-03-31T14:53:59Z",
    "content": "text",
    "summary": "summary"
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/KAGpXhvBOtE",
    "conversation_id": 301243309,
    "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/KAGpXhvBOtE",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AgPjydWoUykmm8FWlM",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/KAGpXhvBOtE",
  "created_at": "2024-03-31T14:53:59.000Z",
  "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-03-31T14:52:27.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": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-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": 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": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "text": null,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}
```

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/IPOz5TVRc7Q",
  "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/GuFJ87-CIrc",
    "published": "2024-03-31T14:54:00Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "text"
    },
    "context": "http://pasture-one-actor/actor/GuFJ87-CIrc",
    "conversation_id": 2018197871,
    "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/GuFJ87-CIrc",
  "bookmarked": false,
  "language": null,
  "content": "text",
  "quote": null,
  "id": "AgPjyhJUQSTMVy2wYC",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/GuFJ87-CIrc",
  "created_at": "2024-03-31T14:54:00.000Z",
  "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-03-31T14:52:27.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": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-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"
  },
  "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": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": true,
  "pinned": false,
  "favourited": false,
  "text": null,
  "emojis": [],
  "media_attachments": [],
  "card": null,
  "tags": [],
  "reblog": null,
  "quote_id": null,
  "favourites_count": 0
}
```

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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/IF0LHmpIRGQ",
  "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/c0yEMhsIueA",
    "published": "2024-03-31T14:54:00Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w001.png"
    }
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/c0yEMhsIueA",
    "conversation_id": 1219584407,
    "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/c0yEMhsIueA",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AgPjyl56PtLCCVLVgG",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/c0yEMhsIueA",
  "created_at": "2024-03-31T14:54:00.000Z",
  "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-03-31T14:52:27.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": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-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": 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": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "text": null,
  "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

```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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/gITpgCQnw9M",
  "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/XB6PeT8mbJg",
    "published": "2024-03-31T14:54:01Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w002.png"
    }
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/XB6PeT8mbJg",
    "conversation_id": 1389879946,
    "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/XB6PeT8mbJg",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AgPjyor4O0Ubu8oMMa",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/XB6PeT8mbJg",
  "created_at": "2024-03-31T14:54:01.000Z",
  "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-03-31T14:52:27.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": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-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": 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": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": true,
  "pinned": false,
  "favourited": false,
  "text": null,
  "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

```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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/x3giX8-YE-c",
  "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/e-IFeojW0k8",
    "published": "2024-03-31T14:54:02Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w003.png"
    }
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/e-IFeojW0k8",
    "conversation_id": 796942236,
    "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/e-IFeojW0k8",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AgPjyslBroAO145ikq",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/e-IFeojW0k8",
  "created_at": "2024-03-31T14:54:02.000Z",
  "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-03-31T14:52:27.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": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-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": 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": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "text": null,
  "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

```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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/actor/X-zkqO68l5A",
  "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/yn5xJPHGJpM",
    "published": "2024-03-31T14:54:02Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w004.png"
    }
  }
}
```


```json title="akkoma"
{
  "replies_count": 0,
  "pleroma": {
    "content": {
      "text/plain": "see image"
    },
    "context": "http://pasture-one-actor/actor/yn5xJPHGJpM",
    "conversation_id": 265269476,
    "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/yn5xJPHGJpM",
  "bookmarked": false,
  "language": null,
  "content": "see image",
  "quote": null,
  "id": "AgPjywdXSCQG2UXfNo",
  "reblogged": false,
  "akkoma": {
    "source": null
  },
  "url": "http://pasture-one-actor/actor/yn5xJPHGJpM",
  "created_at": "2024-03-31T14:54:02.000Z",
  "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-03-31T14:52:27.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": "AgPjqBIVZlxWu1WhiS",
    "last_status_at": "2024-03-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": 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": "AgPji6ZwwMZYkrScmO",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "application": null,
  "sensitive": false,
  "pinned": false,
  "favourited": false,
  "text": null,
  "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
}
```