Skip to content

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. A "-" means that the message was parsed, but no attachment was generated. The text, e.g. image or unknown is the the media type the Fediverse application determined for the attachment.

We furthermore wish to point out that having several links in the url property is useful to both offer the attachment in different formats and say dimensions, e.g. one high resolution and one low resolution one.

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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/QmBbXN736V8",
  "published": "2025-02-27T19:46:56Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/8sHKcJ7oERw",
    "published": "2025-02-27T19:46:56Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001.png"
    }
  }
}
misskey
{
  "id": "a4rbl2m824vf002g",
  "createdAt": "2025-02-27T19:46:56.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl35u24vf002f"
  ],
  "files": [
    {
      "id": "a4rbl35u24vf002f",
      "createdAt": "2025-02-27T19:46:56.706Z",
      "name": "001.png",
      "type": "image/png",
      "md5": "2d364b8e0641e6b0654d68d5ebd81385",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3PneZ}FfQ}FfQ}FjtfQjtfQfQfQfQfQfQ}FjtfQjtfQfQfQfQfQfQ",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/8sHKcJ7oERw",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/4BSddZefX1c",
  "published": "2025-02-27T19:46:57Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/X00hbSrK_9w",
    "published": "2025-02-27T19:46:57Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001b.png",
      "mediaType": "image/png"
    }
  }
}
misskey
{
  "id": "a4rbl3e024vf002i",
  "createdAt": "2025-02-27T19:46:57.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl3pl24vf002h"
  ],
  "files": [
    {
      "id": "a4rbl3pl24vf002h",
      "createdAt": "2025-02-27T19:46:57.417Z",
      "name": "001b.png",
      "type": "image/png",
      "md5": "4ae8e62210b773a4fef58476435e7195",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e11:x|kJfQkJfQkJfRfQfRfQfQfQfQfQfQkJfRfQfRfQfQfQfQfQfQ",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/X00hbSrK_9w",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/qJGWnQIV9Ns",
  "published": "2025-02-27T19:46:57Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/q-9jGtPOQFI",
    "published": "2025-02-27T19:46:57Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002.jpg"
    }
  }
}
misskey
{
  "id": "a4rbl3e024vf002k",
  "createdAt": "2025-02-27T19:46:57.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl47524vf002j"
  ],
  "files": [
    {
      "id": "a4rbl47524vf002j",
      "createdAt": "2025-02-27T19:46:58.049Z",
      "name": "002.jpg",
      "type": "image/jpeg",
      "md5": "c0f9d3aa60043a70647a8e2b0e0206e0",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3QADM~mfQ~mfQ~mj[fQj[fQfQfQfQfQfQ~mj[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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/q-9jGtPOQFI",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/CXewGWr8nlg",
  "published": "2025-02-27T19:46:58Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/r9Mp9kOEbb0",
    "published": "2025-02-27T19:46:58Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002b.jpg",
      "mediaType": "image/jpeg"
    }
  }
}
misskey
{
  "id": "a4rbl45s24vf002m",
  "createdAt": "2025-02-27T19:46:58.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl4oh24vf002l"
  ],
  "files": [
    {
      "id": "a4rbl4oh24vf002l",
      "createdAt": "2025-02-27T19:46:58.673Z",
      "name": "002b.jpg",
      "type": "image/jpeg",
      "md5": "315e3dc2e063f7fd44566124a6466a9e",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e22}U=j%fQj%fQj%fRfQfRfQfQfQfQfQfQj%fRfQfRfQfQfQfQfQfQ",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/r9Mp9kOEbb0",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/O5r26EtkToA",
  "published": "2025-02-27T19:46:59Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/mFBLbcYno8Y",
    "published": "2025-02-27T19:46:59Z",
    "content": "Format svg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/assets/FediverseLogo.svg"
    }
  }
}
misskey
{
  "id": "a4rbl4xk24vf002o",
  "createdAt": "2025-02-27T19:46:59.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl57o24vf002n"
  ],
  "files": [
    {
      "id": "a4rbl57o24vf002n",
      "createdAt": "2025-02-27T19:46:59.364Z",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/mFBLbcYno8Y",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/Na9GjT7rzHI",
  "published": "2025-02-27T19:46:59Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/Hni95dNr4b4",
    "published": "2025-02-27T19:46:59Z",
    "content": "Format eps",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003.eps"
    }
  }
}
misskey
{
  "id": "a4rbl4xk24vf002q",
  "createdAt": "2025-02-27T19:46:59.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl5qx24vf002p"
  ],
  "files": [
    {
      "id": "a4rbl5qx24vf002p",
      "createdAt": "2025-02-27T19:47:00.057Z",
      "name": "003.eps",
      "type": "application/eps",
      "md5": "783e7a4d945df71e2332de159e848440",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture-one-actor/images/003.eps",
      "thumbnailUrl": null,
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/Hni95dNr4b4",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/7Q8aS5WH4xI",
  "published": "2025-02-27T19:47:00Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/pja_VTsKcc0",
    "published": "2025-02-27T19:47:00Z",
    "content": "Format gif",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003b.gif"
    }
  }
}
misskey
{
  "id": "a4rbl5pc24vf002s",
  "createdAt": "2025-02-27T19:47:00.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl6a924vf002r"
  ],
  "files": [
    {
      "id": "a4rbl6a924vf002r",
      "createdAt": "2025-02-27T19:47:00.753Z",
      "name": "003b.gif",
      "type": "image/gif",
      "md5": "9153ebea4a9639197bad604e99e60433",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e24a.rqCfQqCfQqCfkfQfkfQfQfQfQfQfQqCfkfQfkfQfQfQfQfQfQ",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/pja_VTsKcc0",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/cPQk2dbK3Uo",
  "published": "2025-02-27T19:47:01Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/VhgJySYSsQ4",
    "published": "2025-02-27T19:47:01Z",
    "content": "Format tiff",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003c.tiff"
    }
  }
}
misskey
{
  "id": "a4rbl6h424vf002u",
  "createdAt": "2025-02-27T19:47:01.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl6s624vf002t"
  ],
  "files": [
    {
      "id": "a4rbl6s624vf002t",
      "createdAt": "2025-02-27T19:47:01.398Z",
      "name": "003c.tiff",
      "type": "image/tiff",
      "md5": "f934ca65badea6153e6c5bcb22e9447f",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/VhgJySYSsQ4",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/XuKlR1W_c2Y",
  "published": "2025-02-27T19:47:01Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/yW13fjDJ-44",
    "published": "2025-02-27T19:47:01Z",
    "content": "Format webp",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003d.webp"
    }
  }
}
misskey
{
  "id": "a4rbl6h424vf002w",
  "createdAt": "2025-02-27T19:47:01.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rbl7cq24vf002v"
  ],
  "files": [
    {
      "id": "a4rbl7cq24vf002v",
      "createdAt": "2025-02-27T19:47:02.138Z",
      "name": "003d.webp",
      "type": "image/webp",
      "md5": "b5f4649ae330d6ce88b3227c6bf7860b",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3QE{V}bfh}bfR}bj=fgj?fifhfgfhfkfR}bj?fRjvf9fSfRfPfPfP",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/yW13fjDJ-44",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/mH7N-a2eQoc",
  "published": "2025-02-27T19:47:02Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/ik7c6Gq08ok",
    "published": "2025-02-27T19:47:02Z",
    "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/FRu11rbzIJM",
  "published": "2025-02-27T19:47:14Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/CeKeKp8epkU",
    "published": "2025-02-27T19:47:14Z",
    "content": "Wrong height / width",
    "attachment": {
      "type": "Document",
      "width": 13,
      "height": 17,
      "url": "http://pasture-one-actor/images/004.png"
    }
  }
}
misskey
{
  "id": "a4rblgi824vf002y",
  "createdAt": "2025-02-27T19:47:14.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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": [
    "a4rblgvn24vf002x"
  ],
  "files": [
    {
      "id": "a4rblgvn24vf002x",
      "createdAt": "2025-02-27T19:47:14.483Z",
      "name": "004.png",
      "type": "image/png",
      "md5": "e8f12946b166596155521ce1a5ee1586",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e47$~%pyfQpyfQpyfkfQfkfQfQfQfQfQfQpyfkfQfkfQfQfQfQfQfQ",
      "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": "a4rbitox24vf0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/CeKeKp8epkU",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/PpQibZUAuu8",
  "published": "2025-02-27T19:47:14Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/FYa7KQh-GPM",
    "published": "2025-02-27T19:47:14Z",
    "content": "No type",
    "attachment": {
      "url": "http://pasture-one-actor/images/005.png"
    }
  }
}
misskey
{
  "id": "a4rblgi824vf002z",
  "createdAt": "2025-02-27T19:47:14.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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/FYa7KQh-GPM",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/FWX6rpJePcQ",
  "published": "2025-02-27T19:47:15Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/KK8i6oLb4F8",
    "published": "2025-02-27T19:47:15Z",
    "content": "url is Link object",
    "attachment": {
      "type": "Image",
      "url": {
        "type": "Link",
        "href": "http://pasture-one-actor/images/006.png"
      }
    }
  }
}
misskey
{
  "id": "a4rblha024vf0030",
  "createdAt": "2025-02-27T19:47:15.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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/KK8i6oLb4F8",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/yx2OSRmIPTA",
  "published": "2025-02-27T19:47:16Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/iv-njDsZz5U",
    "published": "2025-02-27T19:47:16Z",
    "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": "a4rbli1s24vf0031",
  "createdAt": "2025-02-27T19:47:16.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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/iv-njDsZz5U",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/5PN4wnDx-9s",
  "published": "2025-02-27T19:47:16Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/0LORtH_noeY",
    "published": "2025-02-27T19:47:16Z",
    "content": "url is Link object in an array",
    "attachment": {
      "type": "Image",
      "url": [
        {
          "type": "Link",
          "href": "http://pasture-one-actor/images/006c.png"
        }
      ]
    }
  }
}
misskey
{
  "id": "a4rbli1s24vf0032",
  "createdAt": "2025-02-27T19:47:16.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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/0LORtH_noeY",
  "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/a4rbgyeyr4570001"
  ],
  "id": "http://pasture-one-actor/actor/BaSba40CfwA",
  "published": "2025-02-27T19:47:17Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a4rbgyeyr4570001"
    ],
    "id": "http://pasture-one-actor/actor/wi8IwgB434w",
    "published": "2025-02-27T19:47:17Z",
    "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": "a4rblitk24vf0033",
  "createdAt": "2025-02-27T19:47:17.000Z",
  "userId": "a4rbitox24vf0002",
  "user": {
    "id": "a4rbitox24vf0002",
    "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/wi8IwgB434w",
  "clippedCount": 0
}