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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/CsM8F8HMeYI",
"published": "2024-08-29T10:18:28Z",
"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/JapBFr4J8CQ",
"published": "2024-08-29T10:18:28Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
misskey
{
"id": "9xip4zdslhae001w",
"createdAt": "2024-08-29T10:18:28.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": "Format png",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip4zrulhae001v"
],
"files": [
{
"id": "9xip4zrulhae001v",
"createdAt": "2024-08-29T10:18:28.506Z",
"name": "001.png",
"type": "image/png",
"md5": "d0109b815ad738231731b7c53e4413f8",
"size": 0,
"isSensitive": false,
"blurhash": "e1J;*8}WfQ}WfQ}Wj@fQj@fQfQfQfQfQfQ}Wj@fQj@fQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/JapBFr4J8CQ",
"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/2Es11i6_nP0",
"published": "2024-08-29T10:18:29Z",
"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/6GvrAR6XIg0",
"published": "2024-08-29T10:18:29Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
misskey
{
"id": "9xip505klhae001y",
"createdAt": "2024-08-29T10:18:29.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": "Format png",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip50bklhae001x"
],
"files": [
{
"id": "9xip50bklhae001x",
"createdAt": "2024-08-29T10:18:29.216Z",
"name": "001b.png",
"type": "image/png",
"md5": "6c5ce1ae44ca7b0f70a5f438b9d79d87",
"size": 0,
"isSensitive": false,
"blurhash": "e4N.MY??fQ??fQ??j[fQj[fQfQfQfQfQfQ??j[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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/6GvrAR6XIg0",
"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/8bWKy4QCKzM",
"published": "2024-08-29T10:18:29Z",
"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/XbQJI3oME7s",
"published": "2024-08-29T10:18:29Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
misskey
{
"id": "9xip505klhae0020",
"createdAt": "2024-08-29T10:18:29.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": "Format jpg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip50v6lhae001z"
],
"files": [
{
"id": "9xip50v6lhae001z",
"createdAt": "2024-08-29T10:18:29.922Z",
"name": "002.jpg",
"type": "image/jpeg",
"md5": "807bb8760c880bd2a9b9a37c90f5ce5e",
"size": 0,
"isSensitive": false,
"blurhash": "e33G61lzfQlzfQlzfjfQfjfQfQfQfQfQfQlzfjfQfjfQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/XbQJI3oME7s",
"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/jejpkj9F6PU",
"published": "2024-08-29T10:18:30Z",
"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/KJST88SAzzE",
"published": "2024-08-29T10:18:30Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
misskey
{
"id": "9xip50xclhae0022",
"createdAt": "2024-08-29T10:18:30.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": "Format jpg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip51edlhae0021"
],
"files": [
{
"id": "9xip51edlhae0021",
"createdAt": "2024-08-29T10:18:30.613Z",
"name": "002b.jpg",
"type": "image/jpeg",
"md5": "c54d56c83205d0c86bfa17a7a6231781",
"size": 0,
"isSensitive": false,
"blurhash": "e2M}Ub}ufQ}ufQ}uj[fQj[fQfQfQfQfQfQ}uj[fQj[fQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/KJST88SAzzE",
"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/L255Gn87W-s",
"published": "2024-08-29T10:18:31Z",
"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/oWyUWmNAw_g",
"published": "2024-08-29T10:18:31Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
misskey
{
"id": "9xip51p4lhae0024",
"createdAt": "2024-08-29T10:18:31.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": "Format svg",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip51xolhae0023"
],
"files": [
{
"id": "9xip51xolhae0023",
"createdAt": "2024-08-29T10:18:31.308Z",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/oWyUWmNAw_g",
"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/fHPEqXht6OM",
"published": "2024-08-29T10:18:31Z",
"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/E9EtTbD7_Ng",
"published": "2024-08-29T10:18:31Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
misskey
{
"id": "9xip51p4lhae0026",
"createdAt": "2024-08-29T10:18:31.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": "Format eps",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip52gjlhae0025"
],
"files": [
{
"id": "9xip52gjlhae0025",
"createdAt": "2024-08-29T10:18:31.987Z",
"name": "003.eps",
"type": "application/eps",
"md5": "0efb6a70711bfa2077684f83f9e91ff3",
"size": 0,
"isSensitive": false,
"blurhash": null,
"properties": {},
"url": "http://pasture-one-actor/images/003.eps",
"thumbnailUrl": null,
"comment": null,
"folderId": null,
"folder": null,
"userId": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/E9EtTbD7_Ng",
"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/lQ2QC-XkF1E",
"published": "2024-08-29T10:18:32Z",
"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/fy7DiRgnmHM",
"published": "2024-08-29T10:18:32Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
misskey
{
"id": "9xip52gwlhae0028",
"createdAt": "2024-08-29T10:18:32.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": "Format gif",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip530dlhae0027"
],
"files": [
{
"id": "9xip530dlhae0027",
"createdAt": "2024-08-29T10:18:32.701Z",
"name": "003b.gif",
"type": "image/gif",
"md5": "c9c60e3bebe23e2f851dbcd8e76cf8ba",
"size": 0,
"isSensitive": false,
"blurhash": "e19S-gyYfQyYfQyYj[fQj[fQfQfQfQfQfQyYj[fQj[fQfQfQfQfQfQ",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/fy7DiRgnmHM",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/cJM43fCGKGI",
"published": "2024-08-29T10:18:33Z",
"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/W8eW1CGqQxE",
"published": "2024-08-29T10:18:33Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
misskey
{
"id": "9xip538olhae002a",
"createdAt": "2024-08-29T10:18:33.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": "Format tiff",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip53iblhae0029"
],
"files": [
{
"id": "9xip53iblhae0029",
"createdAt": "2024-08-29T10:18:33.347Z",
"name": "003c.tiff",
"type": "image/tiff",
"md5": "6fb31157c90030b9a787ebdd70ab8d45",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/W8eW1CGqQxE",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/n8E77I9jj3E",
"published": "2024-08-29T10:18:33Z",
"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/IVgNCBCrTeM",
"published": "2024-08-29T10:18:33Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
misskey
{
"id": "9xip538olhae002c",
"createdAt": "2024-08-29T10:18:33.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": "Format webp",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip542slhae002b"
],
"files": [
{
"id": "9xip542slhae002b",
"createdAt": "2024-08-29T10:18:34.084Z",
"name": "003d.webp",
"type": "image/webp",
"md5": "3e63859202ab30f9cda405a6b095b0f5",
"size": 0,
"isSensitive": false,
"blurhash": "e29.Qcy,jay,jay,kAjajtjajajafjbGbGy,jtbGbZbGjajabGbGbG",
"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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/IVgNCBCrTeM",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/b_rOH-t9TjM",
"published": "2024-08-29T10:18:34Z",
"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/Mub5yaDWVCA",
"published": "2024-08-29T10:18:34Z",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/lheBxn4zPOU",
"published": "2024-08-29T10:18:46Z",
"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/72_Ysn2g2pQ",
"published": "2024-08-29T10:18:46Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
misskey
{
"id": "9xip5d9slhae002e",
"createdAt": "2024-08-29T10:18:46.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": "Wrong height / width",
"cw": null,
"visibility": "public",
"localOnly": false,
"reactionAcceptance": null,
"renoteCount": 0,
"repliesCount": 0,
"reactionCount": 0,
"reactions": {},
"reactionEmojis": {},
"emojis": {},
"fileIds": [
"9xip5dnclhae002d"
],
"files": [
{
"id": "9xip5dnclhae002d",
"createdAt": "2024-08-29T10:18:46.488Z",
"name": "004.png",
"type": "image/png",
"md5": "3049cf68fddfcd25f053bc0bb3a730bf",
"size": 0,
"isSensitive": false,
"blurhash": "e3QIN.~QfQ~QfQ~Qj@fQj@fQfQfQfQfQfQ~Qj@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": "9xip2f4xlhae0002",
"user": null
}
],
"replyId": null,
"renoteId": null,
"uri": "http://pasture-one-actor/actor/72_Ysn2g2pQ",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/cpdiMiQQM8M",
"published": "2024-08-29T10:18:46Z",
"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/wfVNyXxXPLk",
"published": "2024-08-29T10:18:46Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
misskey
{
"id": "9xip5d9slhae002f",
"createdAt": "2024-08-29T10:18:46.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": "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/wfVNyXxXPLk",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/3Jtzm7_xoBw",
"published": "2024-08-29T10:18:47Z",
"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/npF5jmjK4QM",
"published": "2024-08-29T10:18:47Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
}
}
}
misskey
{
"id": "9xip5e1klhae002g",
"createdAt": "2024-08-29T10:18:47.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": "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/npF5jmjK4QM",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/kNhqMzPgncE",
"published": "2024-08-29T10:18:48Z",
"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/pZaC1JLiJVE",
"published": "2024-08-29T10:18:48Z",
"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": "9xip5etclhae002h",
"createdAt": "2024-08-29T10:18:48.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": "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/pZaC1JLiJVE",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/GAI8XMFtr7k",
"published": "2024-08-29T10:18:49Z",
"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/fvTfPqbdk84",
"published": "2024-08-29T10:18: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": "9xip5fl4lhae002i",
"createdAt": "2024-08-29T10:18:49.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": "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/fvTfPqbdk84",
"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": [
"http://misskey/users/9xip0o29kqju0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FuVOn9ox3So",
"published": "2024-08-29T10:18:49Z",
"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/4YCSk9NML3s",
"published": "2024-08-29T10:18:49Z",
"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": "9xip5fl4lhae002j",
"createdAt": "2024-08-29T10:18:49.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": "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/4YCSk9NML3s",
"clippedCount": 0
}