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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/pw2KDWEiQQU",
  "published": "2024-10-25T18:28:58Z",
  "object": {
    "type": "Article",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/6tALo5fUG5c",
    "published": "2024-10-25T18:28:58Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-5cb8-cd6d-a952-80c20c09ddb6",
  "uri": "http://pasture-one-actor/actor/6tALo5fUG5c",
  "url": "http://pasture-one-actor/actor/6tALo5fUG5c",
  "created_at": "2024-10-25T18:28:58Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 76,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/6tALo5fUG5c\" rel=\"noopener\">http://pasture-one-actor/actor/6tALo5fUG5c</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/ulvDnsBNTog",
  "published": "2024-10-25T18:28:59Z",
  "object": {
    "type": "Audio",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/H3TMHJ1dbFM",
    "published": "2024-10-25T18:28:59Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-62a6-ea03-1d1f-a1682ee55f05",
  "uri": "http://pasture-one-actor/actor/H3TMHJ1dbFM",
  "url": "http://pasture-one-actor/actor/H3TMHJ1dbFM",
  "created_at": "2024-10-25T18:28:59Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 77,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/H3TMHJ1dbFM\" rel=\"noopener\">http://pasture-one-actor/actor/H3TMHJ1dbFM</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/9zvdjS6cEag",
  "published": "2024-10-25T18:29:01Z",
  "object": {
    "type": "Document",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/wHH8_zFMvPM",
    "published": "2024-10-25T18:29:01Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-6882-f133-d933-78e423533f5d",
  "uri": "http://pasture-one-actor/actor/wHH8_zFMvPM",
  "url": "http://pasture-one-actor/actor/wHH8_zFMvPM",
  "created_at": "2024-10-25T18:29:01Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 78,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/wHH8_zFMvPM\" rel=\"noopener\">http://pasture-one-actor/actor/wHH8_zFMvPM</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/eD7-5NQdAyI",
  "published": "2024-10-25T18:29:03Z",
  "object": {
    "type": "Event",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/yl90GiQ9t54",
    "published": "2024-10-25T18:29:03Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-6e5f-d705-1390-d42f5469c8f6",
  "uri": "http://pasture-one-actor/actor/yl90GiQ9t54",
  "url": "http://pasture-one-actor/actor/yl90GiQ9t54",
  "created_at": "2024-10-25T18:29:03Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 79,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/yl90GiQ9t54\" rel=\"noopener\">http://pasture-one-actor/actor/yl90GiQ9t54</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/19WuCRYLZmM",
  "published": "2024-10-25T18:29:04Z",
  "object": {
    "type": "Image",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/75EY5wjTIPE",
    "published": "2024-10-25T18:29:04Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-7439-8342-9e62-b4381ffbb78a",
  "uri": "http://pasture-one-actor/actor/75EY5wjTIPE",
  "url": "http://pasture-one-actor/actor/75EY5wjTIPE",
  "created_at": "2024-10-25T18:29:04Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 80,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/75EY5wjTIPE\" rel=\"noopener\">http://pasture-one-actor/actor/75EY5wjTIPE</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/n1GrPWuM8hw",
  "published": "2024-10-25T18:29:06Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/yt_1m5WAa6U",
    "published": "2024-10-25T18:29:06Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-7a08-abda-404e-23475f0f8d8f",
  "uri": "http://pasture-one-actor/actor/yt_1m5WAa6U",
  "url": "http://pasture-one-actor/actor/yt_1m5WAa6U",
  "created_at": "2024-10-25T18:29:06Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 81,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/-shTRzxMJw8",
  "published": "2024-10-25T18:29:07Z",
  "object": {
    "type": "Page",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/-9bv-5lAP9A",
    "published": "2024-10-25T18:29:07Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-7fef-7d88-f23e-b3f961fbc6d4",
  "uri": "http://pasture-one-actor/actor/-9bv-5lAP9A",
  "url": "http://pasture-one-actor/actor/-9bv-5lAP9A",
  "created_at": "2024-10-25T18:29:07Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 82,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/-9bv-5lAP9A\" rel=\"noopener\">http://pasture-one-actor/actor/-9bv-5lAP9A</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/K6KMpkrWxiM",
  "published": "2024-10-25T18:29:09Z",
  "object": {
    "type": "Place",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/F5FrMlXvb1c",
    "published": "2024-10-25T18:29:09Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-85ca-7b73-76bb-8ddd863cf740",
  "uri": "http://pasture-one-actor/actor/F5FrMlXvb1c",
  "url": "http://pasture-one-actor/actor/F5FrMlXvb1c",
  "created_at": "2024-10-25T18:29:09Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 83,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/F5FrMlXvb1c\" rel=\"noopener\">http://pasture-one-actor/actor/F5FrMlXvb1c</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/oCz7e-8W92M",
  "published": "2024-10-25T18:29:10Z",
  "object": {
    "type": "Profile",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/DO7UI5HSOxY",
    "published": "2024-10-25T18:29:10Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-8ba8-4c02-08ee-ebb43306b8c2",
  "uri": "http://pasture-one-actor/actor/DO7UI5HSOxY",
  "url": "http://pasture-one-actor/actor/DO7UI5HSOxY",
  "created_at": "2024-10-25T18:29:10Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 84,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/DO7UI5HSOxY\" rel=\"noopener\">http://pasture-one-actor/actor/DO7UI5HSOxY</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/R97WBshR0eA",
  "published": "2024-10-25T18:29:12Z",
  "object": {
    "type": "Relationship",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/SQ47gsPRA5Y",
    "published": "2024-10-25T18:29:12Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-9183-3047-80ca-c6ebb7b0ae97",
  "uri": "http://pasture-one-actor/actor/SQ47gsPRA5Y",
  "url": "http://pasture-one-actor/actor/SQ47gsPRA5Y",
  "created_at": "2024-10-25T18:29:12Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 85,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/SQ47gsPRA5Y\" rel=\"noopener\">http://pasture-one-actor/actor/SQ47gsPRA5Y</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/0eN1djBgLY8",
  "published": "2024-10-25T18:29:13Z",
  "object": {
    "type": "Tombstone",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/AP7VGuHwlEI",
    "published": "2024-10-25T18:29:13Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-975f-3586-d983-4a4026f55b9d",
  "uri": "http://pasture-one-actor/actor/AP7VGuHwlEI",
  "url": "http://pasture-one-actor/actor/AP7VGuHwlEI",
  "created_at": "2024-10-25T18:29:13Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 86,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/AP7VGuHwlEI\" rel=\"noopener\">http://pasture-one-actor/actor/AP7VGuHwlEI</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/gdA-2iV13d8",
  "published": "2024-10-25T18:29:15Z",
  "object": {
    "type": "Video",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/nLLeH8ysDrA",
    "published": "2024-10-25T18:29:15Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}
mitra
{
  "id": "0192c4f0-9d2f-736e-547a-4f8a739e7591",
  "uri": "http://pasture-one-actor/actor/nLLeH8ysDrA",
  "url": "http://pasture-one-actor/actor/nLLeH8ysDrA",
  "created_at": "2024-10-25T18:29:15Z",
  "edited_at": null,
  "account": {
    "id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-25T18:25:49.832877Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 87,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "<h1>name</h1>content<p><a href=\"http://pasture-one-actor/actor/nLLeH8ysDrA\" rel=\"noopener\">http://pasture-one-actor/actor/nLLeH8ysDrA</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/tFPgiDd0sZA",
  "published": "2024-10-25T18:29:16Z",
  "object": {
    "type": [
      "Note",
      "Article"
    ],
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/rqpVYkK2tCY",
    "published": "2024-10-25T18:29:16Z",
    "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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/dttTL7GrRl4",
  "published": "2024-10-25T18:29:27Z",
  "object": {
    "type": null,
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/5bam9-oAKG0",
    "published": "2024-10-25T18:29:27Z",
    "name": "name",
    "summary": "summary",
    "content": "content"
  }
}

no result