Image Attachments¶
The Image type is defined in ActivityStreams Vocabulary.
In the following, we test how various configurations of it are rendered.
A ❌ in the support table means that the entire message has failed to parse.
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/nA7ohGRTGhc",
"published": "2024-12-02T19:11: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/e3FMr9Z824w",
"published": "2024-12-02T19:11:29Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
misskey
{
"id": "a1az0dewpltg001u",
"createdAt": "2024-12-02T19:11: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": "Format png",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0dlapltg001t"
],
"files": [
{
"id": "a1az0dlapltg001t",
"createdAt": "2024-12-02T19:11:29.230Z",
"name": "001.png",
"type": "image/png",
"md5": "d94e0ac740bf9fc51f4cb79d89f5ee26",
"size": 0,
"isSensitive": false,
"blurhash": "e17Y8zuhfQuhfQuhfkfQfkfQfQfQfQfQfQuhfkfQfkfQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/001.png",
"thumbnailUrl": "http://pasture-one-actor/images/001.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/e3FMr9Z824w",
"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/-dEu4RftCvA",
"published": "2024-12-02T19:11: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/vNZjJTCZxDM",
"published": "2024-12-02T19:11:29Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
misskey
{
"id": "a1az0dewpltg001w",
"createdAt": "2024-12-02T19:11: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": "Format png",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0e3hpltg001v"
],
"files": [
{
"id": "a1az0e3hpltg001v",
"createdAt": "2024-12-02T19:11:29.885Z",
"name": "001b.png",
"type": "image/png",
"md5": "b181cfa7f48f3608954ce7da5ef12202",
"size": 0,
"isSensitive": false,
"blurhash": "e07.vW%xfQ%xfQ%xj@fQj@fQfQfQfQfQfQ%xj@fQj@fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/001b.png",
"thumbnailUrl": "http://pasture-one-actor/images/001b.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/vNZjJTCZxDM",
"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/9djAdCSOzik",
"published": "2024-12-02T19:11: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/Ob0fGRuIF1I",
"published": "2024-12-02T19:11:30Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
misskey
{
"id": "a1az0e6opltg001y",
"createdAt": "2024-12-02T19:11: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": "Format jpg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0emupltg001x"
],
"files": [
{
"id": "a1az0emupltg001x",
"createdAt": "2024-12-02T19:11:30.582Z",
"name": "002.jpg",
"type": "image/jpeg",
"md5": "55bb738068478acf014c67788acf61f4",
"size": 0,
"isSensitive": false,
"blurhash": "e1Eg.q??fQ??fQ??j[fQj[fQfQfQfQfQfQ??j[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/002.jpg",
"thumbnailUrl": "http://pasture-one-actor/images/002.jpg",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Ob0fGRuIF1I",
"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/7_3DVTrJJmc",
"published": "2024-12-02T19:11: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/xfZq4Fh9BA8",
"published": "2024-12-02T19:11:31Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
misskey
{
"id": "a1az0eygpltg0020",
"createdAt": "2024-12-02T19:11: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": "Format jpg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0f68pltg001z"
],
"files": [
{
"id": "a1az0f68pltg001z",
"createdAt": "2024-12-02T19:11:31.280Z",
"name": "002b.jpg",
"type": "image/jpeg",
"md5": "35bb5b8007acfb8d1e9010ea941c5d1a",
"size": 0,
"isSensitive": false,
"blurhash": "e4R;=||+fQ|+fQ|+jufQjufQfQfQfQfQfQ|+jufQjufQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/002b.jpg",
"thumbnailUrl": "http://pasture-one-actor/images/002b.jpg",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/xfZq4Fh9BA8",
"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/d5DNfl111kE",
"published": "2024-12-02T19:11: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/Q9yzy8swoCU",
"published": "2024-12-02T19:11:31Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
misskey
{
"id": "a1az0eygpltg0022",
"createdAt": "2024-12-02T19:11: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": "Format svg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0fphpltg0021"
],
"files": [
{
"id": "a1az0fphpltg0021",
"createdAt": "2024-12-02T19:11:31.973Z",
"name": "FediverseLogo.svg",
"type": "image/svg+xml",
"md5": "c0cf4aac6c02350b855e29194f209216",
"size": 0,
"isSensitive": false,
"blurhash": "eLDlNJ.}4.T?Im}fnOEVw[xb9IK[N1w~-T5cO?RPX2$yARM{tkj0t7",
"properties": {},
"url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"thumbnailUrl": "http://pasture-one-actor/assets/FediverseLogo.svg",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/Q9yzy8swoCU",
"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/7puq6cU_FTE",
"published": "2024-12-02T19:11: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/zzxCpM6mIKE",
"published": "2024-12-02T19:11:32Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
misskey
{
"id": "a1az0fq8pltg0024",
"createdAt": "2024-12-02T19:11: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": "Format eps",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0g7vpltg0023"
],
"files": [
{
"id": "a1az0g7vpltg0023",
"createdAt": "2024-12-02T19:11:32.635Z",
"name": "003.eps",
"type": "application/eps",
"md5": "f59d7e3c398b39c20963f63e0a3a91b0",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {},
"url": "http://pasture-one-actor/images/003.eps",
"thumbnailUrl": null,
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/zzxCpM6mIKE",
"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/5_Jo25aRn8o",
"published": "2024-12-02T19:11:33Z",
"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/tBNGaWk_5_M",
"published": "2024-12-02T19:11:33Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
misskey
{
"id": "a1az0gi0pltg0026",
"createdAt": "2024-12-02T19:11:33.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": "Format gif",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0gripltg0025"
],
"files": [
{
"id": "a1az0gripltg0025",
"createdAt": "2024-12-02T19:11:33.342Z",
"name": "003b.gif",
"type": "image/gif",
"md5": "c05f7bb352e5138404cf6e1bc08e296b",
"size": 0,
"isSensitive": false,
"blurhash": "e3QVv9}2fQ}2fQ}2jufQjufQfQfQfQfQfQ}2jufQjufQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/003b.gif",
"thumbnailUrl": "http://pasture-one-actor/images/003b.gif",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/tBNGaWk_5_M",
"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/H3BjELgopuQ",
"published": "2024-12-02T19:11:33Z",
"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/BVa0YOls5qM",
"published": "2024-12-02T19:11:33Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
misskey
{
"id": "a1az0gi0pltg0028",
"createdAt": "2024-12-02T19:11:33.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": "Format tiff",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0h9bpltg0027"
],
"files": [
{
"id": "a1az0h9bpltg0027",
"createdAt": "2024-12-02T19:11:33.983Z",
"name": "003c.tiff",
"type": "image/tiff",
"md5": "92d8395c5f1c0adbcffb38b7fe323a02",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/003c.tiff",
"thumbnailUrl": "http://pasture-one-actor/images/003c.tiff",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/BVa0YOls5qM",
"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/5t0FVQiG1Hg",
"published": "2024-12-02T19:11:34Z",
"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/twStsIPqdAo",
"published": "2024-12-02T19:11:34Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
misskey
{
"id": "a1az0h9spltg002a",
"createdAt": "2024-12-02T19:11:34.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": "Format webp",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0hu1pltg0029"
],
"files": [
{
"id": "a1az0hu1pltg0029",
"createdAt": "2024-12-02T19:11:34.729Z",
"name": "003d.webp",
"type": "image/webp",
"md5": "a42a33ae6e560575b8b63054c62b04d7",
"size": 0,
"isSensitive": false,
"blurhash": "e3MA,K=7a_=8fS=7a^a_a_a}a_a{WoWoa~=8a~WqWqWrjva}WnWna{",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/003d.webp",
"thumbnailUrl": "http://pasture-one-actor/images/003d.webp",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/twStsIPqdAo",
"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/53Lml7V4Fog",
"published": "2024-12-02T19:11:35Z",
"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/FEkf5BbVEs0",
"published": "2024-12-02T19:11:35Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
}
}
no result
Example 11¶
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/1BGbCnxR6ZQ",
"published": "2024-12-02T19:11:47Z",
"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/7bJdkcua7dg",
"published": "2024-12-02T19:11:47Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
misskey
{
"id": "a1az0rawpltg002c",
"createdAt": "2024-12-02T19:11:47.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": "Wrong height / width",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"a1az0rgapltg002b"
],
"files": [
{
"id": "a1az0rgapltg002b",
"createdAt": "2024-12-02T19:11:47.194Z",
"name": "004.png",
"type": "image/png",
"md5": "9a86c1ff2d2cd8505480415422433dfe",
"size": 0,
"isSensitive": false,
"blurhash": "e2Gcv9.AfQ.AfQ.Aj[fQj[fQfQfQfQfQfQ.Aj[fQj[fQfQfQfQfQfQ",
"properties": {
"width": 40,
"height": 40
},
"url": "http://pasture-one-actor/images/004.png",
"thumbnailUrl": "http://pasture-one-actor/images/004.png",
"comment": null,
"folderId": null,
"folder": null,
"userId": "a1ayvetbpltg0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/7bJdkcua7dg",
"clippedCount": 0
}
Example 12¶
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/oXkizX0YJi8",
"published": "2024-12-02T19:11:47Z",
"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/90PuYYzWh7c",
"published": "2024-12-02T19:11:47Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
misskey
{
"id": "a1az0rawpltg002d",
"createdAt": "2024-12-02T19:11:47.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": "No type",
"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/90PuYYzWh7c",
"clippedCount": 0
}
Example 13¶
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/KBDBiCVKPsE",
"published": "2024-12-02T19:11:48Z",
"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/r2KcrQvCqEc",
"published": "2024-12-02T19:11:48Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
}
}
}
misskey
{
"id": "a1az0s2opltg002e",
"createdAt": "2024-12-02T19:11:48.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": "url is Link object",
"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/r2KcrQvCqEc",
"clippedCount": 0
}
Example 14¶
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/dLMsihSP-bs",
"published": "2024-12-02T19:11:49Z",
"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/EXgpG4SQElw",
"published": "2024-12-02T19:11:49Z",
"content": "url is Link object with media type",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006b.png",
"mediaType": "image/png"
}
}
}
}
misskey
{
"id": "a1az0sugpltg002f",
"createdAt": "2024-12-02T19:11:49.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": "url is Link object with media type",
"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/EXgpG4SQElw",
"clippedCount": 0
}
Example 15¶
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/lWLc0tHL-MM",
"published": "2024-12-02T19:11:49Z",
"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/H2gTsuRwzow",
"published": "2024-12-02T19:11:49Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
}
}
}
misskey
{
"id": "a1az0sugpltg002g",
"createdAt": "2024-12-02T19:11:49.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": "url is Link object in an array",
"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/H2gTsuRwzow",
"clippedCount": 0
}
Example 16¶
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/I9RzoL7Ceew",
"published": "2024-12-02T19:11:50Z",
"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/Jg55sFNM0QU",
"published": "2024-12-02T19:11:50Z",
"content": "url is array of two Link objects",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/007.png",
"mediaType": "image/png"
},
{
"type": "Link",
"href": "http://pasture-one-actor/images/008.jpg",
"mediaType": "image/jpeg"
}
]
}
}
}
misskey
{
"id": "a1az0tm8pltg002h",
"createdAt": "2024-12-02T19:11:50.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": "url is array of two Link objects",
"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/Jg55sFNM0QU",
"clippedCount": 0
}