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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/pavV-4eqeKM",
  "published": "2025-11-21T13:30:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/8c0e00clngQ",
    "published": "2025-11-21T13:30:54Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115587930840122618",
  "created_at": "2025-11-21T13:30:54.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/8c0e00clngQ",
  "url": "http://pasture-one-actor/object/8c0e00clngQ",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quote attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 208,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 1,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 208,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/_PmMtjqZLEQ",
  "published": "2025-11-21T13:30:55Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/llaPuHPbPQk",
    "published": "2025-11-21T13:30:55Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115587930909027525",
  "created_at": "2025-11-21T13:30:55.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/llaPuHPbPQk",
  "url": "http://pasture-one-actor/object/llaPuHPbPQk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUri attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 209,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 1,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 209,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/KhP0eihORKg",
  "published": "2025-11-21T13:30:56Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/CyP4dRxkfyk",
    "published": "2025-11-21T13:30:56Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115587930970277876",
  "created_at": "2025-11-21T13:30:56.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/CyP4dRxkfyk",
  "url": "http://pasture-one-actor/object/CyP4dRxkfyk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUrl attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 210,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 1,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 210,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/6JA8FpvcC2M",
  "published": "2025-11-21T13:30:57Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/RsEotIaj_Og",
    "published": "2025-11-21T13:30:57Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
  }
}
mastodon
{
  "id": "115587931030609292",
  "created_at": "2025-11-21T13:30:57.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/RsEotIaj_Og",
  "url": "http://pasture-one-actor/object/RsEotIaj_Og",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "_misskey_quote attribute",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 211,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 1,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 211,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/vAOe1ZMjNME",
  "published": "2025-11-21T13:30:58Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/eJYsRA5j4hs",
    "published": "2025-11-21T13:30:58Z",
    "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"
      }
    ]
  }
}
mastodon
{
  "id": "115587931091933295",
  "created_at": "2025-11-21T13:30:58.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/eJYsRA5j4hs",
  "url": "http://pasture-one-actor/object/eJYsRA5j4hs",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "FEP-e232 tag",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 212,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": null,
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/oZDm9J-76I0",
  "published": "2025-11-21T13:30:59Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/flpYlUHNWdM",
    "published": "2025-11-21T13:30:59Z",
    "@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"
  }
}
mastodon
{
  "id": "115587931154074996",
  "created_at": "2025-11-21T13:30:59.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/flpYlUHNWdM",
  "url": "http://pasture-one-actor/object/flpYlUHNWdM",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quote attribute with @context",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 213,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 2,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 213,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/u2-zrzROmkg",
  "published": "2025-11-21T13:31:00Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/suGCg2cclf8",
    "published": "2025-11-21T13:31:00Z",
    "@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"
  }
}
mastodon
{
  "id": "115587931217438806",
  "created_at": "2025-11-21T13:31:00.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/suGCg2cclf8",
  "url": "http://pasture-one-actor/object/suGCg2cclf8",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUri attribute with @context",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 214,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 2,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 214,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/CXDAHLMUZEo",
  "published": "2025-11-21T13:31:01Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/HcVkMRvB4go",
    "published": "2025-11-21T13:31:01Z",
    "@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"
  }
}
mastodon
{
  "id": "115587931284166233",
  "created_at": "2025-11-21T13:31:01.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/HcVkMRvB4go",
  "url": "http://pasture-one-actor/object/HcVkMRvB4go",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUrl attribute with @context",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 215,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 2,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 215,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/aQizw-lwB0c",
  "published": "2025-11-21T13:31:02Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/rAP2vovGU6E",
    "published": "2025-11-21T13:31:02Z",
    "@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"
  }
}
mastodon
{
  "id": "115587931346307617",
  "created_at": "2025-11-21T13:31:02.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/rAP2vovGU6E",
  "url": "http://pasture-one-actor/object/rAP2vovGU6E",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "_misskey_quote attribute with @context",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 216,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 2,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 216,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/NugcUBeuwkk",
  "published": "2025-11-21T13:31:03Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/cCo-EuLOe8g",
    "published": "2025-11-21T13:31:03Z",
    "content": "quote attribute as list",
    "quote": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}
mastodon
{
  "id": "115587931412088006",
  "created_at": "2025-11-21T13:31:03.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/cCo-EuLOe8g",
  "url": "http://pasture-one-actor/object/cCo-EuLOe8g",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quote attribute as list",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 217,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 3,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 217,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/jbauPSF-Lyc",
  "published": "2025-11-21T13:31:04Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/TjqlHZpeNIA",
    "published": "2025-11-21T13:31:04Z",
    "content": "quoteUri attribute as list",
    "quoteUri": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}
mastodon
{
  "id": "115587931477964260",
  "created_at": "2025-11-21T13:31:04.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/TjqlHZpeNIA",
  "url": "http://pasture-one-actor/object/TjqlHZpeNIA",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUri attribute as list",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 218,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 3,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 218,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/HhErFfJEqc4",
  "published": "2025-11-21T13:31:05Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/loUogc0K02U",
    "published": "2025-11-21T13:31:05Z",
    "content": "quoteUrl attribute as list",
    "quoteUrl": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}
mastodon
{
  "id": "115587931546576511",
  "created_at": "2025-11-21T13:31:05.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/loUogc0K02U",
  "url": "http://pasture-one-actor/object/loUogc0K02U",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "quoteUrl attribute as list",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 219,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 3,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 219,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}

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": [
    "http://mastodon/users/hippo",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/JWB9fwojeyA",
  "published": "2025-11-21T13:31:06Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mastodon/users/hippo"
    ],
    "id": "http://pasture-one-actor/object/KmLC_113MUk",
    "published": "2025-11-21T13:31:06Z",
    "content": "_misskey_quote attribute as list",
    "_misskey_quote": [
      "http://pasture-one-actor/assets/note1.jsonap",
      "http://pasture-one-actor/assets/note2.jsonap"
    ]
  }
}
mastodon
{
  "id": "115587931610259050",
  "created_at": "2025-11-21T13:31:06.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/KmLC_113MUk",
  "url": "http://pasture-one-actor/object/KmLC_113MUk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "quotes_count": 0,
  "edited_at": null,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "_misskey_quote attribute as list",
  "filtered": [],
  "reblog": null,
  "account": {
    "id": "115587904635725355",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": false,
    "indexable": false,
    "group": false,
    "created_at": "2025-11-21T00:00:00.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "uri": "http://pasture-one-actor/actor",
    "avatar": "http://localhost:2970/system/avatars/original/missing.png",
    "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
    "header": "http://localhost:2970/system/headers/original/missing.png",
    "header_static": "http://localhost:2970/system/headers/original/missing.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 220,
    "last_status_at": "2025-11-21",
    "hide_collections": true,
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "quote": {
    "state": "accepted",
    "quoted_status": {
      "id": "111709172888574587",
      "created_at": "2024-01-06T13:11:45.000Z",
      "in_reply_to_id": null,
      "in_reply_to_account_id": null,
      "sensitive": false,
      "spoiler_text": "",
      "visibility": "public",
      "language": null,
      "uri": "http://pasture-one-actor/assets/note1.jsonap",
      "url": "http://pasture-one-actor/assets/note1.jsonap",
      "replies_count": 1,
      "reblogs_count": 0,
      "favourites_count": 0,
      "quotes_count": 3,
      "edited_at": null,
      "favourited": false,
      "reblogged": false,
      "muted": false,
      "bookmarked": false,
      "content": "One",
      "filtered": [],
      "reblog": null,
      "account": {
        "id": "115587904635725355",
        "username": "actor",
        "acct": "actor@pasture-one-actor",
        "display_name": "Test Actor",
        "locked": false,
        "bot": false,
        "discoverable": false,
        "indexable": false,
        "group": false,
        "created_at": "2025-11-21T00:00:00.000Z",
        "note": "",
        "url": "http://pasture-one-actor/actor",
        "uri": "http://pasture-one-actor/actor",
        "avatar": "http://localhost:2970/system/avatars/original/missing.png",
        "avatar_static": "http://localhost:2970/system/avatars/original/missing.png",
        "header": "http://localhost:2970/system/headers/original/missing.png",
        "header_static": "http://localhost:2970/system/headers/original/missing.png",
        "followers_count": 0,
        "following_count": 0,
        "statuses_count": 220,
        "last_status_at": "2025-11-21",
        "hide_collections": true,
        "emojis": [],
        "fields": []
      },
      "media_attachments": [],
      "mentions": [],
      "tags": [],
      "emojis": [],
      "quote": null,
      "card": null,
      "poll": null,
      "quote_approval": {
        "automatic": [],
        "manual": [],
        "current_user": "denied"
      }
    }
  },
  "card": null,
  "poll": null,
  "quote_approval": {
    "automatic": [],
    "manual": [],
    "current_user": "denied"
  }
}