Skip to content

Object types

Varying the object type and investigation what happens to the properties. Relevant properties are

{
    "@context": "https://www.w3.org/ns/activitystreams",
    "type": "${type}",
    "name": "name",
    "summary": "summary",
    "content": "content"
}

where type is the property being varied between different entries in the table. Object types are defined in https://www.w3.org/TR/activitystreams-vocabulary/#object-types.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/mh8iRefvnNg",
  "published": "2025-12-07T10:11:18Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/TIerKEXkUyc",
    "published": "2025-12-07T10:11:18Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "namecontent"
    },
    "context": "http://pasture-one-actor/object/TIerKEXkUyc",
    "conversation_id": 1401556749,
    "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
  },
  "spoiler_text": "summary",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/TIerKEXkUyc",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "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": 194,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10BG49g53jR90bz8a",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<p><a href=\"http://pasture-one-actor/object/TIerKEXkUyc\">name</a></p>content",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/TIerKEXkUyc",
  "muted": false,
  "created_at": "2025-12-07T10:11:18.000Z",
  "language": null
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/GzywI_pYaAA",
  "published": "2025-12-07T10:11:19Z",
  "object": {
    "type": "Audio",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/IcpC8QmebpQ",
    "published": "2025-12-07T10:11:19Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/mK0yG5xklWg",
  "published": "2025-12-07T10:11:30Z",
  "object": {
    "type": "Document",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/pVq8DvVOm20",
    "published": "2025-12-07T10:11:30Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/KKZQWIWdZtc",
  "published": "2025-12-07T10:11:43Z",
  "object": {
    "type": "Event",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/XcEYxnCnbdM",
    "published": "2025-12-07T10:11:43Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "namecontent"
    },
    "context": "http://pasture-one-actor/object/XcEYxnCnbdM",
    "conversation_id": 1905425453,
    "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
  },
  "spoiler_text": "summary",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/XcEYxnCnbdM",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "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": 195,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10BIKIN2hs3mVku7k",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<p><a href=\"http://pasture-one-actor/object/XcEYxnCnbdM\">name</a></p>content",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/XcEYxnCnbdM",
  "muted": false,
  "created_at": "2025-12-07T10:11:43.000Z",
  "language": null
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/DRv8NTGtJRQ",
  "published": "2025-12-07T10:11:43Z",
  "object": {
    "type": "Image",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/gYiJW4WeIAg",
    "published": "2025-12-07T10:11:43Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/BQFRryvWJqI",
  "published": "2025-12-07T10:11:55Z",
  "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/object/vmpJxiUCN2g",
    "published": "2025-12-07T10:11:55Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "namecontent"
    },
    "context": "http://pasture-one-actor/object/vmpJxiUCN2g",
    "conversation_id": 198439651,
    "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
  },
  "spoiler_text": "summary",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/vmpJxiUCN2g",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "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": 196,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10BJV1ucL55MbcI6a",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<p><a href=\"http://pasture-one-actor/object/vmpJxiUCN2g\">name</a></p>content",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/vmpJxiUCN2g",
  "muted": false,
  "created_at": "2025-12-07T10:11:55.000Z",
  "language": null
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/z2ksZR74NF0",
  "published": "2025-12-07T10:11:56Z",
  "object": {
    "type": "Page",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/CRExseBC3GI",
    "published": "2025-12-07T10:11:56Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
akkoma
{
  "favourited": false,
  "edited_at": null,
  "card": null,
  "reblogged": false,
  "visibility": "public",
  "pleroma": {
    "content": {
      "text/plain": "namecontent"
    },
    "context": "http://pasture-one-actor/object/CRExseBC3GI",
    "conversation_id": 501922297,
    "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
  },
  "spoiler_text": "summary",
  "akkoma": {
    "in_reply_to_apid": null,
    "quote_apid": null,
    "source": null
  },
  "uri": "http://pasture-one-actor/object/CRExseBC3GI",
  "pinned": false,
  "quote": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": null,
      "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-12-07T10:07:21.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": "B10Au9bh87eHgMGfdA",
    "last_status_at": "2025-12-07",
    "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": 197,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "poll": null,
  "id": "B10BJYXvXlTMGlcOvI",
  "text": null,
  "mentions": [
    {
      "acct": "witch",
      "id": "B10AlwS7ELx9KRdGjY",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "content": "<p><a href=\"http://pasture-one-actor/object/CRExseBC3GI\">name</a></p>content",
  "emoji_reactions": [],
  "quote_id": null,
  "media_attachments": [],
  "favourites_count": 0,
  "reblogs_count": 0,
  "in_reply_to_account_id": null,
  "tags": [],
  "in_reply_to_id": null,
  "application": null,
  "sensitive": false,
  "bookmarked": false,
  "replies_count": 0,
  "emojis": [],
  "reblog": null,
  "url": "http://pasture-one-actor/object/CRExseBC3GI",
  "muted": false,
  "created_at": "2025-12-07T10:11:56.000Z",
  "language": null
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/aEYsxJyG_XA",
  "published": "2025-12-07T10:11:57Z",
  "object": {
    "type": "Place",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/BsabSqIzXLQ",
    "published": "2025-12-07T10:11:57Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/rN9Zp5oQ3_o",
  "published": "2025-12-07T10:12:09Z",
  "object": {
    "type": "Profile",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/Rv-eumDUYKs",
    "published": "2025-12-07T10:12:09Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 10

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/_Wy-JNKBRcY",
  "published": "2025-12-07T10:12:21Z",
  "object": {
    "type": "Relationship",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/OF2VuIfbi-w",
    "published": "2025-12-07T10:12:21Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 11

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/NGI3MXlHdcE",
  "published": "2025-12-07T10:12:33Z",
  "object": {
    "type": "Tombstone",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/scdaZT4GJfs",
    "published": "2025-12-07T10:12:33Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 12

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/M0RRjcWqAzQ",
  "published": "2025-12-07T10:12:45Z",
  "object": {
    "type": "Video",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/LYEBgE0_kXo",
    "published": "2025-12-07T10:12:45Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 13

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/7CLYFGHiMD4",
  "published": "2025-12-07T10:12:56Z",
  "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/object/9Zooc7PoiTc",
    "published": "2025-12-07T10:12:56Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 14

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/XoEsneIJSq4",
  "published": "2025-12-07T10:13:08Z",
  "object": {
    "type": [
      "Note",
      "Article"
    ],
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/supsJ5Bs7O8",
    "published": "2025-12-07T10:13:08Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result

Example 15

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://akkoma/users/witch"
  ],
  "id": "http://pasture-one-actor/activity/Er9Sfzqb26c",
  "published": "2025-12-07T10:13:20Z",
  "object": {
    "type": null,
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/object/vXzKedpkdUg",
    "published": "2025-12-07T10:13:20Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result