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/9zc7n3iyztsj0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/k7qdkuwS1aA",
"published": "2024-10-14T06:47:15Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zc7n3iyztsj0001"
],
"id": "http://pasture-one-actor/actor/4Nmw6xMzpQA",
"published": "2024-10-14T06:47:15Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
misskey
{
"id": "9zc7uji0a335003v",
"createdAt": "2024-10-14T06:47:15.000Z",
"userId": "9zc7oqlua3350002",
"user": {
"id": "9zc7oqlua3350002",
"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/4Nmw6xMzpQA",
"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/9zc7n3iyztsj0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/V2HqjIW4qk4",
"published": "2024-10-14T06:47:16Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zc7n3iyztsj0001"
],
"id": "http://pasture-one-actor/actor/Iq5eHLFWlVI",
"published": "2024-10-14T06:47:16Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
misskey
{
"id": "9zc7uk9sa335003w",
"createdAt": "2024-10-14T06:47:16.000Z",
"userId": "9zc7oqlua3350002",
"user": {
"id": "9zc7oqlua3350002",
"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/Iq5eHLFWlVI",
"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/9zc7n3iyztsj0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/561wi_-emks",
"published": "2024-10-14T06:47:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zc7n3iyztsj0001"
],
"id": "http://pasture-one-actor/actor/h3aZWnBT6jc",
"published": "2024-10-14T06:47:17Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "9zc7ul1ka335003y",
"createdAt": "2024-10-14T06:47:17.000Z",
"userId": "9zc7oqlua3350002",
"user": {
"id": "9zc7oqlua3350002",
"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": [
"9zc7ul7ma335003x"
],
"files": [
{
"id": "9zc7ul7ma335003x",
"createdAt": "2024-10-14T06:47:17.218Z",
"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": "9zc7oqlua3350002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/h3aZWnBT6jc",
"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/9zc7n3iyztsj0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/MWArKvY24MY",
"published": "2024-10-14T06:47:17Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zc7n3iyztsj0001"
],
"id": "http://pasture-one-actor/actor/hiv3zsz5lc4",
"published": "2024-10-14T06:47:17Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "9zc7ul1ka335003z",
"createdAt": "2024-10-14T06:47:17.000Z",
"userId": "9zc7oqlua3350002",
"user": {
"id": "9zc7oqlua3350002",
"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/hiv3zsz5lc4",
"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/9zc7n3iyztsj0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/_kOHQiPdlwQ",
"published": "2024-10-14T06:47:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zc7n3iyztsj0001"
],
"id": "http://pasture-one-actor/actor/gVWorlEa1hE",
"published": "2024-10-14T06:47: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"
}
}
}
misskey
{
"id": "9zc7ultca3350040",
"createdAt": "2024-10-14T06:47:18.000Z",
"userId": "9zc7oqlua3350002",
"user": {
"id": "9zc7oqlua3350002",
"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/gVWorlEa1hE",
"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/9zc7n3iyztsj0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/RJ1n3SODa14",
"published": "2024-10-14T06:47:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zc7n3iyztsj0001"
],
"id": "http://pasture-one-actor/actor/aGVKCeY4TCY",
"published": "2024-10-14T06:47:19Z",
"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": "9zc7uml4a3350041",
"createdAt": "2024-10-14T06:47:19.000Z",
"userId": "9zc7oqlua3350002",
"user": {
"id": "9zc7oqlua3350002",
"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/aGVKCeY4TCY",
"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/9zc7n3iyztsj0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/dqHmbFxsgxs",
"published": "2024-10-14T06:47:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/9zc7n3iyztsj0001"
],
"id": "http://pasture-one-actor/actor/WQFtwR_T82M",
"published": "2024-10-14T06:47:19Z",
"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": "9zc7uml4a335004c",
"createdAt": "2024-10-14T06:47:19.000Z",
"userId": "9zc7oqlua3350002",
"user": {
"id": "9zc7oqlua3350002",
"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": [
"9zc7unbqa3350042",
"9zc7und3a3350043",
"9zc7une6a3350044",
"9zc7unfla3350045",
"9zc7ungza3350046",
"9zc7unida3350047",
"9zc7unjsa3350048",
"9zc7unl8a3350049",
"9zc7unmoa335004a",
"9zc7uno8a335004b"
],
"files": [
{
"id": "9zc7unbqa3350042",
"createdAt": "2024-10-14T06:47:19.958Z",
"name": "101.png",
"type": "image/png",
"md5": "d6e67b30cb76947813d74d004d8f9d33",
"size": 0,
"isSensitive": false,
"blurhash": "e418t@g+fQg+fQg+fkfQfkfQfQfQfQfQfQg+fkfQfkfQfQfQfQfQfQ",
"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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7und3a3350043",
"createdAt": "2024-10-14T06:47:20.007Z",
"name": "102.png",
"type": "image/png",
"md5": "2c879efd7040943246faffc140e9e73c",
"size": 0,
"isSensitive": false,
"blurhash": "e21+ellofQlofQlofkfQfkfQfQfQfQfQfQlofkfQfkfQfQfQfQfQfQ",
"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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7une6a3350044",
"createdAt": "2024-10-14T06:47:20.046Z",
"name": "103.png",
"type": "image/png",
"md5": "d71e3b768c4cff06acb2510f2a12d72f",
"size": 0,
"isSensitive": false,
"blurhash": "e20%@hl%fQl%fQl%fkfQfkfQfQfQfQfQfQl%fkfQfkfQfQfQfQfQfQ",
"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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7unfla3350045",
"createdAt": "2024-10-14T06:47:20.097Z",
"name": "104.png",
"type": "image/png",
"md5": "2a639a6ab7ffacdcd6023b0f3d174868",
"size": 0,
"isSensitive": false,
"blurhash": "e07E5^y?fQy?fQy?j[fQj[fQfQfQfQfQfQy?j[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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7ungza3350046",
"createdAt": "2024-10-14T06:47:20.147Z",
"name": "105.png",
"type": "image/png",
"md5": "71b38efa9ce6c069d9b942bd05c522a0",
"size": 0,
"isSensitive": false,
"blurhash": "e4RwBt};fQ};fQ};j@fQj@fQfQfQfQfQfQ};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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7unida3350047",
"createdAt": "2024-10-14T06:47:20.197Z",
"name": "106.png",
"type": "image/png",
"md5": "0713cabc3bfac1b371579b747d64c5f8",
"size": 0,
"isSensitive": false,
"blurhash": "e14B1WoTfQoTfQoTfRfQfRfQfQfQfQfQfQoTfRfQfRfQfQfQfQfQfQ",
"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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7unjsa3350048",
"createdAt": "2024-10-14T06:47:20.248Z",
"name": "107.png",
"type": "image/png",
"md5": "1646e471d9fa1d20e82963d5ba0f846c",
"size": 0,
"isSensitive": false,
"blurhash": "e33Y]gljfQljfQljfjfQfjfQfQfQfQfQfQljfjfQfjfQfQfQfQfQfQ",
"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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7unl8a3350049",
"createdAt": "2024-10-14T06:47:20.300Z",
"name": "108.png",
"type": "image/png",
"md5": "708af3e244e47f51fd5ce32608c065f7",
"size": 0,
"isSensitive": false,
"blurhash": "e0Elt|}LfQ}LfQ}LjufQjufQfQfQfQfQfQ}LjufQjufQfQfQfQfQfQ",
"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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7unmoa335004a",
"createdAt": "2024-10-14T06:47:20.352Z",
"name": "109.png",
"type": "image/png",
"md5": "c5124824d266f0d36532b1f0255ec581",
"size": 0,
"isSensitive": false,
"blurhash": "e2Jbu7?pfQ?pfQ?pj@fQj@fQfQfQfQfQfQ?pj@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": "9zc7oqlua3350002",
"user": null
},
{
"id": "9zc7uno8a335004b",
"createdAt": "2024-10-14T06:47:20.408Z",
"name": "1010.png",
"type": "image/png",
"md5": "95564a21942fbd8524a8b54f21bb5c63",
"size": 0,
"isSensitive": false,
"blurhash": "e32up=kvfQkvfQkvfRfQfRfQfQfQfQfQfQkvfRfQfRfQfQfQfQfQfQ",
"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": "9zc7oqlua3350002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/WQFtwR_T82M",
"clippedCount": 0
}
Example 8¶
no result
no result
Example 9¶
no result
no result
Example 10¶
no result
no result
Example 11¶
no result
no result