Skip to content

Quotes

The examples are generated as follows. For name attribute, the object contains

{
    "name": "http://pasture-one-actor/assets/note1.jsonap”
}

where name is one of quote, quoteUri, quoteUrl, _misskey_quote. For FEP-e232 tag, the quote is formatted according to FEP-e232: Object Links, i.e.

{
    "tag": [
        {
            "type": "Link",
            "mediaType": "application/ld+json; profile="https://www.w3.org/ns/activitystreams"",
            "rel": "https://misskey-hub.net/ns#_misskey_quote",
            "href": "http://pasture-one-actor/assets/note1.jsonap",
        }
    ],
}

The various forms of a quote post are documented here. We note that some examples treat the content as JSON and not as JSON-LD, i.e. the @context property is not modified. See inputs#71 for more information.

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/hOp3vDBlA7A",
  "published": "2025-11-21T14:33:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/xOFhUl5TGQM",
    "published": "2025-11-21T14:33:38Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 188,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quote attribute",
  "created_at": "2025-11-21T14:33:38.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TORsbNiMdz0HvBia",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quote attribute"
    },
    "context": "http://pasture-one-actor/object/xOFhUl5TGQM",
    "conversation_id": 1150602690,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/xOFhUl5TGQM",
  "url": "http://pasture-one-actor/object/xOFhUl5TGQM",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/RqWYQ5Ig8co",
  "published": "2025-11-21T14:33:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/eXObRkvSS3E",
    "published": "2025-11-21T14:33:38Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 189,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quoteUri attribute<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-11-21T14:33:38.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TORwGy4CgwO8OwSG",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quoteUri attributeRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/eXObRkvSS3E",
    "conversation_id": 1107225249,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-11-21T14:25:48.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "B0TNkYxUs8MNd3bvHM",
        "last_status_at": "2025-11-21",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 189,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "B0TNyci3is8dJh5uHQ",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "content": {
          "text/plain": "One"
        },
        "context": "http://pasture-one-actor/assets/note1.jsonap",
        "conversation_id": 1821429206,
        "direct_conversation_id": null,
        "emoji_reactions": [],
        "expires_at": null,
        "in_reply_to_account_acct": null,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 1,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "B0TNyci3is8dJh5uHQ",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/eXObRkvSS3E",
  "url": "http://pasture-one-actor/object/eXObRkvSS3E",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/uukdAudAdqA",
  "published": "2025-11-21T14:33:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/bD8rTUNgg6E",
    "published": "2025-11-21T14:33:39Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 190,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quoteUrl attribute<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-11-21T14:33:39.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TORzhJKiXv0hkWQq",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quoteUrl attributeRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/bD8rTUNgg6E",
    "conversation_id": 1350793004,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-11-21T14:25:48.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "B0TNkYxUs8MNd3bvHM",
        "last_status_at": "2025-11-21",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 190,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "B0TNyci3is8dJh5uHQ",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "content": {
          "text/plain": "One"
        },
        "context": "http://pasture-one-actor/assets/note1.jsonap",
        "conversation_id": 1821429206,
        "direct_conversation_id": null,
        "emoji_reactions": [],
        "expires_at": null,
        "in_reply_to_account_acct": null,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 2,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "B0TNyci3is8dJh5uHQ",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/bD8rTUNgg6E",
  "url": "http://pasture-one-actor/object/bD8rTUNgg6E",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/RuAYrFrmX34",
  "published": "2025-11-21T14:33:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/E8vA2ib2oqQ",
    "published": "2025-11-21T14:33:40Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 191,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "_misskey_quote attribute<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-11-21T14:33:40.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TOS3F69YM60Ma30q",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "_misskey_quote attributeRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/E8vA2ib2oqQ",
    "conversation_id": 1183767550,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-11-21T14:25:48.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "B0TNkYxUs8MNd3bvHM",
        "last_status_at": "2025-11-21",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 191,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "B0TNyci3is8dJh5uHQ",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "content": {
          "text/plain": "One"
        },
        "context": "http://pasture-one-actor/assets/note1.jsonap",
        "conversation_id": 1821429206,
        "direct_conversation_id": null,
        "emoji_reactions": [],
        "expires_at": null,
        "in_reply_to_account_acct": null,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 3,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "B0TNyci3is8dJh5uHQ",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/E8vA2ib2oqQ",
  "url": "http://pasture-one-actor/object/E8vA2ib2oqQ",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/pgG03x7vjEU",
  "published": "2025-11-21T14:33:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/LudK79MfX50",
    "published": "2025-11-21T14:33:40Z",
    "content": "FEP-e232 tag",
    "tag": [
      {
        "type": "Link",
        "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
        "rel": "https://misskey-hub.net/ns#_misskey_quote",
        "href": "http://pasture-one-actor/assets/note1.jsonap"
      }
    ]
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 192,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "FEP-e232 tag<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-11-21T14:33:40.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TOS6TO8sZK1YI0Ce",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "FEP-e232 tagRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/LudK79MfX50",
    "conversation_id": 331165950,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-11-21T14:25:48.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "B0TNkYxUs8MNd3bvHM",
        "last_status_at": "2025-11-21",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "relationship": {},
          "skip_thread_containment": false,
          "tags": []
        },
        "source": {
          "fields": [],
          "note": "",
          "pleroma": {
            "actor_type": "Person",
            "discoverable": false
          },
          "sensitive": false
        },
        "statuses_count": 192,
        "url": "http://pasture-one-actor/actor",
        "username": "actor"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "B0TNyci3is8dJh5uHQ",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "content": {
          "text/plain": "One"
        },
        "context": "http://pasture-one-actor/assets/note1.jsonap",
        "conversation_id": 1821429206,
        "direct_conversation_id": null,
        "emoji_reactions": [],
        "expires_at": null,
        "in_reply_to_account_acct": null,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 4,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "B0TNyci3is8dJh5uHQ",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/LudK79MfX50",
  "url": "http://pasture-one-actor/object/LudK79MfX50",
  "visibility": "public"
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "quoteUrl": "as:quoteUrl",
      "quoteUri": "http://fedibird.com/ns#quoteUri",
      "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
      "quote": {
        "@id": "https://w3id.org/fep/044f#quote",
        "@type": "@id"
      }
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/U7KJK0g82r4",
  "published": "2025-11-21T14:33:41Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/_kS7rvhWGQE",
    "published": "2025-11-21T14:33:41Z",
    "@context": [
      "https://www.w3.org/ns/activitystreams",
      {
        "quoteUrl": "as:quoteUrl",
        "quoteUri": "http://fedibird.com/ns#quoteUri",
        "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
        "quote": {
          "@id": "https://w3id.org/fep/044f#quote",
          "@type": "@id"
        }
      }
    ],
    "content": "quote attribute with @context",
    "quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 193,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quote attribute with @context",
  "created_at": "2025-11-21T14:33:41.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TOSA68fGLdGbRUWG",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quote attribute with @context"
    },
    "context": "http://pasture-one-actor/object/_kS7rvhWGQE",
    "conversation_id": 862853153,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/_kS7rvhWGQE",
  "url": "http://pasture-one-actor/object/_kS7rvhWGQE",
  "visibility": "public"
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "quoteUrl": "as:quoteUrl",
      "quoteUri": "http://fedibird.com/ns#quoteUri",
      "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
      "quote": {
        "@id": "https://w3id.org/fep/044f#quote",
        "@type": "@id"
      }
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/v79oP6eTcCY",
  "published": "2025-11-21T14:33:41Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/n9W3pNhT7Nk",
    "published": "2025-11-21T14:33:41Z",
    "@context": [
      "https://www.w3.org/ns/activitystreams",
      {
        "quoteUrl": "as:quoteUrl",
        "quoteUri": "http://fedibird.com/ns#quoteUri",
        "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
        "quote": {
          "@id": "https://w3id.org/fep/044f#quote",
          "@type": "@id"
        }
      }
    ],
    "content": "quoteUri attribute with @context",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "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"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quoteUri attribute with @context<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-11-21T14:33:41.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TOSDitBe7wVeayps",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quoteUri attribute with @contextRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/n9W3pNhT7Nk",
    "conversation_id": 380884344,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-11-21T14:25:48.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "B0TNkYxUs8MNd3bvHM",
        "last_status_at": "2025-11-21",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "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"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "B0TNyci3is8dJh5uHQ",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "content": {
          "text/plain": "One"
        },
        "context": "http://pasture-one-actor/assets/note1.jsonap",
        "conversation_id": 1821429206,
        "direct_conversation_id": null,
        "emoji_reactions": [],
        "expires_at": null,
        "in_reply_to_account_acct": null,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 5,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "B0TNyci3is8dJh5uHQ",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/n9W3pNhT7Nk",
  "url": "http://pasture-one-actor/object/n9W3pNhT7Nk",
  "visibility": "public"
}

Example 8

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "quoteUrl": "as:quoteUrl",
      "quoteUri": "http://fedibird.com/ns#quoteUri",
      "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
      "quote": {
        "@id": "https://w3id.org/fep/044f#quote",
        "@type": "@id"
      }
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/3F13w_LIJ28",
  "published": "2025-11-21T14:33:42Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/M2Oi0nIvC4k",
    "published": "2025-11-21T14:33:42Z",
    "@context": [
      "https://www.w3.org/ns/activitystreams",
      {
        "quoteUrl": "as:quoteUrl",
        "quoteUri": "http://fedibird.com/ns#quoteUri",
        "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
        "quote": {
          "@id": "https://w3id.org/fep/044f#quote",
          "@type": "@id"
        }
      }
    ],
    "content": "quoteUrl attribute with @context",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "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"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quoteUrl attribute with @context<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-11-21T14:33:42.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TOSH4yhyZwv1xABM",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quoteUrl attribute with @contextRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/M2Oi0nIvC4k",
    "conversation_id": 298223744,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-11-21T14:25:48.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "B0TNkYxUs8MNd3bvHM",
        "last_status_at": "2025-11-21",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "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"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "B0TNyci3is8dJh5uHQ",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "content": {
          "text/plain": "One"
        },
        "context": "http://pasture-one-actor/assets/note1.jsonap",
        "conversation_id": 1821429206,
        "direct_conversation_id": null,
        "emoji_reactions": [],
        "expires_at": null,
        "in_reply_to_account_acct": null,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 6,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "B0TNyci3is8dJh5uHQ",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/M2Oi0nIvC4k",
  "url": "http://pasture-one-actor/object/M2Oi0nIvC4k",
  "visibility": "public"
}

Example 9

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "quoteUrl": "as:quoteUrl",
      "quoteUri": "http://fedibird.com/ns#quoteUri",
      "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
      "quote": {
        "@id": "https://w3id.org/fep/044f#quote",
        "@type": "@id"
      }
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/auivJzg_RWE",
  "published": "2025-11-21T14:33:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/k0YAgRxUuX4",
    "published": "2025-11-21T14:33:43Z",
    "@context": [
      "https://www.w3.org/ns/activitystreams",
      {
        "quoteUrl": "as:quoteUrl",
        "quoteUri": "http://fedibird.com/ns#quoteUri",
        "_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
        "quote": {
          "@id": "https://w3id.org/fep/044f#quote",
          "@type": "@id"
        }
      }
    ],
    "content": "_misskey_quote attribute with @context",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "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"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "_misskey_quote attribute with @context<span class=\"quote-inline\"><br/><br/><bdi>RT:</bdi> <a href=\"http://pasture-one-actor/assets/note1.jsonap\">http://pasture-one-actor/assets/note1.jsonap</a></span>",
  "created_at": "2025-11-21T14:33:43.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TOSKWjtDZFbzxsMy",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "_misskey_quote attribute with @contextRT: http://pasture-one-actor/assets/note1.jsonap"
    },
    "context": "http://pasture-one-actor/object/k0YAgRxUuX4",
    "conversation_id": 656748500,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": {
      "account": {
        "acct": "actor@pasture-one-actor",
        "avatar": "http://pleroma/images/avi.png",
        "avatar_static": "http://pleroma/images/avi.png",
        "bot": false,
        "created_at": "2025-11-21T14:25:48.000Z",
        "display_name": "Test Actor",
        "emojis": [],
        "fields": [],
        "followers_count": 0,
        "following_count": 0,
        "fqn": "actor@pasture-one-actor",
        "header": "http://pleroma/images/banner.png",
        "header_static": "http://pleroma/images/banner.png",
        "id": "B0TNkYxUs8MNd3bvHM",
        "last_status_at": "2025-11-21",
        "locked": false,
        "note": "",
        "pleroma": {
          "accepts_chat_messages": null,
          "also_known_as": [],
          "ap_id": "http://pasture-one-actor/actor",
          "avatar_description": "",
          "background_image": null,
          "favicon": null,
          "header_description": "",
          "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,
          "privileges": [],
          "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"
      },
      "application": null,
      "bookmarked": false,
      "card": null,
      "content": "One",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "emojis": [],
      "favourited": false,
      "favourites_count": 0,
      "id": "B0TNyci3is8dJh5uHQ",
      "in_reply_to_account_id": null,
      "in_reply_to_id": null,
      "language": null,
      "media_attachments": [],
      "mentions": [],
      "muted": false,
      "pinned": false,
      "pleroma": {
        "bookmark_folder": null,
        "content": {
          "text/plain": "One"
        },
        "context": "http://pasture-one-actor/assets/note1.jsonap",
        "conversation_id": 1821429206,
        "direct_conversation_id": null,
        "emoji_reactions": [],
        "expires_at": null,
        "in_reply_to_account_acct": null,
        "list_id": null,
        "local": false,
        "parent_visible": false,
        "pinned_at": null,
        "quote": null,
        "quote_id": null,
        "quote_url": null,
        "quote_visible": false,
        "quotes_count": 7,
        "spoiler_text": {
          "text/plain": ""
        },
        "thread_muted": false
      },
      "poll": null,
      "reblog": null,
      "reblogged": false,
      "reblogs_count": 0,
      "replies_count": 4,
      "sensitive": false,
      "spoiler_text": "",
      "tags": [],
      "text": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "visibility": "unlisted"
    },
    "quote_id": "B0TNyci3is8dJh5uHQ",
    "quote_url": "http://pasture-one-actor/assets/note1.jsonap",
    "quote_visible": true,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/k0YAgRxUuX4",
  "url": "http://pasture-one-actor/object/k0YAgRxUuX4",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/py-Wo9belpA",
  "published": "2025-11-21T14:33:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/BaKJ5hNtyYs",
    "published": "2025-11-21T14:33:43Z",
    "content": "quote attribute as list",
    "quote": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}
pleroma
{
  "account": {
    "acct": "actor@pasture-one-actor",
    "avatar": "http://pleroma/images/avi.png",
    "avatar_static": "http://pleroma/images/avi.png",
    "bot": false,
    "created_at": "2025-11-21T14:25:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://pleroma/images/banner.png",
    "header_static": "http://pleroma/images/banner.png",
    "id": "B0TNkYxUs8MNd3bvHM",
    "last_status_at": "2025-11-21",
    "locked": false,
    "note": "",
    "pleroma": {
      "accepts_chat_messages": null,
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "avatar_description": "",
      "background_image": null,
      "favicon": null,
      "header_description": "",
      "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,
      "privileges": [],
      "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"
  },
  "application": null,
  "bookmarked": false,
  "card": null,
  "content": "quote attribute as list",
  "created_at": "2025-11-21T14:33:43.000Z",
  "edited_at": null,
  "emojis": [],
  "favourited": false,
  "favourites_count": 0,
  "id": "B0TOSNnri037lz05yq",
  "in_reply_to_account_id": null,
  "in_reply_to_id": null,
  "language": null,
  "media_attachments": [],
  "mentions": [
    {
      "acct": "full",
      "id": "B0TNd1fPsTPFz9H6gK",
      "url": "http://pleroma/users/full",
      "username": "full"
    }
  ],
  "muted": false,
  "pinned": false,
  "pleroma": {
    "bookmark_folder": null,
    "content": {
      "text/plain": "quote attribute as list"
    },
    "context": "http://pasture-one-actor/object/BaKJ5hNtyYs",
    "conversation_id": 209928303,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "list_id": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "quote": null,
    "quote_id": null,
    "quote_url": null,
    "quote_visible": false,
    "quotes_count": 0,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "poll": null,
  "reblog": null,
  "reblogged": false,
  "reblogs_count": 0,
  "replies_count": 0,
  "sensitive": false,
  "spoiler_text": "",
  "tags": [],
  "text": null,
  "uri": "http://pasture-one-actor/object/BaKJ5hNtyYs",
  "url": "http://pasture-one-actor/object/BaKJ5hNtyYs",
  "visibility": "public"
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/wH1szr4oobI",
  "published": "2025-11-21T14:33:44Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/80VOjbVEbaI",
    "published": "2025-11-21T14:33:44Z",
    "content": "quoteUri attribute as list",
    "quoteUri": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/e2Rvz7e7L5g",
  "published": "2025-11-21T14:33:56Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/KR1DVflACIo",
    "published": "2025-11-21T14:33:56Z",
    "content": "quoteUrl attribute as list",
    "quoteUrl": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}

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://pleroma/users/full"
  ],
  "id": "http://pasture-one-actor/activity/le38tDemrkA",
  "published": "2025-11-21T14:34:07Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pleroma/users/full"
    ],
    "id": "http://pasture-one-actor/object/E10v8OdcVSs",
    "published": "2025-11-21T14:34:07Z",
    "content": "_misskey_quote attribute as list",
    "_misskey_quote": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}

no result