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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/7G4uxS6Hu5s",
  "published": "2025-10-04T15:43:35Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/G78fq2Koz6M",
    "published": "2025-10-04T15:43:35Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0boewl0mw0064",
  "uri": "http://pasture-one-actor/object/G78fq2Koz6M",
  "url": "http://pasture-one-actor/object/G78fq2Koz6M",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 187,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:43:35.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/NPu9f2NqWuc",
  "published": "2025-10-04T15:43:36Z",
  "object": {
    "type": "Audio",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/y8NiV61Au_8",
    "published": "2025-10-04T15:43:36Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0bp6ol0mw0065",
  "uri": "http://pasture-one-actor/object/y8NiV61Au_8",
  "url": "http://pasture-one-actor/object/y8NiV61Au_8",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 188,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:43:36.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/VKUGBENdKG8",
  "published": "2025-10-04T15:43:36Z",
  "object": {
    "type": "Document",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/krz9CCk_Jy8",
    "published": "2025-10-04T15:43:36Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0bp6ol0mw0066",
  "uri": "http://pasture-one-actor/object/krz9CCk_Jy8",
  "url": "http://pasture-one-actor/object/krz9CCk_Jy8",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 189,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:43:36.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/sQWp2JzBcaM",
  "published": "2025-10-04T15:43:37Z",
  "object": {
    "type": "Event",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/oljUH3LwnYI",
    "published": "2025-10-04T15:43:37Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0bpygl0mw0067",
  "uri": "http://pasture-one-actor/object/oljUH3LwnYI",
  "url": "http://pasture-one-actor/object/oljUH3LwnYI",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 190,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:43:37.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/6epYlBThQB4",
  "published": "2025-10-04T15:43:38Z",
  "object": {
    "type": "Image",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/4__5fBSVjJ4",
    "published": "2025-10-04T15:43:38Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0bqq8l0mw0068",
  "uri": "http://pasture-one-actor/object/4__5fBSVjJ4",
  "url": "http://pasture-one-actor/object/4__5fBSVjJ4",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 191,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:43:38.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/rv6RFgr3s6g",
  "published": "2025-10-04T15:43:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/nmww_-c0AfM",
    "published": "2025-10-04T15:43:38Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0bqq8l0mw0069",
  "uri": "http://pasture-one-actor/object/nmww_-c0AfM",
  "url": "http://pasture-one-actor/object/nmww_-c0AfM",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 192,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:43:38.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/PWP0hZukVvU",
  "published": "2025-10-04T15:43:39Z",
  "object": {
    "type": "Page",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/HK0oCfgGPjw",
    "published": "2025-10-04T15:43:39Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0bri0l0mw006a",
  "uri": "http://pasture-one-actor/object/HK0oCfgGPjw",
  "url": "http://pasture-one-actor/object/HK0oCfgGPjw",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 193,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:43:39.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/T63pjxTiE0o",
  "published": "2025-10-04T15:43:39Z",
  "object": {
    "type": "Place",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/G8aNY0dxtic",
    "published": "2025-10-04T15:43:39Z",
    "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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/J6-GVqLV8n4",
  "published": "2025-10-04T15:43:51Z",
  "object": {
    "type": "Profile",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/m_8Ch9CIn60",
    "published": "2025-10-04T15:43:51Z",
    "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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/ZzTv9BpRei8",
  "published": "2025-10-04T15:44:03Z",
  "object": {
    "type": "Relationship",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/KH-TfFAGhpI",
    "published": "2025-10-04T15:44:03Z",
    "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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/IsJzA1P-P7g",
  "published": "2025-10-04T15:44:15Z",
  "object": {
    "type": "Tombstone",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/ILQe9Za3CxI",
    "published": "2025-10-04T15:44:15Z",
    "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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/hZkPQejEePQ",
  "published": "2025-10-04T15:44:27Z",
  "object": {
    "type": "Video",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/xe28wJ0Rd9I",
    "published": "2025-10-04T15:44:27Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0csjcl0mw006b",
  "uri": "http://pasture-one-actor/object/xe28wJ0Rd9I",
  "url": "http://pasture-one-actor/object/xe28wJ0Rd9I",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 194,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:44:27.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/a_c2JZU-A9g",
  "published": "2025-10-04T15:44:28Z",
  "object": {
    "type": [
      "Note",
      "Article"
    ],
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/0Cr1EyXEo_4",
    "published": "2025-10-04T15:44:28Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
sharkey
{
  "id": "adg0ctb4l0mw006c",
  "uri": "http://pasture-one-actor/object/0Cr1EyXEo_4",
  "url": "http://pasture-one-actor/object/0Cr1EyXEo_4",
  "account": {
    "id": "adg07agxl0mw0004",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "fqn": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "created_at": "2025-10-04T15:40:10.305Z",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 195,
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
    "header": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
    "emojis": [],
    "moved": null,
    "fields": [],
    "bot": false,
    "discoverable": true,
    "noindex": false,
    "group": null,
    "suspended": false,
    "limited": false
  },
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "content": "<p>content</p>",
  "content_type": "text/x.misskeymarkdown",
  "text": "content",
  "created_at": "2025-10-04T15:44:28.000Z",
  "edited_at": null,
  "emojis": [],
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "reblogged": false,
  "favourited": false,
  "muted": false,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "card": null,
  "poll": null,
  "application": null,
  "language": null,
  "pinned": false,
  "bookmarked": false,
  "quote": null,
  "reactions": []
}

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://sharkey/users/adg05og8rvr00003"
  ],
  "id": "http://pasture-one-actor/activity/kYlZTDSILeg",
  "published": "2025-10-04T15:44:28Z",
  "object": {
    "type": null,
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://sharkey/users/adg05og8rvr00003"
    ],
    "id": "http://pasture-one-actor/object/In4dF26TlFc",
    "published": "2025-10-04T15:44:28Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result