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 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.
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 |
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/JWiXfBU_xMg",
"published": "2025-09-09T09:32:38Z",
"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/S68tAgVd8TU",
"published": "2025-09-09T09:32:38Z",
"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/a-Xnq6NwgHY",
"published": "2025-09-09T09:32:38Z",
"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/XZELawcxht0",
"published": "2025-09-09T09:32:38Z",
"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/6yxNkctz-Wc",
"published": "2025-09-09T09:32:38Z",
"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"
}
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/RM4u8hSSM3g",
"object": {
"attributedTo": "http://actor.example",
"content": "quote attribute",
"id": "http://actor.example/object/nvsi2_RGbmY",
"published": "2025-09-09T09:32:38Z",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#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/activity/sRtW1dCuPlM",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUri attribute",
"id": "http://actor.example/object/4p5aprExNGo",
"published": "2025-09-09T09:32:38Z",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#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/activity/bJLGpBIvE5g",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute",
"id": "http://actor.example/object/O6xEdVyMCyc",
"published": "2025-09-09T09:32:38Z",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#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/activity/xPOvtYzQpJU",
"object": {
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
"attributedTo": "http://actor.example",
"content": "_misskey_quote attribute",
"id": "http://actor.example/object/ROT6CkyfsUQ",
"published": "2025-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#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/activity/c6QPQqdEP68",
"object": {
"attributedTo": "http://actor.example",
"content": "FEP-e232 tag",
"id": "http://actor.example/object/3QxEFX-P2Ls",
"published": "2025-09-09T09:32:38Z",
"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-09-09T09:32:38Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Create"
}