Attachments¶
In the support table:
- "✅" means at least one attachment,
- "-" means parsed
- "❌" means failed to parse
For more on image attachments see Image Description and Image Attachments.
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/4-cFIuqv7J0",
"published": "2025-07-09T14:30:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/NfTF_M3sjAk",
"published": "2025-07-09T14:30:30Z",
"content": "Image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/cow.jpg",
"mediaType": "image/jpeg",
"name": "a cow"
}
]
}
}
misskey
{
"id": "a9zmekxcgluj006c",
"createdAt": "2025-07-09T14:30:30.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Image",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a9zm8444gluj000w"
],
"files": [
{
"id": "a9zm8444gluj000w",
"createdAt": "2025-07-09T14:25:28.276Z",
"name": "cow.jpg",
"type": "image/jpeg",
"md5": "79665fe8c07445157afebd1543f36b71",
"size": 0,
"isSensitive": false,
"blurhash": "ejK^]TI9_3t6NG_4%gRkV[of%hWCIUt7jEo#V@aJbHofazadjYWVkD",
"properties": {
"width": 200,
"height": 164
},
"url": "http://pasture-one-actor/assets/cow.jpg",
"thumbnailUrl": "http://pasture-one-actor/assets/cow.jpg",
"comment": "A beautiful cow",
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/NfTF_M3sjAk",
"clippedCount": 0
}
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/C49zigcAiZk",
"published": "2025-07-09T14:30:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/p-iaLWE-Tos",
"published": "2025-07-09T14:30:31Z",
"content": "Video",
"attachment": [
{
"type": "Video",
"url": "http://pasture-one-actor/assets/cow_eating.mp4",
"mediaType": "video/mp4",
"name": "a cow eating grass"
}
]
}
}
misskey
{
"id": "a9zmelp4gluj006d",
"createdAt": "2025-07-09T14:30:31.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Video",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a9zm84oygluj000y"
],
"files": [
{
"id": "a9zm84oygluj000y",
"createdAt": "2025-07-09T14:25:29.026Z",
"name": "cow_eating.mp4",
"type": "video/mp4",
"md5": "19e0d3ecdd0230ed857c9c88dd247012",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {},
"url": "http://pasture-one-actor/assets/cow_eating.mp4",
"thumbnailUrl": null,
"comment": "A beautiful cow eating",
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/p-iaLWE-Tos",
"clippedCount": 0
}
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/uQjnZghEtkA",
"published": "2025-07-09T14:30:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/eyq6DrGjKPg",
"published": "2025-07-09T14:30:32Z",
"content": "Audio",
"attachment": [
{
"type": "Audio",
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"mediaType": "audio/mpeg",
"name": "the moo sound of a cow"
}
]
}
}
misskey
{
"id": "a9zmemgwgluj006e",
"createdAt": "2025-07-09T14:30:32.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Audio",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a9zm855lgluj0010"
],
"files": [
{
"id": "a9zm855lgluj0010",
"createdAt": "2025-07-09T14:25:29.625Z",
"name": "cow_moo.mp3",
"type": "audio/mpeg",
"md5": "af0b1c1fdd1e74cb559072d725f7de31",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {},
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"thumbnailUrl": null,
"comment": "A cow mooing",
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/eyq6DrGjKPg",
"clippedCount": 0
}
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/FqqRshyZ-do",
"published": "2025-07-09T14:30:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/aPD4th-Vq3Q",
"published": "2025-07-09T14:30:32Z",
"content": "Audio as Document",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"mediaType": "audio/mpeg",
"name": "the moo sound of a cow"
}
]
}
}
misskey
{
"id": "a9zmemgwgluj006f",
"createdAt": "2025-07-09T14:30:32.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Audio as Document",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a9zm855lgluj0010"
],
"files": [
{
"id": "a9zm855lgluj0010",
"createdAt": "2025-07-09T14:25:29.625Z",
"name": "cow_moo.mp3",
"type": "audio/mpeg",
"md5": "af0b1c1fdd1e74cb559072d725f7de31",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {},
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"thumbnailUrl": null,
"comment": "A cow mooing",
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/aPD4th-Vq3Q",
"clippedCount": 0
}
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/LmH5os9drTg",
"published": "2025-07-09T14:30:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/Pv0esxv4zjI",
"published": "2025-07-09T14:30:33Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
misskey
{
"id": "a9zmen8ogluj006g",
"createdAt": "2025-07-09T14:30:33.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Link",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Pv0esxv4zjI",
"clippedCount": 0
}
Example 6¶
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/fp23gzUt2cU",
"published": "2025-07-09T14:30:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/av9cLPhBqa8",
"published": "2025-07-09T14:30:34Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
misskey
{
"id": "a9zmeo0ggluj006h",
"createdAt": "2025-07-09T14:30:34.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Payment Link, see FEP-0ea0",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/av9cLPhBqa8",
"clippedCount": 0
}
Example 7¶
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/-MfuzZyqb5s",
"published": "2025-07-09T14:30:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/AdUrcbUsX_s",
"published": "2025-07-09T14:30:34Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "a9zmeo0ggluj006j",
"createdAt": "2025-07-09T14:30:34.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Text document",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a9zmeonlgluj006i"
],
"files": [
{
"id": "a9zmeonlgluj006i",
"createdAt": "2025-07-09T14:30:34.833Z",
"name": "sample.txt",
"type": "text/plain",
"md5": "b1a04be5bd796eaa46782e36510f2b46",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {},
"url": "http://pasture-one-actor/assets/sample.txt",
"thumbnailUrl": null,
"comment": "text document",
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/AdUrcbUsX_s",
"clippedCount": 0
}
Example 8¶
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/gIp3ZA-td2Q",
"published": "2025-07-09T14:30:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/q2W6ErSnhSg",
"published": "2025-07-09T14:30:35Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "a9zmeos8gluj006k",
"createdAt": "2025-07-09T14:30:35.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Text document, href instead of url",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/q2W6ErSnhSg",
"clippedCount": 0
}
Example 9¶
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/rdSUZgRwZvM",
"published": "2025-07-09T14:30:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/9aAgN7BZI90",
"published": "2025-07-09T14:30:35Z",
"content": "attached note",
"attachment": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"name": "attached note",
"content": "This is just a note",
"published": "2024-03-06T07:23:56Z"
}
}
}
misskey
{
"id": "a9zmeos8gluj006l",
"createdAt": "2025-07-09T14:30:35.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "attached note",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/9aAgN7BZI90",
"clippedCount": 0
}
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/_oJypMfNeeU",
"published": "2025-07-09T14:30:36Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/mhwHnhXhvXg",
"published": "2025-07-09T14:30:36Z",
"content": "Recipe",
"attachment": {
"@context": "https://schema.org/docs/jsonldcontext.jsonld",
"@type": "Recipe",
"name": "Peanut Butter and Jelly Sandwich",
"recipeIngredient": [
"Bread",
"Peanut Butter",
"Raspberry Jam",
"Coffee (optional)"
],
"recipeCategory": "Breakfast",
"recipeInstructions": [
{
"@type": "HowToStep",
"text": "Take a slice of bread and put it on a plate"
},
{
"@type": "HowToStep",
"text": "Spread peanut butter on the bread"
},
{
"@type": "HowToStep",
"text": "Spread raspberry jam on top of the peanut butter"
},
{
"@type": "HowToStep",
"text": "Eat your PB&J Sandwich and drink your coffee if you have it"
},
{
"@type": "HowToStep",
"text": "Check if you are still hungry, if yes a repeat step 1"
}
]
}
}
}
misskey
{
"id": "a9zmepk0gluj006m",
"createdAt": "2025-07-09T14:30:36.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "Recipe",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [],
"files": [],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/mhwHnhXhvXg",
"clippedCount": 0
}
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://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/_UjLDe5DWsI",
"published": "2025-07-09T14:30:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a9zm65u3q2990003"
],
"id": "http://pasture-one-actor/actor/Sekz_CmswmM",
"published": "2025-07-09T14:30:37Z",
"content": "10 images",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/images/101.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/102.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/103.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/104.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/105.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/106.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/107.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/108.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/109.png"
},
{
"type": "Document",
"url": "http://pasture-one-actor/images/1010.png"
}
]
}
}
misskey
{
"id": "a9zmeqbsgluj006x",
"createdAt": "2025-07-09T14:30:37.000Z",
"userId": "a9zm7rzwgluj0003",
"user": {
"id": "a9zm7rzwgluj0003",
"name": "Test Actor",
"username": "actor",
"host": "pasture-one-actor",
"avatarUrl": "http://misskey/identicon/actor@pasture-one-actor",
"avatarBlurhash": null,
"avatarDecorations": [],
"isBot": false,
"isCat": false,
"instance": {
"name": null,
"softwareName": null,
"softwareVersion": null,
"iconUrl": null,
"faviconUrl": null,
"themeColor": null
},
"emojis": {},
"onlineStatus": "unknown"
},
"text": "10 images",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a9zmeqqjgluj006n",
"a9zmeqrqgluj006o",
"a9zmeqsvgluj006p",
"a9zmequ2gluj006q",
"a9zmeqv9gluj006r",
"a9zmeqwhgluj006s",
"a9zmeqxngluj006t",
"a9zmeqyugluj006u",
"a9zmer02gluj006v",
"a9zmer1igluj006w"
],
"files": [
{
"id": "a9zmeqqjgluj006n",
"createdAt": "2025-07-09T14:30:37.531Z",
"name": "101.png",
"type": "image/png",
"md5": "9577cacb6d8fa6447ef9fee6a73398cd",
"size": 0,
"isSensitive": false,
"blurhash": "e05Mr}sYfQsYfQsYfRfQfRfQfQfQfQfQfQsYfRfQfRfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/101.png",
"thumbnailUrl": "http://pasture-one-actor/images/101.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmeqrqgluj006o",
"createdAt": "2025-07-09T14:30:37.574Z",
"name": "102.png",
"type": "image/png",
"md5": "22aad631f8d3889813617aa86e4afb78",
"size": 0,
"isSensitive": false,
"blurhash": "e2LhRx_KfQ_KfQ_Kj[fQj[fQfQfQfQfQfQ_Kj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/102.png",
"thumbnailUrl": "http://pasture-one-actor/images/102.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmeqsvgluj006p",
"createdAt": "2025-07-09T14:30:37.615Z",
"name": "103.png",
"type": "image/png",
"md5": "500ca39f815f4b8ce3970d60c34136de",
"size": 0,
"isSensitive": false,
"blurhash": "e4GZT9$;fQ$;fQ$;jufQjufQfQfQfQfQfQ$;jufQjufQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/103.png",
"thumbnailUrl": "http://pasture-one-actor/images/103.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmequ2gluj006q",
"createdAt": "2025-07-09T14:30:37.658Z",
"name": "104.png",
"type": "image/png",
"md5": "bc7cae01df8637c979d11ac7fbe1315e",
"size": 0,
"isSensitive": false,
"blurhash": "e2N8?p~CfQ~CfQ~Cj[fQj[fQfQfQfQfQfQ~Cj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/104.png",
"thumbnailUrl": "http://pasture-one-actor/images/104.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmeqv9gluj006r",
"createdAt": "2025-07-09T14:30:37.701Z",
"name": "105.png",
"type": "image/png",
"md5": "7587634323a80ac6aa3c41e37b37a866",
"size": 0,
"isSensitive": false,
"blurhash": "e3C-DPy;fQy;fQy;j[fQj[fQfQfQfQfQfQy;j[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/105.png",
"thumbnailUrl": "http://pasture-one-actor/images/105.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmeqwhgluj006s",
"createdAt": "2025-07-09T14:30:37.745Z",
"name": "106.png",
"type": "image/png",
"md5": "c5a1734a5c04a5ecf10e252dacc62bcb",
"size": 0,
"isSensitive": false,
"blurhash": "e27#QWu6fQu6fQu6fkfQfkfQfQfQfQfQfQu6fkfQfkfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/106.png",
"thumbnailUrl": "http://pasture-one-actor/images/106.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmeqxngluj006t",
"createdAt": "2025-07-09T14:30:37.787Z",
"name": "107.png",
"type": "image/png",
"md5": "efd346369a814697df47d92fa55839a9",
"size": 0,
"isSensitive": false,
"blurhash": "e1Jpdk}1fQ}1fQ}1jufQjufQfQfQfQfQfQ}1jufQjufQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/107.png",
"thumbnailUrl": "http://pasture-one-actor/images/107.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmeqyugluj006u",
"createdAt": "2025-07-09T14:30:37.830Z",
"name": "108.png",
"type": "image/png",
"md5": "c3a674a77c71993564ddb0c01a2e2b0e",
"size": 0,
"isSensitive": false,
"blurhash": "e2E$XM*IfQ*IfQ*Ij[fQj[fQfQfQfQfQfQ*Ij[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/108.png",
"thumbnailUrl": "http://pasture-one-actor/images/108.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmer02gluj006v",
"createdAt": "2025-07-09T14:30:37.874Z",
"name": "109.png",
"type": "image/png",
"md5": "3cce5cdf21c04ac298f5ec801e481b30",
"size": 0,
"isSensitive": false,
"blurhash": "e106a,hafQhafQhafkfQfkfQfQfQfQfQfQhafkfQfkfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/109.png",
"thumbnailUrl": "http://pasture-one-actor/images/109.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
},
{
"id": "a9zmer1igluj006w",
"createdAt": "2025-07-09T14:30:37.926Z",
"name": "1010.png",
"type": "image/png",
"md5": "a6c433e628f8c655ccdc6d594d8aaaef",
"size": 0,
"isSensitive": false,
"blurhash": "e1I0,E]sfQ]sfQ]sjufQjufQfQfQfQfQfQ]sjufQjufQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/1010.png",
"thumbnailUrl": "http://pasture-one-actor/images/1010.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a9zm7rzwgluj0003",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Sekz_CmswmM",
"clippedCount": 0
}