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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/b2B464z6PXs",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/-lK1V5e-MfA",
"published": "2024-04-01T14:16:43Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
no result
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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/EGC6vMdSZA8",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/rTEnvh99V9I",
"published": "2024-04-01T14:16:54Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
no result
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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/gQKBT4ZTmx0",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/hotq9bP1qi0",
"published": "2024-04-01T14:17:05Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "9rklm2g8hkyj003p",
"createdAt": "2024-04-01T14:17:05.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9rklm39chkyj003o"
],
"files": [
{
"id": "9rklm39chkyj003o",
"createdAt": "2024-04-01T14:17:06.048Z",
"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": null,
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/hotq9bP1qi0",
"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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/Gzc9t2L5BsM",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/yu-ML53Vm6E",
"published": "2024-04-01T14:17:06Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
no result
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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/uV4hASXfT_U",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/yzCO8n3cG_g",
"published": "2024-04-01T14:17:18Z",
"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"
}
}
}
no result
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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/Gt9PUPyGylM",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/VJcfztQsVhI",
"published": "2024-04-01T14:17:29Z",
"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"
}
]
}
}
}
no result
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/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/4FMhgxK_9jU",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9rkld43ll7r80001"
],
"id": "http://pasture-one-actor/actor/ezXc3crbyYg",
"published": "2024-04-01T14:17:40Z",
"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": "9rklmtgghkyj0040",
"createdAt": "2024-04-01T14:17:40.000Z",
"userId": "9rkles54hkyj0002",
"user": {
"id": "9rkles54hkyj0002",
"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,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9rklmue2hkyj003q",
"9rklmue4hkyj003r",
"9rklmugfhkyj003s",
"9rklmugghkyj003t",
"9rklmuhshkyj003u",
"9rklmujyhkyj003v",
"9rklmujzhkyj003w",
"9rklmulchkyj003x",
"9rklmummhkyj003y",
"9rklmunwhkyj003z"
],
"files": [
{
"id": "9rklmue2hkyj003q",
"createdAt": "2024-04-01T14:17:41.210Z",
"name": "101.png",
"type": "image/png",
"md5": "3ad19b06f0fd800da838c61fbdefd549",
"size": 0,
"isSensitive": false,
"blurhash": "e4HPV9*BfQ*BfQ*Bj@fQj@fQfQfQfQfQfQ*Bj@fQj@fQfQfQfQfQfQ",
"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": null,
"user": null
},
{
"id": "9rklmue4hkyj003r",
"createdAt": "2024-04-01T14:17:41.212Z",
"name": "102.png",
"type": "image/png",
"md5": "2a2b29c1896d3480ad916a6f4df8d5ac",
"size": 0,
"isSensitive": false,
"blurhash": "e04#$aucfQucfQucfjfQfjfQfQfQfQfQfQucfjfQfjfQfQfQfQfQfQ",
"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": null,
"user": null
},
{
"id": "9rklmugfhkyj003s",
"createdAt": "2024-04-01T14:17:41.295Z",
"name": "103.png",
"type": "image/png",
"md5": "8013c2e38332483b1fd95620b7e6d085",
"size": 0,
"isSensitive": false,
"blurhash": "e2NAyr~kfQ~kfQ~kj@fQj@fQfQfQfQfQfQ~kj@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": null,
"user": null
},
{
"id": "9rklmugghkyj003t",
"createdAt": "2024-04-01T14:17:41.296Z",
"name": "104.png",
"type": "image/png",
"md5": "b0123b5ea62a6b559f1ca998832a3b74",
"size": 0,
"isSensitive": false,
"blurhash": "e1Inn.}JfQ}JfQ}JjufQjufQfQfQfQfQfQ}JjufQjufQfQfQfQfQfQ",
"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": null,
"user": null
},
{
"id": "9rklmuhshkyj003u",
"createdAt": "2024-04-01T14:17:41.344Z",
"name": "105.png",
"type": "image/png",
"md5": "5642bc2f27784cd134d2c4b2943c6336",
"size": 0,
"isSensitive": false,
"blurhash": "e05NgGs@fQs@fQs@fRfQfRfQfQfQfQfQfQs@fRfQfRfQfQfQfQfQfQ",
"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": null,
"user": null
},
{
"id": "9rklmujyhkyj003v",
"createdAt": "2024-04-01T14:17:41.422Z",
"name": "106.png",
"type": "image/png",
"md5": "a47e10d500043e87198e429faac8a727",
"size": 0,
"isSensitive": false,
"blurhash": "e3QxCv|+fQ|+fQ|+jufQjufQfQfQfQfQfQ|+jufQjufQfQfQfQfQfQ",
"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": null,
"user": null
},
{
"id": "9rklmujzhkyj003w",
"createdAt": "2024-04-01T14:17:41.423Z",
"name": "107.png",
"type": "image/png",
"md5": "ab88fc0d646180201a71bf30822063fb",
"size": 0,
"isSensitive": false,
"blurhash": "e2JmBf_MfQ_MfQ_Mj[fQj[fQfQfQfQfQfQ_Mj[fQj[fQfQfQfQfQfQ",
"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": null,
"user": null
},
{
"id": "9rklmulchkyj003x",
"createdAt": "2024-04-01T14:17:41.472Z",
"name": "108.png",
"type": "image/png",
"md5": "7ac4cda5356fdaebfe5d40bdb5136bff",
"size": 0,
"isSensitive": false,
"blurhash": "e069auyDfQyDfQyDfkfQfkfQfQfQfQfQfQyDfkfQfkfQfQfQfQfQfQ",
"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": null,
"user": null
},
{
"id": "9rklmummhkyj003y",
"createdAt": "2024-04-01T14:17:41.518Z",
"name": "109.png",
"type": "image/png",
"md5": "80053dd557efb57e39fc7fde21f79486",
"size": 0,
"isSensitive": false,
"blurhash": "e1He%g_2fQ_2fQ_2j[fQj[fQfQfQfQfQfQ_2j[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": null,
"user": null
},
{
"id": "9rklmunwhkyj003z",
"createdAt": "2024-04-01T14:17:41.564Z",
"name": "1010.png",
"type": "image/png",
"md5": "08d20b5371d0fb8e5f68485a6f979b8f",
"size": 0,
"isSensitive": false,
"blurhash": "e31dL=lzfQlzfQlzfjfQfjfQfQfQfQfQfQlzfjfQfjfQfQfQfQfQfQ",
"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": null,
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/ezXc3crbyYg",
"clippedCount": 0
}