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.

Examples

Example 1

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/K2yPsmyFZE8",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/22RbLwdZrYg",
    "published": "2024-03-02T14:15:31Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/images/001.png"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqchx4kaol001o",
  "createdAt": "2024-03-02T14:15:31.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqcildkaol001n"
  ],
  "files": [
    {
      "id": "9qdqcildkaol001n",
      "createdAt": "2024-03-02T14:15:31.873Z",
      "name": "001.png",
      "type": "image/png",
      "md5": "52f996714137891bbdbae8b3cc125ec4",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4IjSm%%fQ%%fQ%%j[fQj[fQfQfQfQfQfQ%%j[fQj[fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/001.png",
      "thumbnailUrl": "http://pasture_one_actor/images/001.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/22RbLwdZrYg",
  "clippedCount": 0
}
```

Example 2

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/doDX6SQnSKU",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/OqFnMKLFPB8",
    "published": "2024-03-02T14:15:33Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/images/001b.png",
      "mediaType": "image/png"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcjgokaol001q",
  "createdAt": "2024-03-02T14:15:33.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqck7lkaol001p"
  ],
  "files": [
    {
      "id": "9qdqck7lkaol001p",
      "createdAt": "2024-03-02T14:15:33.969Z",
      "name": "001b.png",
      "type": "image/png",
      "md5": "0077944c959d442b7aed3fa46a007777",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4H|wY%%fQ%%fQ%%j[fQj[fQfQfQfQfQfQ%%j[fQj[fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/001b.png",
      "thumbnailUrl": "http://pasture_one_actor/images/001b.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/OqFnMKLFPB8",
  "clippedCount": 0
}
```

Example 3

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/QCg3Fc_0k-s",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/rcRavX-zhN8",
    "published": "2024-03-02T14:15:35Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/002.jpg"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcl08kaol001s",
  "createdAt": "2024-03-02T14:15:35.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqclsokaol001r"
  ],
  "files": [
    {
      "id": "9qdqclsokaol001r",
      "createdAt": "2024-03-02T14:15:36.024Z",
      "name": "002.jpg",
      "type": "image/jpeg",
      "md5": "b861e44aeffd7431c664af54cd18278c",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2Lv|*];fQ];fQ];jufQjufQfQfQfQfQfQ];jufQjufQfQfQfQfQfQ",
      "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": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/rcRavX-zhN8",
  "clippedCount": 0
}
```

Example 4

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/MaBxUt1IaDc",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/gOH-vPmyr3A",
    "published": "2024-03-02T14:15:38Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/002b.jpg",
      "mediaType": "image/jpeg"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcnbkkaol001u",
  "createdAt": "2024-03-02T14:15:38.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqcndtkaol001t"
  ],
  "files": [
    {
      "id": "9qdqcndtkaol001t",
      "createdAt": "2024-03-02T14:15:38.081Z",
      "name": "002b.jpg",
      "type": "image/jpeg",
      "md5": "6b7a1a03a1e950461d1d36b25ae2b067",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2Md%:|#fQ|#fQ|#jufQjufQfQfQfQfQfQ|#jufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/002b.jpg",
      "thumbnailUrl": "http://pasture_one_actor/images/002b.jpg",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/gOH-vPmyr3A",
  "clippedCount": 0
}
```

Example 5

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/EfzTY5AE2MQ",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/CIUyO1W12JY",
    "published": "2024-03-02T14:15:40Z",
    "content": "Format svg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/assets/FediverseLogo.svg"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcov4kaol001w",
  "createdAt": "2024-03-02T14:15:40.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqcoz8kaol001v"
  ],
  "files": [
    {
      "id": "9qdqcoz8kaol001v",
      "createdAt": "2024-03-02T14:15:40.148Z",
      "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": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/CIUyO1W12JY",
  "clippedCount": 0
}
```

Example 6

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/z3OR_HE9S-g",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/25HVu4aSToA",
    "published": "2024-03-02T14:15:42Z",
    "content": "Format eps",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003.eps"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcqeokaol001y",
  "createdAt": "2024-03-02T14:15:42.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqcqkikaol001x"
  ],
  "files": [
    {
      "id": "9qdqcqkikaol001x",
      "createdAt": "2024-03-02T14:15:42.210Z",
      "name": "003.eps",
      "type": "application/eps",
      "md5": "1ed071c75893aaf91ff1dd8159af75c4",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture_one_actor/images/003.eps",
      "thumbnailUrl": null,
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/25HVu4aSToA",
  "clippedCount": 0
}
```

Example 7

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/1BIJsSmMq5U",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/bA3aKq-Wphc",
    "published": "2024-03-02T14:15:44Z",
    "content": "Format gif",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003b.gif"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcry8kaol0020",
  "createdAt": "2024-03-02T14:15:44.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqcs5skaol001z"
  ],
  "files": [
    {
      "id": "9qdqcs5skaol001z",
      "createdAt": "2024-03-02T14:15:44.272Z",
      "name": "003b.gif",
      "type": "image/gif",
      "md5": "0d8d819604af22720bd4833c775d0598",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e47N3xp3fQp3fQp3fkfQfkfQfQfQfQfQfQp3fkfQfkfQfQfQfQfQfQ",
      "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": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/bA3aKq-Wphc",
  "clippedCount": 0
}
```

Example 8

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/Bh09VYap_GA",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/7aj2gBg70u0",
    "published": "2024-03-02T14:15:46Z",
    "content": "Format tiff",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003c.tiff"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcthskaol0022",
  "createdAt": "2024-03-02T14:15:46.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqctq2kaol0021"
  ],
  "files": [
    {
      "id": "9qdqctq2kaol0021",
      "createdAt": "2024-03-02T14:15:46.298Z",
      "name": "003c.tiff",
      "type": "image/tiff",
      "md5": "aebf9264de24f2f8cab64ddb96124f66",
      "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": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/7aj2gBg70u0",
  "clippedCount": 0
}
```

Example 9

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/ngTs4-sYFjs",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/9uVaV9PGFmc",
    "published": "2024-03-02T14:15:48Z",
    "content": "Format webp",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003d.webp"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcv1ckaol0024",
  "createdAt": "2024-03-02T14:15:48.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqcvcqkaol0023"
  ],
  "files": [
    {
      "id": "9qdqcvcqkaol0023",
      "createdAt": "2024-03-02T14:15:48.410Z",
      "name": "003d.webp",
      "type": "image/webp",
      "md5": "a4f2459f15df3ede0badf2d2a1058499",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2LtW}]Uo1|xsU|eo1a|Wpa|o1jtWpSMSf]UWpa|o1WpfQWpa|fQWp",
      "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": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/9uVaV9PGFmc",
  "clippedCount": 0
}
```

Example 10

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/c32kdf4RFB0",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/5VIhwoeN33U",
    "published": "2024-03-02T14:15:50Z",
    "content": "url does not exit",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/assets/does_not_exist.png"
    }
  }
}
```


no result

Example 11

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/fxGeoDHpsMM",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/p7SEbxRboXQ",
    "published": "2024-03-02T14:15:52Z",
    "content": "Wrong height / width",
    "attachment": {
      "type": "Document",
      "width": 13,
      "height": 17,
      "url": "http://pasture_one_actor/images/004.png"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqcy4gkaol0026",
  "createdAt": "2024-03-02T14:15:52.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqcyjkkaol0025"
  ],
  "files": [
    {
      "id": "9qdqcyjkkaol0025",
      "createdAt": "2024-03-02T14:15:52.544Z",
      "name": "004.png",
      "type": "image/png",
      "md5": "b1cc42d7dc1ef6acdc153e63efd6538d",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2KClD_FfQ_FfQ_Fj@fQj@fQfQfQfQfQfQ_Fj@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": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/p7SEbxRboXQ",
  "clippedCount": 0
}
```

Example 12

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/6RatNx2cl_A",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/Ysw1FKXiXS8",
    "published": "2024-03-02T14:15:54Z",
    "content": "No type",
    "attachment": {
      "url": "http://pasture_one_actor/images/005.png"
    }
  }
}
```


```json title="misskey"
{
  "id": "9qdqczo0kaol0028",
  "createdAt": "2024-03-02T14:15:54.000Z",
  "userId": "9qdq9vhakaol0002",
  "user": {
    "id": "9qdq9vhakaol0002",
    "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,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "9qdqd04jkaol0027"
  ],
  "files": [
    {
      "id": "9qdqd04jkaol0027",
      "createdAt": "2024-03-02T14:15:54.595Z",
      "name": "005.png",
      "type": "image/png",
      "md5": "6e5143265695b164797510afd7b03bb0",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4Pn~t][fQ][fQ][jufQjufQfQfQfQfQfQ][jufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture_one_actor/images/005.png",
      "thumbnailUrl": "http://pasture_one_actor/images/005.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": null,
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture_one_actor/actor/Ysw1FKXiXS8",
  "clippedCount": 0
}
```

Example 13

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/SM_SmsXBPo0",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/jYNwopjCglU",
    "published": "2024-03-02T14:15:56Z",
    "content": "url is Link object",
    "attachment": {
      "type": "Image",
      "url": {
        "type": "Link",
        "href": "http://pasture_one_actor/images/006.png"
      }
    }
  }
}
```


no result

Example 14

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/54DspTxSNRg",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/quai_TwTwzc",
    "published": "2024-03-02T14:15:58Z",
    "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"
      }
    }
  }
}
```


no result

Example 15

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/bH3EiYGu8c8",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/pm3J-jbbxj0",
    "published": "2024-03-02T14:16:00Z",
    "content": "url is Link object in an array",
    "attachment": {
      "type": "Image",
      "url": [
        {
          "type": "Link",
          "href": "http://pasture_one_actor/images/006c.png"
        }
      ]
    }
  }
}
```


no result

Example 16

```json title="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/9qdq8d9d6c3i0001",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture_one_actor/actor/xHIu-fOYTuo",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture_one_actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/9qdq8d9d6c3i0001"
    ],
    "id": "http://pasture_one_actor/actor/uA8zQxJbHGo",
    "published": "2024-03-02T14:16:02Z",
    "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"
        }
      ]
    }
  }
}
```


no result