Quotes¶
The examples are generated as follows. For name
attribute, the object contains
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.
Support Table Preview¶
Object | Activity | |
---|---|---|
quote attribute | Object | Activity |
quoteUri attribute | Object | Activity |
quoteUrl attribute | Object | Activity |
_misskey_quote attribute | Object | Activity |
FEP-e232 tag | Object | Activity |
quote attribute with @context | Object | Activity |
quoteUri attribute with @context | Object | Activity |
quoteUrl attribute with @context | Object | Activity |
_misskey_quote attribute with @context | Object | Activity |
quote attribute as list | Object | Activity |
quoteUri attribute as list | Object | Activity |
quoteUrl attribute as list | Object | Activity |
_misskey_quote attribute as list | Object | Activity |
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/object/zOCYU3zWIT0",
"published": "2025-10-12T08:53:00Z",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#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/object/EFXC268L0e0",
"published": "2025-10-12T08:53:00Z",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#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/object/EYTmhe-H_L4",
"published": "2025-10-12T08:53:00Z",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#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/object/zym_bTvFOlI",
"published": "2025-10-12T08:53:00Z",
"to": [
"https://www.w3.org/ns/activitystreams#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/object/7CaIxFLp5Fw",
"published": "2025-10-12T08:53:00Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 6¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"attributedTo": "http://actor.example",
"content": "quote attribute with @context",
"id": "http://actor.example/object/Npaf316UIKo",
"published": "2025-10-12T08:53:00Z",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 7¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"attributedTo": "http://actor.example",
"content": "quoteUri attribute with @context",
"id": "http://actor.example/object/Vez7i2e5pxo",
"published": "2025-10-12T08:53:00Z",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 8¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute with @context",
"id": "http://actor.example/object/BKuq72X8o4s",
"published": "2025-10-12T08:53:00Z",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 9¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
"attributedTo": "http://actor.example",
"content": "_misskey_quote attribute with @context",
"id": "http://actor.example/object/kL9-ZoysKJ0",
"published": "2025-10-12T08:53:00Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 10¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "quote attribute as list",
"id": "http://actor.example/object/casGm4pBIOk",
"published": "2025-10-12T08:53:00Z",
"quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 11¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "quoteUri attribute as list",
"id": "http://actor.example/object/G8okdQ6Mm68",
"published": "2025-10-12T08:53:00Z",
"quoteUri": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 12¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute as list",
"id": "http://actor.example/object/JZO1yTClfH0",
"published": "2025-10-12T08:53:00Z",
"quoteUrl": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Note"
}
Object 13¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"_misskey_quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"attributedTo": "http://actor.example",
"content": "_misskey_quote attribute as list",
"id": "http://actor.example/object/AP6hLY--Ftw",
"published": "2025-10-12T08:53:00Z",
"to": [
"https://www.w3.org/ns/activitystreams#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/activity/TtZdieXiirY",
"object": {
"attributedTo": "http://actor.example",
"content": "quote attribute",
"id": "http://actor.example/object/gVTxZYrVYRI",
"published": "2025-10-12T08:53:00Z",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"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/activity/rs5olbQXjJc",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUri attribute",
"id": "http://actor.example/object/_U5t6yX5lLg",
"published": "2025-10-12T08:53:00Z",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"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/activity/5GIsTnPvgAQ",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute",
"id": "http://actor.example/object/VJW0X2x4N0k",
"published": "2025-10-12T08:53:00Z",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"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/activity/SfcTCTPz3LU",
"object": {
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
"attributedTo": "http://actor.example",
"content": "_misskey_quote attribute",
"id": "http://actor.example/object/6SGMGeebqQA",
"published": "2025-10-12T08:53:00Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"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/activity/47Up65yHsFY",
"object": {
"attributedTo": "http://actor.example",
"content": "FEP-e232 tag",
"id": "http://actor.example/object/7Pfs6d5kri0",
"published": "2025-10-12T08:53:00Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 6¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/iHeUD8JgxHk",
"object": {
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"attributedTo": "http://actor.example",
"content": "quote attribute with @context",
"id": "http://actor.example/object/MbOjn2ZSX34",
"published": "2025-10-12T08:53:00Z",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 7¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/TINS6AMqQm8",
"object": {
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"attributedTo": "http://actor.example",
"content": "quoteUri attribute with @context",
"id": "http://actor.example/object/blfkoHFrvnA",
"published": "2025-10-12T08:53:00Z",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 8¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/jNdrkDdRI2A",
"object": {
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute with @context",
"id": "http://actor.example/object/iTBycLcjSwA",
"published": "2025-10-12T08:53:00Z",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 9¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/ihsx6SJYD-A",
"object": {
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
},
"quoteUri": "http://fedibird.com/ns#quoteUri",
"quoteUrl": "as:quoteUrl"
}
],
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
"attributedTo": "http://actor.example",
"content": "_misskey_quote attribute with @context",
"id": "http://actor.example/object/ApZnz20gQoA",
"published": "2025-10-12T08:53:00Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 10¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/dEYsO1HrHf8",
"object": {
"attributedTo": "http://actor.example",
"content": "quote attribute as list",
"id": "http://actor.example/object/pYfBQS0rKGk",
"published": "2025-10-12T08:53:00Z",
"quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 11¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/A6fHHLrDkxc",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUri attribute as list",
"id": "http://actor.example/object/m6Ll6hvYLds",
"published": "2025-10-12T08:53:00Z",
"quoteUri": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 12¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/w-hjUgZgonQ",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute as list",
"id": "http://actor.example/object/vA4UFLxqSEk",
"published": "2025-10-12T08:53:00Z",
"quoteUrl": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}
Activity 13¶
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"actor": "http://actor.example",
"id": "http://actor.example/activity/IsLGpIaygJ0",
"object": {
"_misskey_quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
],
"attributedTo": "http://actor.example",
"content": "_misskey_quote attribute as list",
"id": "http://actor.example/object/DW6nKAdMnp4",
"published": "2025-10-12T08:53:00Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-10-12T08:53:00Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}