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": [
    "http://pyfedi.local/c/pie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/kdqc9AUR_IQ",
  "published": "2025-09-08T17:34:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pyfedi.local/c/pie"
    ],
    "id": "http://pasture-one-actor/object/KDB_TdrpXeY",
    "published": "2025-09-08T17:34:47Z",
    "content": "quote attribute",
    "quote": "http://pasture-one-actor/assets/note1.jsonap",
    "tag": [
      {
        "type": "Mention",
        "href": "http://pyfedi.local/c/pie"
      }
    ]
  }
}
pyfedi
{
  "id": 177,
  "user_id": 2,
  "community_id": 1,
  "title": "[Microblog] quote attribute",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-08T17:34:48.124828Z",
  "ap_id": "http://pasture-one-actor/object/KDB_TdrpXeY",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "quote attribute"
}

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://pyfedi.local/c/pie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/r3sYW4ImoNM",
  "published": "2025-09-08T17:34:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pyfedi.local/c/pie"
    ],
    "id": "http://pasture-one-actor/object/2zjhXFv3HX0",
    "published": "2025-09-08T17:34:48Z",
    "content": "quoteUri attribute",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
    "tag": [
      {
        "type": "Mention",
        "href": "http://pyfedi.local/c/pie"
      }
    ]
  }
}
pyfedi
{
  "id": 178,
  "user_id": 2,
  "community_id": 1,
  "title": "[Microblog] quoteUri attribute",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-08T17:34:48.942885Z",
  "ap_id": "http://pasture-one-actor/object/2zjhXFv3HX0",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "quoteUri attribute"
}

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://pyfedi.local/c/pie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/eqPWng9KjIA",
  "published": "2025-09-08T17:34:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pyfedi.local/c/pie"
    ],
    "id": "http://pasture-one-actor/object/cHw5os7Mo6g",
    "published": "2025-09-08T17:34:49Z",
    "content": "quoteUrl attribute",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
    "tag": [
      {
        "type": "Mention",
        "href": "http://pyfedi.local/c/pie"
      }
    ]
  }
}
pyfedi
{
  "id": 179,
  "user_id": 2,
  "community_id": 1,
  "title": "[Microblog] quoteUrl attribute",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-08T17:34:49.742961Z",
  "ap_id": "http://pasture-one-actor/object/cHw5os7Mo6g",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "quoteUrl attribute"
}

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://pyfedi.local/c/pie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/7YfaR5FPuBw",
  "published": "2025-09-08T17:34:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pyfedi.local/c/pie"
    ],
    "id": "http://pasture-one-actor/object/Lvk02LsQJYI",
    "published": "2025-09-08T17:34:50Z",
    "content": "_misskey_quote attribute",
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
    "tag": [
      {
        "type": "Mention",
        "href": "http://pyfedi.local/c/pie"
      }
    ]
  }
}
pyfedi
{
  "id": 180,
  "user_id": 2,
  "community_id": 1,
  "title": "_misskey_quote attribute",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-08T17:34:50.542874Z",
  "ap_id": "http://pasture-one-actor/object/Lvk02LsQJYI",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "_misskey_quote attribute"
}

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://pyfedi.local/c/pie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/AMZiDJJAY0U",
  "published": "2025-09-08T17:34:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://pyfedi.local/c/pie"
    ],
    "id": "http://pasture-one-actor/object/kZDbh-fn1jA",
    "published": "2025-09-08T17:34:51Z",
    "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"
      },
      {
        "type": "Mention",
        "href": "http://pyfedi.local/c/pie"
      }
    ]
  }
}
pyfedi
{
  "id": 181,
  "user_id": 2,
  "community_id": 1,
  "title": "[Microblog] FEP-e232 tag",
  "deleted": false,
  "nsfw": false,
  "sticky": false,
  "published": "2025-09-08T17:34:51.382956Z",
  "ap_id": "http://pasture-one-actor/object/kZDbh-fn1jA",
  "local": false,
  "language_id": 2,
  "removed": false,
  "locked": false,
  "body": "FEP-e232 tag"
}