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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/E2VdE6DD4P8",
  "published": "2024-12-20T15:50:32Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/xRqicCXJaCA",
    "published": "2024-12-20T15:50:32Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001.png"
    }
  }
}
misskey
{
  "id": "a20hra689j1a0024",
  "createdAt": "2024-12-20T15:50:32.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrap69j1a0023"
  ],
  "files": [
    {
      "id": "a20hrap69j1a0023",
      "createdAt": "2024-12-20T15:50:32.682Z",
      "name": "001.png",
      "type": "image/png",
      "md5": "b920bfe17c9527f4f3dad272adee422e",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3P,{Z|{fQ|{fQ|{jtfQjtfQfQfQfQfQfQ|{jtfQjtfQfQfQfQfQfQ",
      "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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/xRqicCXJaCA",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/8KJ5XwlOriQ",
  "published": "2024-12-20T15:50:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/ffukDqJ5PDE",
    "published": "2024-12-20T15:50:33Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001b.png",
      "mediaType": "image/png"
    }
  }
}
misskey
{
  "id": "a20hray09j1a0026",
  "createdAt": "2024-12-20T15:50:33.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrb919j1a0025"
  ],
  "files": [
    {
      "id": "a20hrb919j1a0025",
      "createdAt": "2024-12-20T15:50:33.397Z",
      "name": "001b.png",
      "type": "image/png",
      "md5": "9aafe5d6f86be8f1ef6204bee53d48b6",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2HGb7=8fQ=8fQ=8jufQjufQfQfQfQfQfQ=8jufQjufQfQfQfQfQfQ",
      "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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/ffukDqJ5PDE",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/aRDXe1Nkk_o",
  "published": "2024-12-20T15:50:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/o0eKxDtPBU0",
    "published": "2024-12-20T15:50:33Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002.jpg"
    }
  }
}
misskey
{
  "id": "a20hray09j1a0028",
  "createdAt": "2024-12-20T15:50:33.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrbqp9j1a0027"
  ],
  "files": [
    {
      "id": "a20hrbqp9j1a0027",
      "createdAt": "2024-12-20T15:50:34.033Z",
      "name": "002.jpg",
      "type": "image/jpeg",
      "md5": "f16f6b4a03ce14de14c9fcbe142e5a18",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e18kR[y,fQy,fQy,fjfQfjfQfQfQfQfQfQy,fjfQfjfQfQfQfQfQfQ",
      "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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/o0eKxDtPBU0",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/kxCHjozO0Do",
  "published": "2024-12-20T15:50:34Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/RJhtiwbOYi4",
    "published": "2024-12-20T15:50:34Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002b.jpg",
      "mediaType": "image/jpeg"
    }
  }
}
misskey
{
  "id": "a20hrbps9j1a002a",
  "createdAt": "2024-12-20T15:50:34.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrcb69j1a0029"
  ],
  "files": [
    {
      "id": "a20hrcb69j1a0029",
      "createdAt": "2024-12-20T15:50:34.770Z",
      "name": "002b.jpg",
      "type": "image/jpeg",
      "md5": "f089cfa286a7ce0b1674384ead8e8e83",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4SShT}0fQ}0fQ}0jufQjufQfQfQfQfQfQ}0jufQjufQfQfQfQfQfQ",
      "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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/RJhtiwbOYi4",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/uyMyAuw0ECY",
  "published": "2024-12-20T15:50:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/BXlneDrEY6A",
    "published": "2024-12-20T15:50:35Z",
    "content": "Format svg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/assets/FediverseLogo.svg"
    }
  }
}
misskey
{
  "id": "a20hrchk9j1a002c",
  "createdAt": "2024-12-20T15:50:35.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrcv89j1a002b"
  ],
  "files": [
    {
      "id": "a20hrcv89j1a002b",
      "createdAt": "2024-12-20T15:50:35.492Z",
      "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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/BXlneDrEY6A",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/aMOAq4rzHTk",
  "published": "2024-12-20T15:50:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/F8-HAyX0Hws",
    "published": "2024-12-20T15:50:35Z",
    "content": "Format eps",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003.eps"
    }
  }
}
misskey
{
  "id": "a20hrchk9j1a002e",
  "createdAt": "2024-12-20T15:50:35.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrddc9j1a002d"
  ],
  "files": [
    {
      "id": "a20hrddc9j1a002d",
      "createdAt": "2024-12-20T15:50:36.144Z",
      "name": "003.eps",
      "type": "application/eps",
      "md5": "90ee5c4a144a46a0e0b8ce2c219ac2ba",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture-one-actor/images/003.eps",
      "thumbnailUrl": null,
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/F8-HAyX0Hws",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/72Pg-3Le1i8",
  "published": "2024-12-20T15:50:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/KZ8gWSlZW-w",
    "published": "2024-12-20T15:50:36Z",
    "content": "Format gif",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003b.gif"
    }
  }
}
misskey
{
  "id": "a20hrd9c9j1a002g",
  "createdAt": "2024-12-20T15:50:36.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrdx49j1a002f"
  ],
  "files": [
    {
      "id": "a20hrdx49j1a002f",
      "createdAt": "2024-12-20T15:50:36.856Z",
      "name": "003b.gif",
      "type": "image/gif",
      "md5": "429788724311c01652e40ad16372c199",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0D9Y#_4fQ_4fQ_4j[fQj[fQfQfQfQfQfQ_4j[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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/KZ8gWSlZW-w",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/tREF40T6z78",
  "published": "2024-12-20T15:50:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/bSEGxBAUMrs",
    "published": "2024-12-20T15:50:37Z",
    "content": "Format tiff",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003c.tiff"
    }
  }
}
misskey
{
  "id": "a20hre149j1a002i",
  "createdAt": "2024-12-20T15:50:37.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrefx9j1a002h"
  ],
  "files": [
    {
      "id": "a20hrefx9j1a002h",
      "createdAt": "2024-12-20T15:50:37.533Z",
      "name": "003c.tiff",
      "type": "image/tiff",
      "md5": "d4333143778ab0befac9a0c1a19c5182",
      "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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/bSEGxBAUMrs",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/DEgLIVqxsx4",
  "published": "2024-12-20T15:50:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/YlP4AZsIU2o",
    "published": "2024-12-20T15:50:38Z",
    "content": "Format webp",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003d.webp"
    }
  }
}
misskey
{
  "id": "a20hresw9j1a002k",
  "createdAt": "2024-12-20T15:50:38.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hrezw9j1a002j"
  ],
  "files": [
    {
      "id": "a20hrezw9j1a002j",
      "createdAt": "2024-12-20T15:50:38.252Z",
      "name": "003d.webp",
      "type": "image/webp",
      "md5": "4d5fa39e961cb484f4020518daef2ecf",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0BYEG?^fM?^fO?^j;fNj]fRfSfMfMfSfP?^j;fMj^fPfTfPfRfUfS",
      "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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/YlP4AZsIU2o",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/_ZpSHdFYxA0",
  "published": "2024-12-20T15:50:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/B-9NIPs6fNk",
    "published": "2024-12-20T15:50:38Z",
    "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/mEsXhULqzK0",
  "published": "2024-12-20T15:50:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/-k5YDZV2YbI",
    "published": "2024-12-20T15:50:50Z",
    "content": "Wrong height / width",
    "attachment": {
      "type": "Document",
      "width": 13,
      "height": 17,
      "url": "http://pasture-one-actor/images/004.png"
    }
  }
}
misskey
{
  "id": "a20hro289j1a002m",
  "createdAt": "2024-12-20T15:50:50.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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": [
    "a20hroqv9j1a002l"
  ],
  "files": [
    {
      "id": "a20hroqv9j1a002l",
      "createdAt": "2024-12-20T15:50:50.887Z",
      "name": "004.png",
      "type": "image/png",
      "md5": "d2002c545641b41fe550e2e4879a025b",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3QmSm~ifQ~ifQ~ij@fQj@fQfQfQfQfQfQ~ij@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": "a20hm7nn9j1a0002",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/-k5YDZV2YbI",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Y8PsVLQpbKM",
  "published": "2024-12-20T15:50:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/bXYFvAZeWBc",
    "published": "2024-12-20T15:50:51Z",
    "content": "No type",
    "attachment": {
      "url": "http://pasture-one-actor/images/005.png"
    }
  }
}
misskey
{
  "id": "a20hrou09j1a002n",
  "createdAt": "2024-12-20T15:50:51.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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/bXYFvAZeWBc",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/mwo94rQBwbU",
  "published": "2024-12-20T15:50:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/ukgjztBnYkA",
    "published": "2024-12-20T15:50:52Z",
    "content": "url is Link object",
    "attachment": {
      "type": "Image",
      "url": {
        "type": "Link",
        "href": "http://pasture-one-actor/images/006.png"
      }
    }
  }
}
misskey
{
  "id": "a20hrpls9j1a002o",
  "createdAt": "2024-12-20T15:50:52.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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/ukgjztBnYkA",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/s2sAkGb3Op0",
  "published": "2024-12-20T15:50:52Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/gPlu0eqJluY",
    "published": "2024-12-20T15:50:52Z",
    "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": "a20hrpls9j1a002p",
  "createdAt": "2024-12-20T15:50:52.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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/gPlu0eqJluY",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/nAvdERf10P8",
  "published": "2024-12-20T15:50:53Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/vdOLsiJLu-M",
    "published": "2024-12-20T15:50:53Z",
    "content": "url is Link object in an array",
    "attachment": {
      "type": "Image",
      "url": [
        {
          "type": "Link",
          "href": "http://pasture-one-actor/images/006c.png"
        }
      ]
    }
  }
}
misskey
{
  "id": "a20hrqdk9j1a002q",
  "createdAt": "2024-12-20T15:50:53.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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/vdOLsiJLu-M",
  "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/a20hklrzbt480001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/kfszTvOtuhE",
  "published": "2024-12-20T15:50:54Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/a20hklrzbt480001"
    ],
    "id": "http://pasture-one-actor/actor/dPlJZYI5xTY",
    "published": "2024-12-20T15:50:54Z",
    "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": "a20hrr5c9j1a002r",
  "createdAt": "2024-12-20T15:50:54.000Z",
  "userId": "a20hm7nn9j1a0002",
  "user": {
    "id": "a20hm7nn9j1a0002",
    "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/dPlJZYI5xTY",
  "clippedCount": 0
}