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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/bebzYoUChwY",
"published": "2024-08-29T10:21:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xip0o29kqju0001"
],
"id": "http://pasture-one-actor/actor/89fbCHOxPWE",
"published": "2024-08-29T10:21:00Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
misskey
{
"id": "9xip88o0lhae003v",
"createdAt": "2024-08-29T10:21:00.000Z",
"userId": "9xip2f4xlhae0002",
"user": {
"id": "9xip2f4xlhae0002",
"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/89fbCHOxPWE",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/6QTzH-V8CCs",
"published": "2024-08-29T10:21:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xip0o29kqju0001"
],
"id": "http://pasture-one-actor/actor/2-pE3POxQsQ",
"published": "2024-08-29T10:21:00Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
misskey
{
"id": "9xip88o0lhae003w",
"createdAt": "2024-08-29T10:21:00.000Z",
"userId": "9xip2f4xlhae0002",
"user": {
"id": "9xip2f4xlhae0002",
"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/2-pE3POxQsQ",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ntRBnOlP0G4",
"published": "2024-08-29T10:21:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xip0o29kqju0001"
],
"id": "http://pasture-one-actor/actor/CagEDoVZkN8",
"published": "2024-08-29T10:21:01Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "9xip89fslhae003y",
"createdAt": "2024-08-29T10:21:01.000Z",
"userId": "9xip2f4xlhae0002",
"user": {
"id": "9xip2f4xlhae0002",
"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": [
"9xip8a3llhae003x"
],
"files": [
{
"id": "9xip8a3llhae003x",
"createdAt": "2024-08-29T10:21:01.857Z",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/CagEDoVZkN8",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/8oaJkyvUE8I",
"published": "2024-08-29T10:21:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xip0o29kqju0001"
],
"id": "http://pasture-one-actor/actor/lnL8INDiqTY",
"published": "2024-08-29T10:21:02Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "9xip8a7klhae003z",
"createdAt": "2024-08-29T10:21:02.000Z",
"userId": "9xip2f4xlhae0002",
"user": {
"id": "9xip2f4xlhae0002",
"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/lnL8INDiqTY",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/_XOFkIEX_Fw",
"published": "2024-08-29T10:21:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xip0o29kqju0001"
],
"id": "http://pasture-one-actor/actor/BO45QvD8mlI",
"published": "2024-08-29T10:21:03Z",
"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": "9xip8azclhae0040",
"createdAt": "2024-08-29T10:21:03.000Z",
"userId": "9xip2f4xlhae0002",
"user": {
"id": "9xip2f4xlhae0002",
"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/BO45QvD8mlI",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/jK7n3NPKOys",
"published": "2024-08-29T10:21:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xip0o29kqju0001"
],
"id": "http://pasture-one-actor/actor/pnpbzXw_Rnk",
"published": "2024-08-29T10:21:03Z",
"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": "9xip8azclhae0041",
"createdAt": "2024-08-29T10:21:03.000Z",
"userId": "9xip2f4xlhae0002",
"user": {
"id": "9xip2f4xlhae0002",
"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/pnpbzXw_Rnk",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/fagJl2wrAto",
"published": "2024-08-29T10:21:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9xip0o29kqju0001"
],
"id": "http://pasture-one-actor/actor/M4x45dBgNJA",
"published": "2024-08-29T10:21:04Z",
"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": "9xip8br4lhae004c",
"createdAt": "2024-08-29T10:21:04.000Z",
"userId": "9xip2f4xlhae0002",
"user": {
"id": "9xip2f4xlhae0002",
"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": [
"9xip8c5alhae0042",
"9xip8c6llhae0043",
"9xip8c7ulhae0044",
"9xip8c91lhae0045",
"9xip8caalhae0046",
"9xip8cbklhae0047",
"9xip8cculhae0048",
"9xip8ce4lhae0049",
"9xip8cfnlhae004a",
"9xip8cgvlhae004b"
],
"files": [
{
"id": "9xip8c5alhae0042",
"createdAt": "2024-08-29T10:21:04.510Z",
"name": "101.png",
"type": "image/png",
"md5": "b511c26c8352a78d8bf25d2d0fbd9b02",
"size": 0,
"isSensitive": false,
"blurhash": "e2KQ9~][fQ][fQ][jufQjufQfQfQfQfQfQ][jufQjufQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8c6llhae0043",
"createdAt": "2024-08-29T10:21:04.557Z",
"name": "102.png",
"type": "image/png",
"md5": "49ee8f4fe064df9a4a8c3b43d245b614",
"size": 0,
"isSensitive": false,
"blurhash": "e4SZ+%|$fQ|$fQ|$jufQjufQfQfQfQfQfQ|$jufQjufQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8c7ulhae0044",
"createdAt": "2024-08-29T10:21:04.602Z",
"name": "103.png",
"type": "image/png",
"md5": "84277ee07a5cc97a071b68e59ba3269a",
"size": 0,
"isSensitive": false,
"blurhash": "e2Nto8}_fQ}_fQ}_j[fQj[fQfQfQfQfQfQ}_j[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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8c91lhae0045",
"createdAt": "2024-08-29T10:21:04.645Z",
"name": "104.png",
"type": "image/png",
"md5": "fbe769752068352b22af08c97b00a00b",
"size": 0,
"isSensitive": false,
"blurhash": "e3H5gT.ifQ.ifQ.ij[fQj[fQfQfQfQfQfQ.ij[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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8caalhae0046",
"createdAt": "2024-08-29T10:21:04.690Z",
"name": "105.png",
"type": "image/png",
"md5": "7bf2487bf1219da8ed6f247a8ed6aa88",
"size": 0,
"isSensitive": false,
"blurhash": "e1IPL8~mfQ~mfQ~mj[fQj[fQfQfQfQfQfQ~mj[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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8cbklhae0047",
"createdAt": "2024-08-29T10:21:04.736Z",
"name": "106.png",
"type": "image/png",
"md5": "927b153fc5c4716f383210ad45c1eee1",
"size": 0,
"isSensitive": false,
"blurhash": "e2I3Y==*fQ=*fQ=*j[fQj[fQfQfQfQfQfQ=*j[fQj[fQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8cculhae0048",
"createdAt": "2024-08-29T10:21:04.782Z",
"name": "107.png",
"type": "image/png",
"md5": "ae3ebb5d41c1cca0d49e06fc9e559a04",
"size": 0,
"isSensitive": false,
"blurhash": "e3NLQO_FfQ_FfQ_Fj@fQj@fQfQfQfQfQfQ_Fj@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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8ce4lhae0049",
"createdAt": "2024-08-29T10:21:04.828Z",
"name": "108.png",
"type": "image/png",
"md5": "749828323653b9f668025a2d21b79eb2",
"size": 0,
"isSensitive": false,
"blurhash": "e3P{sw}qfQ}qfQ}qj@fQj@fQfQfQfQfQfQ}qj@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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8cfnlhae004a",
"createdAt": "2024-08-29T10:21:04.883Z",
"name": "109.png",
"type": "image/png",
"md5": "981d1840681c3b32f3f6030e89ca0b0e",
"size": 0,
"isSensitive": false,
"blurhash": "e03K12pGfQpGfQpGfjfQfjfQfQfQfQfQfQpGfjfQfjfQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
},
{
"id": "9xip8cgvlhae004b",
"createdAt": "2024-08-29T10:21:04.927Z",
"name": "1010.png",
"type": "image/png",
"md5": "8c768b6c71a765f75d0cfc0620fa7eed",
"size": 0,
"isSensitive": false,
"blurhash": "e3MILu?;fQ?;fQ?;j@fQj@fQfQfQfQfQfQ?;j@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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/M4x45dBgNJA",
"clippedCount": 0
}