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.

Objects

Object 1

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "attributedTo": "http://actor.example",
  "content": "quote attribute",
  "id": "http://actor.example/dbb_6jZdILo",
  "published": "2025-07-31T07:23:46Z",
  "quote": "http://pasture-one-actor/assets/note1.jsonap",
  "to": [
    "as:Public"
  ],
  "type": "Note"
}

Object 2

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "attributedTo": "http://actor.example",
  "content": "quoteUri attribute",
  "id": "http://actor.example/L2-fMX45514",
  "published": "2025-07-31T07:23:46Z",
  "quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
  "to": [
    "as:Public"
  ],
  "type": "Note"
}

Object 3

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "attributedTo": "http://actor.example",
  "content": "quoteUrl attribute",
  "id": "http://actor.example/5nPIeEiUjH8",
  "published": "2025-07-31T07:23:46Z",
  "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
  "to": [
    "as:Public"
  ],
  "type": "Note"
}

Object 4

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
  "attributedTo": "http://actor.example",
  "content": "_misskey_quote attribute",
  "id": "http://actor.example/jhA8tdA5BJY",
  "published": "2025-07-31T07:23:46Z",
  "to": [
    "as:Public"
  ],
  "type": "Note"
}

Object 5

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "attributedTo": "http://actor.example",
  "content": "FEP-e232 tag",
  "id": "http://actor.example/OcSKBstsBmI",
  "published": "2025-07-31T07:23:46Z",
  "tag": [
    {
      "href": "http://pasture-one-actor/assets/note1.jsonap",
      "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
      "rel": "https://misskey-hub.net/ns#_misskey_quote",
      "type": "Link"
    }
  ],
  "to": [
    "as:Public"
  ],
  "type": "Note"
}

Activities

Activity 1

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "actor": "http://actor.example",
  "id": "http://actor.example/eBnHvw1VNKQ",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "quote attribute",
    "id": "http://actor.example/9ZJR57NhYKQ",
    "published": "2025-07-31T07:23:46Z",
    "quote": "http://pasture-one-actor/assets/note1.jsonap",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-07-31T07:23:46Z",
  "to": [
    "as:Public",
    "http://remote.example/"
  ],
  "type": "Create"
}

Activity 2

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "actor": "http://actor.example",
  "id": "http://actor.example/TSmY0yEfm_M",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "quoteUri attribute",
    "id": "http://actor.example/snps3LJa8zg",
    "published": "2025-07-31T07:23:46Z",
    "quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-07-31T07:23:46Z",
  "to": [
    "as:Public",
    "http://remote.example/"
  ],
  "type": "Create"
}

Activity 3

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "actor": "http://actor.example",
  "id": "http://actor.example/kPLll2OLoL4",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "quoteUrl attribute",
    "id": "http://actor.example/k3BozQBslhY",
    "published": "2025-07-31T07:23:46Z",
    "quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-07-31T07:23:46Z",
  "to": [
    "as:Public",
    "http://remote.example/"
  ],
  "type": "Create"
}

Activity 4

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "actor": "http://actor.example",
  "id": "http://actor.example/SiCmFowd6rE",
  "object": {
    "_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
    "attributedTo": "http://actor.example",
    "content": "_misskey_quote attribute",
    "id": "http://actor.example/U7-GJFeoUMA",
    "published": "2025-07-31T07:23:46Z",
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-07-31T07:23:46Z",
  "to": [
    "as:Public",
    "http://remote.example/"
  ],
  "type": "Create"
}

Activity 5

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "actor": "http://actor.example",
  "id": "http://actor.example/f2xkCgDMJnc",
  "object": {
    "attributedTo": "http://actor.example",
    "content": "FEP-e232 tag",
    "id": "http://actor.example/5B2ZHoW8j8Q",
    "published": "2025-07-31T07:23:46Z",
    "tag": [
      {
        "href": "http://pasture-one-actor/assets/note1.jsonap",
        "mediaType": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"",
        "rel": "https://misskey-hub.net/ns#_misskey_quote",
        "type": "Link"
      }
    ],
    "to": [
      "as:Public",
      "http://remote.example/"
    ],
    "type": "Note"
  },
  "published": "2025-07-31T07:23:46Z",
  "to": [
    "as:Public",
    "http://remote.example/"
  ],
  "type": "Create"
}