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/fjPtiYojylE",
"published": "2025-11-21T12:04:53Z",
"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/FvLcHcsDK10",
"published": "2025-11-21T12:04:53Z",
"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/PnzeCepzmIE",
"published": "2025-11-21T12:04:53Z",
"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/YoZ6P2h1GhU",
"published": "2025-11-21T12:04:54Z",
"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/NEl-z3K7qkw",
"published": "2025-11-21T12:04:54Z",
"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/AssPUUJ7HVY",
"published": "2025-11-21T12:04:54Z",
"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/Ty2MHR1G_9o",
"published": "2025-11-21T12:04:54Z",
"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/UpnDDrRLhZM",
"published": "2025-11-21T12:04:54Z",
"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/q3Qc2EKejJM",
"published": "2025-11-21T12:04:54Z",
"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/NJVtXoHVYIs",
"published": "2025-11-21T12:04:54Z",
"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/ARIgowgo4M4",
"published": "2025-11-21T12:04:54Z",
"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/IFeqCJHMurE",
"published": "2025-11-21T12:04:54Z",
"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/HiAPyjeTSWQ",
"published": "2025-11-21T12:04:54Z",
"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/oKn3e6q_bc4",
"object": {
"attributedTo": "http://actor.example",
"content": "quote attribute",
"id": "http://actor.example/object/KggrwM1CLws",
"published": "2025-11-21T12:04:54Z",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/NhlpYdZIP4s",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUri attribute",
"id": "http://actor.example/object/TRQ2czE_oUU",
"published": "2025-11-21T12:04:54Z",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/um_ZanLxwYQ",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute",
"id": "http://actor.example/object/NI8TcKQpwDM",
"published": "2025-11-21T12:04:54Z",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/QTvyt2m1R3s",
"object": {
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap",
"attributedTo": "http://actor.example",
"content": "_misskey_quote attribute",
"id": "http://actor.example/object/PmsYrNsRaAE",
"published": "2025-11-21T12:04:54Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/cnT7-UhScRU",
"object": {
"attributedTo": "http://actor.example",
"content": "FEP-e232 tag",
"id": "http://actor.example/object/zElDkz2V9WQ",
"published": "2025-11-21T12:04:54Z",
"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-11-21T12:04:54Z",
"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/ct4FHTb-37E",
"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/qo6Mr4-K5cg",
"published": "2025-11-21T12:04:54Z",
"quote": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/iAGas-i6eco",
"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/Wc8clVIxFvA",
"published": "2025-11-21T12:04:54Z",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/2hW2-ecMwT0",
"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/b5LZZOvipTY",
"published": "2025-11-21T12:04:54Z",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/Cp_I1uzwMxI",
"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/k_DZeoZzqqA",
"published": "2025-11-21T12:04:54Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"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/zc2LQq8qnu8",
"object": {
"attributedTo": "http://actor.example",
"content": "quote attribute as list",
"id": "http://actor.example/object/ZukCl-M4Sz4",
"published": "2025-11-21T12:04:54Z",
"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-11-21T12:04:54Z",
"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/wal5VPsUGnE",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUri attribute as list",
"id": "http://actor.example/object/2zUmkuBwmgQ",
"published": "2025-11-21T12:04:54Z",
"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-11-21T12:04:54Z",
"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/5huzzgI5cP0",
"object": {
"attributedTo": "http://actor.example",
"content": "quoteUrl attribute as list",
"id": "http://actor.example/object/XFQq-eb0Ckk",
"published": "2025-11-21T12:04:54Z",
"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-11-21T12:04:54Z",
"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/LVhfaZMShJo",
"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/8Hu7sbcIjYs",
"published": "2025-11-21T12:04:54Z",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://remote.example/"
],
"type": "Note"
},
"published": "2025-11-21T12:04:54Z",
"to": [
"http://remote.example/",
"https://www.w3.org/ns/activitystreams#Public"
],
"type": "Create"
}