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 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.
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/jFIcmVvcjK8",
"published": "2025-10-04T15:44:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/NSqsC4f5fro",
"published": "2025-10-04T15:44:40Z",
"content": "quote attribute",
"quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d2kgl0mw006d",
"uri": "http://pasture-one-actor/object/NSqsC4f5fro",
"url": "http://pasture-one-actor/object/NSqsC4f5fro",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 196,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quote attribute<span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "quote attribute",
"created_at": "2025-10-04T15:44:40.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 196,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/P9f2vyF5Crw",
"published": "2025-10-04T15:44:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/8nf8v6LjFgE",
"published": "2025-10-04T15:44:41Z",
"content": "quoteUri attribute",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d3c8l0mw006e",
"uri": "http://pasture-one-actor/object/8nf8v6LjFgE",
"url": "http://pasture-one-actor/object/8nf8v6LjFgE",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 197,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quoteUri attribute<span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "quoteUri attribute",
"created_at": "2025-10-04T15:44:41.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 197,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/xKukFMZqjVk",
"published": "2025-10-04T15:44:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/Uhq80LuztsI",
"published": "2025-10-04T15:44:41Z",
"content": "quoteUrl attribute",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d3c8l0mw006f",
"uri": "http://pasture-one-actor/object/Uhq80LuztsI",
"url": "http://pasture-one-actor/object/Uhq80LuztsI",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 198,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quoteUrl attribute<span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "quoteUrl attribute",
"created_at": "2025-10-04T15:44:41.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 198,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/fHRohxu-aQw",
"published": "2025-10-04T15:44:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/C6hu7amHyBg",
"published": "2025-10-04T15:44:42Z",
"content": "_misskey_quote attribute",
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d440l0mw006g",
"uri": "http://pasture-one-actor/object/C6hu7amHyBg",
"url": "http://pasture-one-actor/object/C6hu7amHyBg",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 199,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>*misskey*</span>quote attribute<span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "_misskey_quote attribute",
"created_at": "2025-10-04T15:44:42.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 199,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/imBspoTtX58",
"published": "2025-10-04T15:44:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/lSCZ1yWh5So",
"published": "2025-10-04T15:44:42Z",
"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"
}
]
}
}
sharkey
{
"id": "adg0d440l0mw006h",
"uri": "http://pasture-one-actor/object/lSCZ1yWh5So",
"url": "http://pasture-one-actor/object/lSCZ1yWh5So",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 200,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>FEP-e232 tag<span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "FEP-e232 tag",
"created_at": "2025-10-04T15:44:42.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 200,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/LxFK7_50sR4",
"published": "2025-10-04T15:44:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/17YDtNizZ9w",
"published": "2025-10-04T15:44:43Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "quote attribute with @context",
"quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d4vsl0mw006i",
"uri": "http://pasture-one-actor/object/17YDtNizZ9w",
"url": "http://pasture-one-actor/object/17YDtNizZ9w",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 201,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quote attribute with <span>@context</span><span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "quote attribute with @context",
"created_at": "2025-10-04T15:44:43.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 201,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/9K7BrrEXhac",
"published": "2025-10-04T15:44:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/4DqISMCKyp4",
"published": "2025-10-04T15:44:44Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "quoteUri attribute with @context",
"quoteUri": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d5nkl0mw006j",
"uri": "http://pasture-one-actor/object/4DqISMCKyp4",
"url": "http://pasture-one-actor/object/4DqISMCKyp4",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 202,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quoteUri attribute with <span>@context</span><span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "quoteUri attribute with @context",
"created_at": "2025-10-04T15:44:44.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 202,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/1iR2T-SbSaA",
"published": "2025-10-04T15:44:44Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/h60CejMYjwE",
"published": "2025-10-04T15:44:44Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "quoteUrl attribute with @context",
"quoteUrl": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d5nkl0mw006k",
"uri": "http://pasture-one-actor/object/h60CejMYjwE",
"url": "http://pasture-one-actor/object/h60CejMYjwE",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 203,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quoteUrl attribute with <span>@context</span><span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "quoteUrl attribute with @context",
"created_at": "2025-10-04T15:44:44.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 203,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/pE2ntZmktPs",
"published": "2025-10-04T15:44:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/4w-lWGVbSUM",
"published": "2025-10-04T15:44:45Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"quoteUrl": "as:quoteUrl",
"quoteUri": "http://fedibird.com/ns#quoteUri",
"_misskey_quote": "https://misskey-hub.net/ns/#_misskey_quote",
"quote": {
"@id": "https://w3id.org/fep/044f#quote",
"@type": "@id"
}
}
],
"content": "_misskey_quote attribute with @context",
"_misskey_quote": "http://pasture-one-actor/assets/note1.jsonap"
}
}
sharkey
{
"id": "adg0d6fcl0mw006l",
"uri": "http://pasture-one-actor/object/4w-lWGVbSUM",
"url": "http://pasture-one-actor/object/4w-lWGVbSUM",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 204,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>*misskey*</span>quote attribute with <span>@context</span><span class=\"quote-inline\"><br><br>RE: <a href=\"http://pasture-one-actor/assets/note1.jsonap\">pasture-one-actor/assets/note1.jsonap</a></span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "_misskey_quote attribute with @context",
"created_at": "2025-10-04T15:44:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote_id": "9o5nesfcl0mw0021",
"quote": {
"id": "9o5nesfcl0mw0021",
"uri": "http://pasture-one-actor/assets/note1.jsonap",
"url": "http://pasture-one-actor/assets/note1.jsonap",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 204,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>One</p>",
"content_type": "text/x.misskeymarkdown",
"text": "One",
"created_at": "2024-01-06T13:11:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 4,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
},
"reactions": []
}
Example 10¶
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/4O4VFDjuqJI",
"published": "2025-10-04T15:44:45Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/ty2H6TTlt5g",
"published": "2025-10-04T15:44:45Z",
"content": "quote attribute as list",
"quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
sharkey
{
"id": "adg0d6fcl0mw006m",
"uri": "http://pasture-one-actor/object/ty2H6TTlt5g",
"url": "http://pasture-one-actor/object/ty2H6TTlt5g",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 205,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quote attribute as list</p>",
"content_type": "text/x.misskeymarkdown",
"text": "quote attribute as list",
"created_at": "2025-10-04T15:44:45.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 11¶
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/qkfzaJeNugY",
"published": "2025-10-04T15:44:46Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/RRdZOVIppa4",
"published": "2025-10-04T15:44:46Z",
"content": "quoteUri attribute as list",
"quoteUri": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
sharkey
{
"id": "adg0d774l0mw006n",
"uri": "http://pasture-one-actor/object/RRdZOVIppa4",
"url": "http://pasture-one-actor/object/RRdZOVIppa4",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 206,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quoteUri attribute as list</p>",
"content_type": "text/x.misskeymarkdown",
"text": "quoteUri attribute as list",
"created_at": "2025-10-04T15:44:46.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 12¶
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/RxwKySqK_Tc",
"published": "2025-10-04T15:44:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/IFLG73-Y3Nk",
"published": "2025-10-04T15:44:47Z",
"content": "quoteUrl attribute as list",
"quoteUrl": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
sharkey
{
"id": "adg0d7ywl0mw006o",
"uri": "http://pasture-one-actor/object/IFLG73-Y3Nk",
"url": "http://pasture-one-actor/object/IFLG73-Y3Nk",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 207,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>quoteUrl attribute as list</p>",
"content_type": "text/x.misskeymarkdown",
"text": "quoteUrl attribute as list",
"created_at": "2025-10-04T15:44:47.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 13¶
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://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/activity/fLpP2E8ZPFQ",
"published": "2025-10-04T15:44:47Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/adg05og8rvr00003"
],
"id": "http://pasture-one-actor/object/p52GA3kZ-XQ",
"published": "2025-10-04T15:44:47Z",
"content": "_misskey_quote attribute as list",
"_misskey_quote": [
"http://pasture-one-actor/assets/note1.jsonap",
"http://pasture-one-actor/assets/note2.jsonap"
]
}
}
sharkey
{
"id": "adg0d7ywl0mw006p",
"uri": "http://pasture-one-actor/object/p52GA3kZ-XQ",
"url": "http://pasture-one-actor/object/p52GA3kZ-XQ",
"account": {
"id": "adg07agxl0mw0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-10-04T15:40:10.305Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 208,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>*misskey*</span>quote attribute as list</p>",
"content_type": "text/x.misskeymarkdown",
"text": "_misskey_quote attribute as list",
"created_at": "2025-10-04T15:44:47.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}