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 the attribute 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://mitra/users/admin"
  ],
  "id": "http://pasture-one-actor/actor/H1EhrPxXNwQ",
  "published": "2025-07-31T12:03:14Z",
  "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/QPVGCPHQLOw",
    "published": "2025-07-31T12:03:14Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mitra
{
  "id": "0198605d-783d-22e0-c649-8870640f56d0",
  "uri": "http://pasture-one-actor/actor/QPVGCPHQLOw",
  "url": "http://pasture-one-actor/actor/QPVGCPHQLOw",
  "created_at": "2025-07-31T12:03:14.000Z",
  "edited_at": null,
  "account": {
    "id": "01986058-7cab-434e-fbce-443b1a7a54af",
    "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": "2025-07-31T11:57:48.587Z",
    "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": 153,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "quote attribute",
  "language": null,
  "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,
  "poll": null,
  "media_attachments": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 153,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": false,
      "ipfs_cid": null,
      "links": []
    }
  },
  "mentions": [
    {
      "id": "01986057-420a-112f-c797-87067c04b328",
      "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": {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 153,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": false,
      "ipfs_cid": null,
      "links": []
    },
    "quote_visible": true
  },
  "hidden": false,
  "ipfs_cid": null,
  "links": [
    {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 153,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": 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/F4FOd6wrW8E",
  "published": "2025-07-31T12:03:15Z",
  "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/Jm6htkOHf8o",
    "published": "2025-07-31T12:03:15Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mitra
{
  "id": "0198605d-7dfe-d20f-bd3f-795312b7dc31",
  "uri": "http://pasture-one-actor/actor/Jm6htkOHf8o",
  "url": "http://pasture-one-actor/actor/Jm6htkOHf8o",
  "created_at": "2025-07-31T12:03:15.000Z",
  "edited_at": null,
  "account": {
    "id": "01986058-7cab-434e-fbce-443b1a7a54af",
    "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": "2025-07-31T11:57:48.587Z",
    "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": 154,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "quoteUri attribute",
  "language": null,
  "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,
  "poll": null,
  "media_attachments": [],
  "quote": null,
  "mentions": [
    {
      "id": "01986057-420a-112f-c797-87067c04b328",
      "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": true
  },
  "hidden": 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/dUc2Bz3xqfc",
  "published": "2025-07-31T12:03:16Z",
  "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/LdTpgoKFWa4",
    "published": "2025-07-31T12:03:16Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mitra
{
  "id": "0198605d-83e6-e503-d85e-9cff4f94640f",
  "uri": "http://pasture-one-actor/actor/LdTpgoKFWa4",
  "url": "http://pasture-one-actor/actor/LdTpgoKFWa4",
  "created_at": "2025-07-31T12:03:16.000Z",
  "edited_at": null,
  "account": {
    "id": "01986058-7cab-434e-fbce-443b1a7a54af",
    "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": "2025-07-31T11:57:48.587Z",
    "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": 155,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "quoteUrl attribute",
  "language": null,
  "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,
  "poll": null,
  "media_attachments": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 155,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": false,
      "ipfs_cid": null,
      "links": []
    }
  },
  "mentions": [
    {
      "id": "01986057-420a-112f-c797-87067c04b328",
      "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": {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 155,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": false,
      "ipfs_cid": null,
      "links": []
    },
    "quote_visible": true
  },
  "hidden": false,
  "ipfs_cid": null,
  "links": [
    {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 155,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": 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/eZ4iOfP3vEY",
  "published": "2025-07-31T12:03:18Z",
  "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/IdhhrfTFe6k",
    "published": "2025-07-31T12:03:18Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mitra
{
  "id": "0198605d-89c3-e8a7-c144-293c30678563",
  "uri": "http://pasture-one-actor/actor/IdhhrfTFe6k",
  "url": "http://pasture-one-actor/actor/IdhhrfTFe6k",
  "created_at": "2025-07-31T12:03:18.000Z",
  "edited_at": null,
  "account": {
    "id": "01986058-7cab-434e-fbce-443b1a7a54af",
    "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": "2025-07-31T11:57:48.587Z",
    "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": 156,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "_misskey_quote attribute",
  "language": null,
  "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,
  "poll": null,
  "media_attachments": [],
  "quote": null,
  "mentions": [
    {
      "id": "01986057-420a-112f-c797-87067c04b328",
      "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": true
  },
  "hidden": 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/0gJH5XUndyk",
  "published": "2025-07-31T12:03:19Z",
  "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/sKbMoI7zOCM",
    "published": "2025-07-31T12:03:19Z",
    "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"
      }
    ]
  }
}
mitra
{
  "id": "0198605d-8f9e-38cf-3488-0e057a61f851",
  "uri": "http://pasture-one-actor/actor/sKbMoI7zOCM",
  "url": "http://pasture-one-actor/actor/sKbMoI7zOCM",
  "created_at": "2025-07-31T12:03:19.000Z",
  "edited_at": null,
  "account": {
    "id": "01986058-7cab-434e-fbce-443b1a7a54af",
    "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": "2025-07-31T11:57:48.587Z",
    "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": 157,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "FEP-e232 tag",
  "language": null,
  "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,
  "poll": null,
  "media_attachments": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 157,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": false,
      "ipfs_cid": null,
      "links": []
    }
  },
  "mentions": [
    {
      "id": "01986057-420a-112f-c797-87067c04b328",
      "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": {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 157,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": false,
      "ipfs_cid": null,
      "links": []
    },
    "quote_visible": true
  },
  "hidden": false,
  "ipfs_cid": null,
  "links": [
    {
      "id": "01986059-1d0a-fef2-b746-eb00d7f45951",
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "created_at": "2024-01-06T13:11:45.000Z",
      "edited_at": null,
      "account": {
        "id": "01986058-7cab-434e-fbce-443b1a7a54af",
        "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": "2025-07-31T11:57:48.587Z",
        "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": 157,
        "source": null,
        "role": null,
        "authentication_methods": null,
        "client_config": null
      },
      "content": "One",
      "language": null,
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "reblog": null,
      "visibility": "public",
      "sensitive": false,
      "spoiler_text": "",
      "pinned": false,
      "replies_count": 2,
      "favourites_count": 0,
      "reblogs_count": 0,
      "poll": null,
      "media_attachments": [],
      "quote": null,
      "mentions": [],
      "tags": [],
      "emojis": [],
      "favourited": false,
      "reblogged": false,
      "bookmarked": false,
      "pleroma": {
        "emoji_reactions": [],
        "in_reply_to_account_acct": null,
        "parent_visible": true,
        "quote": null,
        "quote_visible": true
      },
      "hidden": false,
      "ipfs_cid": null,
      "links": []
    }
  ]
}