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/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/S9Lu5GoENj4",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/7WMJDcnO2Q0",
"published": "2024-08-26T08:19:54Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
misskey
{
"id": "9xeaky6o8nww003t",
"createdAt": "2024-08-26T08:19:54.000Z",
"userId": "9xeafg368nww0002",
"user": {
"id": "9xeafg368nww0002",
"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/7WMJDcnO2Q0",
"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/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/wlAvDLBLWLU",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/eEQ4vhRcEHo",
"published": "2024-08-26T08:19:55Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
misskey
{
"id": "9xeakyyg8nww003u",
"createdAt": "2024-08-26T08:19:55.000Z",
"userId": "9xeafg368nww0002",
"user": {
"id": "9xeafg368nww0002",
"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/eEQ4vhRcEHo",
"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/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/KiSar7Uc4aM",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/uc8rsjrui6s",
"published": "2024-08-26T08:19:56Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "9xeakzq88nww003w",
"createdAt": "2024-08-26T08:19:56.000Z",
"userId": "9xeafg368nww0002",
"user": {
"id": "9xeafg368nww0002",
"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": [
"9xeakzzk8nww003v"
],
"files": [
{
"id": "9xeakzzk8nww003v",
"createdAt": "2024-08-26T08:19:56.336Z",
"name": "sample.txt",
"type": "application/octet-stream",
"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": "9xeafg368nww0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/uc8rsjrui6s",
"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/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/1jFm3TTOf1I",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/1O5dsPpfjaQ",
"published": "2024-08-26T08:19:56Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "9xeakzq88nww003x",
"createdAt": "2024-08-26T08:19:56.000Z",
"userId": "9xeafg368nww0002",
"user": {
"id": "9xeafg368nww0002",
"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/1O5dsPpfjaQ",
"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/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/WxFL4XW1-6A",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/0HMif_XPO20",
"published": "2024-08-26T08:19:57Z",
"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": "9xeal0i08nww003y",
"createdAt": "2024-08-26T08:19:57.000Z",
"userId": "9xeafg368nww0002",
"user": {
"id": "9xeafg368nww0002",
"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/0HMif_XPO20",
"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/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/saeoXf7YUPc",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/bGrzGgVNoyU",
"published": "2024-08-26T08:19:58Z",
"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": "9xeal19s8nww003z",
"createdAt": "2024-08-26T08:19:58.000Z",
"userId": "9xeafg368nww0002",
"user": {
"id": "9xeafg368nww0002",
"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/bGrzGgVNoyU",
"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/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/zQeQs-kLURU",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xeadrudhqx90001"
],
"id": "http://pasture-one-actor/actor/sy8Et19Q-pc",
"published": "2024-08-26T08:19:58Z",
"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": "9xeal19s8nww004a",
"createdAt": "2024-08-26T08:19:58.000Z",
"userId": "9xeafg368nww0002",
"user": {
"id": "9xeafg368nww0002",
"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": [
"9xeal23i8nww0040",
"9xeal24u8nww0041",
"9xeal2628nww0042",
"9xeal2758nww0043",
"9xeal2ae8nww0044",
"9xeal2bn8nww0045",
"9xeal2cp8nww0046",
"9xeal2fa8nww0047",
"9xeal2gf8nww0048",
"9xeal2hn8nww0049"
],
"files": [
{
"id": "9xeal23i8nww0040",
"createdAt": "2024-08-26T08:19:59.070Z",
"name": "101.png",
"type": "image/png",
"md5": "305eb1bb4018642ddc86077c9a6bed7a",
"size": 0,
"isSensitive": false,
"blurhash": "e0Fe]~}LfQ}LfQ}LjufQjufQfQfQfQfQfQ}LjufQjufQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal24u8nww0041",
"createdAt": "2024-08-26T08:19:59.118Z",
"name": "102.png",
"type": "image/png",
"md5": "438f09278928d5c16423aae2e61dd29d",
"size": 0,
"isSensitive": false,
"blurhash": "e2Gz}-,zfQ,zfQ,zjufQjufQfQfQfQfQfQ,zjufQjufQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2628nww0042",
"createdAt": "2024-08-26T08:19:59.162Z",
"name": "103.png",
"type": "image/png",
"md5": "319412397b983f907013442a98cd49f9",
"size": 0,
"isSensitive": false,
"blurhash": "e3I80B.efQ.efQ.ej@fQj@fQfQfQfQfQfQ.ej@fQj@fQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2758nww0043",
"createdAt": "2024-08-26T08:19:59.201Z",
"name": "104.png",
"type": "image/png",
"md5": "48df7d8a06ce99b744de90659a606d62",
"size": 0,
"isSensitive": false,
"blurhash": "e15SE[p;fQp;fQp;fjfQfjfQfQfQfQfQfQp;fjfQfjfQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2ae8nww0044",
"createdAt": "2024-08-26T08:19:59.318Z",
"name": "105.png",
"type": "image/png",
"md5": "77cf6732f6c77abe70b460dce6942c19",
"size": 0,
"isSensitive": false,
"blurhash": "e178=jscfQscfQscfRfQfRfQfQfQfQfQfQscfRfQfRfQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2bn8nww0045",
"createdAt": "2024-08-26T08:19:59.363Z",
"name": "106.png",
"type": "image/png",
"md5": "7064bbe38607e40f50eea804f0462a9d",
"size": 0,
"isSensitive": false,
"blurhash": "e25UJZq9fQq9fQq9fjfQfjfQfQfQfQfQfQq9fjfQfjfQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2cp8nww0046",
"createdAt": "2024-08-26T08:19:59.401Z",
"name": "107.png",
"type": "image/png",
"md5": "e86ab7528c3c8f95fb139cd67542afc0",
"size": 0,
"isSensitive": false,
"blurhash": "e31GdhkvfQkvfQkvfkfQfkfQfQfQfQfQfQkvfkfQfkfQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2fa8nww0047",
"createdAt": "2024-08-26T08:19:59.494Z",
"name": "108.png",
"type": "image/png",
"md5": "caee07ee6082335fa5b1d322856feb49",
"size": 0,
"isSensitive": false,
"blurhash": "e0FPPe~kfQ~kfQ~kj@fQj@fQfQfQfQfQfQ~kj@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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2gf8nww0048",
"createdAt": "2024-08-26T08:19:59.535Z",
"name": "109.png",
"type": "image/png",
"md5": "11d02aaca4acdd91f721d54207481d9a",
"size": 0,
"isSensitive": false,
"blurhash": "e099tR.efQ.efQ.ej@fQj@fQfQfQfQfQfQ.ej@fQj@fQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
},
{
"id": "9xeal2hn8nww0049",
"createdAt": "2024-08-26T08:19:59.579Z",
"name": "1010.png",
"type": "image/png",
"md5": "dac7d44ea6fa54a72243790ce949dbb4",
"size": 0,
"isSensitive": false,
"blurhash": "e2L^[3}efQ}efQ}ej[fQj[fQfQfQfQfQfQ}ej[fQj[fQfQfQfQfQfQ",
"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": "9xeafg368nww0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/sy8Et19Q-pc",
"clippedCount": 0
}