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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/xesHBhoIB2g",
"published": "2025-09-09T12:33:28Z",
"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/rFfir5eSEzY",
"published": "2025-09-09T12:33:28Z",
"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-09T12:33:28.823505Z",
"ap_id": "http://pasture-one-actor/object/rFfir5eSEzY",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/jKoziZfbNJw",
"published": "2025-09-09T12:33:29Z",
"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/wUuvTbolpd8",
"published": "2025-09-09T12:33:29Z",
"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-09T12:33:29.599105Z",
"ap_id": "http://pasture-one-actor/object/wUuvTbolpd8",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/dMCoOnAdsrU",
"published": "2025-09-09T12:33:30Z",
"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/SBMhnwVEkI4",
"published": "2025-09-09T12:33:30Z",
"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-09T12:33:30.360466Z",
"ap_id": "http://pasture-one-actor/object/SBMhnwVEkI4",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/jVLjeS4dl34",
"published": "2025-09-09T12:33:30Z",
"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/F4McZkUqFjQ",
"published": "2025-09-09T12:33:30Z",
"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-09T12:33:31.143572Z",
"ap_id": "http://pasture-one-actor/object/F4McZkUqFjQ",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://pyfedi.local/c/pie"
],
"id": "http://pasture-one-actor/activity/ia2HlHY_oyQ",
"published": "2025-09-09T12:33:31Z",
"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/uG9x0iIx6Us",
"published": "2025-09-09T12:33:31Z",
"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-09T12:33:31.943834Z",
"ap_id": "http://pasture-one-actor/object/uG9x0iIx6Us",
"local": false,
"language_id": 2,
"removed": false,
"locked": false,
"body": "FEP-e232 tag"
}