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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/kKw-Rhw3pGs",
"published": "2024-12-02T19:14:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/Q_--m1apGPA",
"published": "2024-12-02T19:14:25Z",
"content": "Image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/cow.jpg",
"mediaType": "image/jpeg",
"name": "a cow"
}
]
}
}
misskey
{
"id": "a1az457spltg003v",
"createdAt": "2024-12-02T19:14:25.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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": [
"a1az461vpltg003u"
],
"files": [
{
"id": "a1az461vpltg003u",
"createdAt": "2024-12-02T19:14:26.083Z",
"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 cow",
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Q_--m1apGPA",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/LAmtrCBbMcw",
"published": "2024-12-02T19:14:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/oEU4QUKT5LU",
"published": "2024-12-02T19:14:26Z",
"content": "Video",
"attachment": [
{
"type": "Video",
"url": "http://pasture-one-actor/assets/cow_eating.mp4",
"mediaType": "video/mp4",
"name": "a cow eating grass"
}
]
}
}
misskey
{
"id": "a1az45zkpltg003x",
"createdAt": "2024-12-02T19:14:26.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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": [
"a1az46xapltg003w"
],
"files": [
{
"id": "a1az46xapltg003w",
"createdAt": "2024-12-02T19:14:27.214Z",
"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 cow eating grass",
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/oEU4QUKT5LU",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/nqMT7sVcKAY",
"published": "2024-12-02T19:14:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/MbFDgilkn_M",
"published": "2024-12-02T19:14:27Z",
"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": "a1az46rcpltg003z",
"createdAt": "2024-12-02T19:14:27.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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": [
"a1az47ilpltg003y"
],
"files": [
{
"id": "a1az47ilpltg003y",
"createdAt": "2024-12-02T19:14:27.981Z",
"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": "the moo sound of a cow",
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/MbFDgilkn_M",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/NhHFqbBMaHw",
"published": "2024-12-02T19:14:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/h5vuN_hMa_U",
"published": "2024-12-02T19:14:28Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
misskey
{
"id": "a1az47j4pltg0040",
"createdAt": "2024-12-02T19:14:28.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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/h5vuN_hMa_U",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/OZSrlBcYCpY",
"published": "2024-12-02T19:14:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/uxmT5Yz26SY",
"published": "2024-12-02T19:14:29Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
misskey
{
"id": "a1az48awpltg0041",
"createdAt": "2024-12-02T19:14:29.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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/uxmT5Yz26SY",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/7TeF-lI5HhU",
"published": "2024-12-02T19:14:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/XD5uOCe0K-s",
"published": "2024-12-02T19:14:29Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "a1az48awpltg0043",
"createdAt": "2024-12-02T19:14:29.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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": [
"a1az493spltg0042"
],
"files": [
{
"id": "a1az493spltg0042",
"createdAt": "2024-12-02T19:14:30.040Z",
"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": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/XD5uOCe0K-s",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/KnCfZ-c4viU",
"published": "2024-12-02T19:14:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/v3Wbvo6VbhE",
"published": "2024-12-02T19:14:30Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
misskey
{
"id": "a1az492opltg0044",
"createdAt": "2024-12-02T19:14:30.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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/v3Wbvo6VbhE",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/ekOaWF7Zqgo",
"published": "2024-12-02T19:14:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/R1f5YzJ5I6o",
"published": "2024-12-02T19:14:31Z",
"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": "a1az49ugpltg0045",
"createdAt": "2024-12-02T19:14:31.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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/R1f5YzJ5I6o",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/gmtVTTg-4t4",
"published": "2024-12-02T19:14:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/VPwYZQJDrEk",
"published": "2024-12-02T19:14:31Z",
"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": "a1az49ugpltg0046",
"createdAt": "2024-12-02T19:14:31.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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/VPwYZQJDrEk",
"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/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/9YByPMIiUDc",
"published": "2024-12-02T19:14:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://misskey/users/a1aytkg4okke0001"
],
"id": "http://pasture-one-actor/actor/ZHASt0qJJBg",
"published": "2024-12-02T19:14:32Z",
"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": "a1az4am8pltg004h",
"createdAt": "2024-12-02T19:14:32.000Z",
"userId": "a1ayvetbpltg0002",
"user": {
"id": "a1ayvetbpltg0002",
"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": [
"a1az4b9mpltg0047",
"a1az4bavpltg0048",
"a1az4bc5pltg0049",
"a1az4bdfpltg004a",
"a1az4be9pltg004b",
"a1az4bgapltg004c",
"a1az4bhxpltg004d",
"a1az4bj6pltg004e",
"a1az4bkrpltg004f",
"a1az4bm7pltg004g"
],
"files": [
{
"id": "a1az4b9mpltg0047",
"createdAt": "2024-12-02T19:14:32.842Z",
"name": "101.png",
"type": "image/png",
"md5": "b892ca3d83ac588c616da581186d40a8",
"size": 0,
"isSensitive": false,
"blurhash": "e2OTUU}rfQ}rfQ}rj@fQj@fQfQfQfQfQfQ}rj@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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bavpltg0048",
"createdAt": "2024-12-02T19:14:32.887Z",
"name": "102.png",
"type": "image/png",
"md5": "86332c0a0d2a8f7465edd7aa341f2aa4",
"size": 0,
"isSensitive": false,
"blurhash": "e2NY_P}efQ}efQ}ejufQjufQfQfQfQfQfQ}ejufQjufQfQfQfQfQfQ",
"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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bc5pltg0049",
"createdAt": "2024-12-02T19:14:32.933Z",
"name": "103.png",
"type": "image/png",
"md5": "b1b76c07ad4f45377d76433f03f82f15",
"size": 0,
"isSensitive": false,
"blurhash": "e3P^p-}GfQ}GfQ}GjufQjufQfQfQfQfQfQ}GjufQjufQfQfQfQfQfQ",
"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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bdfpltg004a",
"createdAt": "2024-12-02T19:14:32.979Z",
"name": "104.png",
"type": "image/png",
"md5": "15a1614e012c985aee64a8213685990b",
"size": 0,
"isSensitive": false,
"blurhash": "e2E##f%^fQ%^fQ%^j@fQj@fQfQfQfQfQfQ%^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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4be9pltg004b",
"createdAt": "2024-12-02T19:14:33.009Z",
"name": "105.png",
"type": "image/png",
"md5": "8ead601ed971c239af9554e008d8dad6",
"size": 0,
"isSensitive": false,
"blurhash": "e00{L|l4fQl4fQl4fjfQfjfQfQfQfQfQfQl4fjfQfjfQfQfQfQfQfQ",
"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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bgapltg004c",
"createdAt": "2024-12-02T19:14:33.082Z",
"name": "106.png",
"type": "image/png",
"md5": "6db2ad52781f26a5c88316926f8ca597",
"size": 0,
"isSensitive": false,
"blurhash": "e24dekoTfQoTfQoTfRfQfRfQfQfQfQfQfQoTfRfQfRfQfQfQfQfQfQ",
"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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bhxpltg004d",
"createdAt": "2024-12-02T19:14:33.141Z",
"name": "107.png",
"type": "image/png",
"md5": "b1b6b044b39f516684dbca9ef47b1d40",
"size": 0,
"isSensitive": false,
"blurhash": "e05Fg~tmfQtmfQtmfkfQfkfQfQfQfQfQfQtmfkfQfkfQfQfQfQfQfQ",
"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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bj6pltg004e",
"createdAt": "2024-12-02T19:14:33.186Z",
"name": "108.png",
"type": "image/png",
"md5": "a24328ee54d9bfba22bcc845c435b3c6",
"size": 0,
"isSensitive": false,
"blurhash": "e4S7nR|#fQ|#fQ|#jufQjufQfQfQfQfQfQ|#jufQjufQfQfQfQfQfQ",
"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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bkrpltg004f",
"createdAt": "2024-12-02T19:14:33.243Z",
"name": "109.png",
"type": "image/png",
"md5": "54af8e830ff077244d9eb3b3aebb999c",
"size": 0,
"isSensitive": false,
"blurhash": "e4IIO3*JfQ*JfQ*Jj[fQj[fQfQfQfQfQfQ*Jj[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": "a1ayvetbpltg0002",
"user": null
},
{
"id": "a1az4bm7pltg004g",
"createdAt": "2024-12-02T19:14:33.295Z",
"name": "1010.png",
"type": "image/png",
"md5": "c27a29e4519ff300bf9cab80a5a821a8",
"size": 0,
"isSensitive": false,
"blurhash": "e2A#N+y:fQy:fQy:fkfQfkfQfQfQfQfQfQy:fkfQfkfQfQfQfQfQfQ",
"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": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/ZHASt0qJJBg",
"clippedCount": 0
}