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": [
    "http://misskey/users/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/DDKDuZdB0qY",
  "published": "2025-02-07T20:50:08Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/XBR1S02-ViA",
    "published": "2025-02-07T20:50:08Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001.png"
    }
  }
}
misskey
{
  "id": "a3yt1b7kpl2g002g",
  "createdAt": "2025-02-07T20:50:08.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1bclpl2g002f"
  ],
  "files": [
    {
      "id": "a3yt1bclpl2g002f",
      "createdAt": "2025-02-07T20:50:08.181Z",
      "name": "001.png",
      "type": "image/png",
      "md5": "22b66cea73897bea6d1ff58032c2e489",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e39C*UuZfQuZfQuZfjfQfjfQfQfQfQfQfQuZfjfQfjfQfQfQfQfQfQ",
      "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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/XBR1S02-ViA",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/DFLvxHXWTAg",
  "published": "2025-02-07T20:50:08Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/QyEtWt5YuD0",
    "published": "2025-02-07T20:50:08Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001b.png",
      "mediaType": "image/png"
    }
  }
}
misskey
{
  "id": "a3yt1b7kpl2g002i",
  "createdAt": "2025-02-07T20:50:08.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1bw1pl2g002h"
  ],
  "files": [
    {
      "id": "a3yt1bw1pl2g002h",
      "createdAt": "2025-02-07T20:50:08.881Z",
      "name": "001b.png",
      "type": "image/png",
      "md5": "67f1dd4ffc4a136ce6612a227560d185",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3P_Sz}LfQ}LfQ}LjufQjufQfQfQfQfQfQ}LjufQjufQfQfQfQfQfQ",
      "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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/QyEtWt5YuD0",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/8X1yO2j2s-I",
  "published": "2025-02-07T20:50:09Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/AHAmzKQ41FU",
    "published": "2025-02-07T20:50:09Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002.jpg"
    }
  }
}
misskey
{
  "id": "a3yt1bzcpl2g002k",
  "createdAt": "2025-02-07T20:50:09.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1cg8pl2g002j"
  ],
  "files": [
    {
      "id": "a3yt1cg8pl2g002j",
      "createdAt": "2025-02-07T20:50:09.608Z",
      "name": "002.jpg",
      "type": "image/jpeg",
      "md5": "a7af54fd978a2003a6b359298c33e27b",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0900e.efQ.efQ.ej@fQj@fQfQfQfQfQfQ.ej@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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/AHAmzKQ41FU",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/4jZPh1I6ixo",
  "published": "2025-02-07T20:50:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/PMuTqIx3wv4",
    "published": "2025-02-07T20:50:10Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002b.jpg",
      "mediaType": "image/jpeg"
    }
  }
}
misskey
{
  "id": "a3yt1cr4pl2g002m",
  "createdAt": "2025-02-07T20:50:10.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1czypl2g002l"
  ],
  "files": [
    {
      "id": "a3yt1czypl2g002l",
      "createdAt": "2025-02-07T20:50:10.318Z",
      "name": "002b.jpg",
      "type": "image/jpeg",
      "md5": "42e084c280b9cd4e4cc0c8f42f45c15d",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3JJ74.TfQ.TfQ.Tj[fQj[fQfQfQfQfQfQ.Tj[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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/PMuTqIx3wv4",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/_IQfsO7h4dY",
  "published": "2025-02-07T20:50:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/6i8buGAYJJM",
    "published": "2025-02-07T20:50:10Z",
    "content": "Format svg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/assets/FediverseLogo.svg"
    }
  }
}
misskey
{
  "id": "a3yt1cr4pl2g002o",
  "createdAt": "2025-02-07T20:50:10.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1djwpl2g002n"
  ],
  "files": [
    {
      "id": "a3yt1djwpl2g002n",
      "createdAt": "2025-02-07T20:50:11.036Z",
      "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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/6i8buGAYJJM",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/JDQlPfSLgTY",
  "published": "2025-02-07T20:50:11Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/wZLXmY0ymqM",
    "published": "2025-02-07T20:50:11Z",
    "content": "Format eps",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003.eps"
    }
  }
}
misskey
{
  "id": "a3yt1diwpl2g002q",
  "createdAt": "2025-02-07T20:50:11.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1e2cpl2g002p"
  ],
  "files": [
    {
      "id": "a3yt1e2cpl2g002p",
      "createdAt": "2025-02-07T20:50:11.700Z",
      "name": "003.eps",
      "type": "application/eps",
      "md5": "356b8398c2710dbb8ce5a6ef89d1c715",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture-one-actor/images/003.eps",
      "thumbnailUrl": null,
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/wZLXmY0ymqM",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/E9_YABxf0-4",
  "published": "2025-02-07T20:50:12Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/WGvHsFhFUoE",
    "published": "2025-02-07T20:50:12Z",
    "content": "Format gif",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003b.gif"
    }
  }
}
misskey
{
  "id": "a3yt1eaopl2g002s",
  "createdAt": "2025-02-07T20:50:12.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1ekcpl2g002r"
  ],
  "files": [
    {
      "id": "a3yt1ekcpl2g002r",
      "createdAt": "2025-02-07T20:50:12.348Z",
      "name": "003b.gif",
      "type": "image/gif",
      "md5": "d5f0e06fda335af95e63699ca537bde7",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e09+A=.mfQ.mfQ.mj[fQj[fQfQfQfQfQfQ.mj[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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/WGvHsFhFUoE",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/QHBFF1wZd_0",
  "published": "2025-02-07T20:50:12Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/plktis4nnVU",
    "published": "2025-02-07T20:50:12Z",
    "content": "Format tiff",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003c.tiff"
    }
  }
}
misskey
{
  "id": "a3yt1eaopl2g002u",
  "createdAt": "2025-02-07T20:50:12.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1f2hpl2g002t"
  ],
  "files": [
    {
      "id": "a3yt1f2hpl2g002t",
      "createdAt": "2025-02-07T20:50:13.001Z",
      "name": "003c.tiff",
      "type": "image/tiff",
      "md5": "145b8fbc4017145d0e6514e73f5294e7",
      "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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/plktis4nnVU",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/iMfE4ctVYow",
  "published": "2025-02-07T20:50:13Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/8Qr7wohwQi8",
    "published": "2025-02-07T20:50:13Z",
    "content": "Format webp",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003d.webp"
    }
  }
}
misskey
{
  "id": "a3yt1f2gpl2g002w",
  "createdAt": "2025-02-07T20:50:13.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1fm0pl2g002v"
  ],
  "files": [
    {
      "id": "a3yt1fm0pl2g002v",
      "createdAt": "2025-02-07T20:50:13.704Z",
      "name": "003d.webp",
      "type": "image/webp",
      "md5": "37f22d29d83e89a5016e576b37f4d462",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4IOiT%QfQ%QfQ%Qj[fQj[fQfQfQfQfQfQ%Qj[fQj[fQfQfQfQfQfQ",
      "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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/8Qr7wohwQi8",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/brkiTYwO3qI",
  "published": "2025-02-07T20:50:14Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/nsVBmuN5H5A",
    "published": "2025-02-07T20:50:14Z",
    "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/aoFgFkv2vS8",
  "published": "2025-02-07T20:50:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/0D3AJN1AH4w",
    "published": "2025-02-07T20:50:25Z",
    "content": "Wrong height / width",
    "attachment": {
      "type": "Document",
      "width": 13,
      "height": 17,
      "url": "http://pasture-one-actor/images/004.png"
    }
  }
}
misskey
{
  "id": "a3yt1obspl2g002y",
  "createdAt": "2025-02-07T20:50:25.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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": [
    "a3yt1p2apl2g002x"
  ],
  "files": [
    {
      "id": "a3yt1p2apl2g002x",
      "createdAt": "2025-02-07T20:50:25.954Z",
      "name": "004.png",
      "type": "image/png",
      "md5": "c8a143c00384a278131bddc4640efd16",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4S^|9}XfQ}XfQ}Xj@fQj@fQfQfQfQfQfQ}Xj@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": "a3ysz1b3pl2g0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/0D3AJN1AH4w",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/PGjVXE8QZpw",
  "published": "2025-02-07T20:50:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/rpfX7mzKpGc",
    "published": "2025-02-07T20:50:26Z",
    "content": "No type",
    "attachment": {
      "url": "http://pasture-one-actor/images/005.png"
    }
  }
}
misskey
{
  "id": "a3yt1p3kpl2g002z",
  "createdAt": "2025-02-07T20:50:26.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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/rpfX7mzKpGc",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/rM5tSHzfqJw",
  "published": "2025-02-07T20:50:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/K2LscV02osk",
    "published": "2025-02-07T20:50:27Z",
    "content": "url is Link object",
    "attachment": {
      "type": "Image",
      "url": {
        "type": "Link",
        "href": "http://pasture-one-actor/images/006.png"
      }
    }
  }
}
misskey
{
  "id": "a3yt1pvcpl2g0030",
  "createdAt": "2025-02-07T20:50:27.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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/K2LscV02osk",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/D3Rv5z_FESU",
  "published": "2025-02-07T20:50:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/PqdCHbglkqE",
    "published": "2025-02-07T20:50:27Z",
    "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": "a3yt1pvcpl2g0031",
  "createdAt": "2025-02-07T20:50:27.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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/PqdCHbglkqE",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/jtgJa_sO0zw",
  "published": "2025-02-07T20:50:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/JAglx9-LL6o",
    "published": "2025-02-07T20:50:28Z",
    "content": "url is Link object in an array",
    "attachment": {
      "type": "Image",
      "url": [
        {
          "type": "Link",
          "href": "http://pasture-one-actor/images/006c.png"
        }
      ]
    }
  }
}
misskey
{
  "id": "a3yt1qn4pl2g0032",
  "createdAt": "2025-02-07T20:50:28.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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/JAglx9-LL6o",
  "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/a3ysx3jhjhiz0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/FqQkb3wBo28",
  "published": "2025-02-07T20:50:29Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a3ysx3jhjhiz0001"
    ],
    "id": "http://pasture-one-actor/actor/qEsYDCNc00o",
    "published": "2025-02-07T20:50:29Z",
    "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": "a3yt1rewpl2g0033",
  "createdAt": "2025-02-07T20:50:29.000Z",
  "userId": "a3ysz1b3pl2g0002",
  "user": {
    "id": "a3ysz1b3pl2g0002",
    "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/qEsYDCNc00o",
  "clippedCount": 0
}