Skip to content

Attachments

In the support table:

  • "✅" means at least one attachment,
  • "-" means parsed
  • "❌" means failed to parse

For more on image attachments see Image Description and Image Attachments.

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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/-RnqLtmUdRQ",
  "published": "2025-08-30T19:37:34Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/fWM1mSPQ0KY",
    "published": "2025-08-30T19:37:34Z",
    "content": "Image",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/cow.jpg",
        "mediaType": "image/jpeg",
        "name": "a cow"
      }
    ]
  }
}
misskey
{
  "id": "ac289rn4v91q007d",
  "createdAt": "2025-08-30T19:37:34.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Image",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ac281pqxv91q0018"
  ],
  "files": [
    {
      "id": "ac281pqxv91q0018",
      "createdAt": "2025-08-30T19:31:18.297Z",
      "name": "cow.jpg",
      "type": "image/jpeg",
      "md5": "79665fe8c07445157afebd1543f36b71",
      "size": 0,
      "isSensitive": false,
      "blurhash": "ejK^]TI9_3t6NG_4%gRkV[of%hWCIUt7jEo#V@aJbHofazadjYWVkD",
      "properties": {
        "width": 200,
        "height": 164
      },
      "url": "http://pasture-one-actor/assets/cow.jpg",
      "thumbnailUrl": "http://pasture-one-actor/assets/cow.jpg",
      "comment": "A beautiful cow",
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/fWM1mSPQ0KY",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/kW0x4b63v2M",
  "published": "2025-08-30T19:37:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/HdLzOg88bho",
    "published": "2025-08-30T19:37:35Z",
    "content": "Video",
    "attachment": [
      {
        "type": "Video",
        "url": "http://pasture-one-actor/assets/cow_eating.mp4",
        "mediaType": "video/mp4",
        "name": "a cow eating grass"
      }
    ]
  }
}
misskey
{
  "id": "ac289sewv91q007e",
  "createdAt": "2025-08-30T19:37:35.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Video",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ac281qjtv91q001a"
  ],
  "files": [
    {
      "id": "ac281qjtv91q001a",
      "createdAt": "2025-08-30T19:31:19.337Z",
      "name": "cow_eating.mp4",
      "type": "video/mp4",
      "md5": "19e0d3ecdd0230ed857c9c88dd247012",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture-one-actor/assets/cow_eating.mp4",
      "thumbnailUrl": null,
      "comment": "A beautiful cow eating",
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/HdLzOg88bho",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/_LG-IspvA3o",
  "published": "2025-08-30T19:37:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/Rf30AxXiij8",
    "published": "2025-08-30T19:37:35Z",
    "content": "Audio",
    "attachment": [
      {
        "type": "Audio",
        "url": "http://pasture-one-actor/assets/cow_moo.mp3",
        "mediaType": "audio/mpeg",
        "name": "the moo sound of a cow"
      }
    ]
  }
}
misskey
{
  "id": "ac289sewv91q007f",
  "createdAt": "2025-08-30T19:37:35.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Audio",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ac281qrov91q001c"
  ],
  "files": [
    {
      "id": "ac281qrov91q001c",
      "createdAt": "2025-08-30T19:31:19.620Z",
      "name": "cow_moo.mp3",
      "type": "audio/mpeg",
      "md5": "af0b1c1fdd1e74cb559072d725f7de31",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture-one-actor/assets/cow_moo.mp3",
      "thumbnailUrl": null,
      "comment": "A cow mooing",
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/Rf30AxXiij8",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/h80Yu1HPou0",
  "published": "2025-08-30T19:37:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/1HX4sUY-tic",
    "published": "2025-08-30T19:37:36Z",
    "content": "Audio as Document",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture-one-actor/assets/cow_moo.mp3",
        "mediaType": "audio/mpeg",
        "name": "the moo sound of a cow"
      }
    ]
  }
}
misskey
{
  "id": "ac289t6ov91q007g",
  "createdAt": "2025-08-30T19:37:36.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Audio as Document",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ac281qrov91q001c"
  ],
  "files": [
    {
      "id": "ac281qrov91q001c",
      "createdAt": "2025-08-30T19:31:19.620Z",
      "name": "cow_moo.mp3",
      "type": "audio/mpeg",
      "md5": "af0b1c1fdd1e74cb559072d725f7de31",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture-one-actor/assets/cow_moo.mp3",
      "thumbnailUrl": null,
      "comment": "A cow mooing",
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/1HX4sUY-tic",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/mO7F8qRtPeI",
  "published": "2025-08-30T19:37:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/U3qpfvq68mg",
    "published": "2025-08-30T19:37:37Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
misskey
{
  "id": "ac289tygv91q007h",
  "createdAt": "2025-08-30T19:37:37.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Link",
  "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/object/U3qpfvq68mg",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/oKz8SI2d4fU",
  "published": "2025-08-30T19:37:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/l564Qc-vLR8",
    "published": "2025-08-30T19:37:37Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
misskey
{
  "id": "ac289tygv91q007i",
  "createdAt": "2025-08-30T19:37:37.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Payment Link, see FEP-0ea0",
  "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/object/l564Qc-vLR8",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/frxfow_yT5s",
  "published": "2025-08-30T19:37:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/BdhAa0MX4ug",
    "published": "2025-08-30T19:37:38Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}

no result

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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/g6ejA_TsW8M",
  "published": "2025-08-30T19:37:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/ANAMGMRgN_Y",
    "published": "2025-08-30T19:37:49Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "ac28a37sv91q007j",
  "createdAt": "2025-08-30T19:37:49.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Text document, href instead of url",
  "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/object/ANAMGMRgN_Y",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/D43Em_0b70U",
  "published": "2025-08-30T19:37:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/H1WAPzMZu3Q",
    "published": "2025-08-30T19:37:50Z",
    "content": "attached note",
    "attachment": {
      "type": "Note",
      "attributedTo": "http://pasture-one-actor/actor",
      "name": "attached note",
      "content": "This is just a note",
      "published": "2024-03-06T07:23:56Z"
    }
  }
}
misskey
{
  "id": "ac28a3zkv91q007k",
  "createdAt": "2025-08-30T19:37:50.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "attached note",
  "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/object/H1WAPzMZu3Q",
  "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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/evSifU6t7G8",
  "published": "2025-08-30T19:37:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/r4Pz7fmHO80",
    "published": "2025-08-30T19:37:50Z",
    "content": "Recipe",
    "attachment": {
      "@context": "https://schema.org/docs/jsonldcontext.jsonld",
      "@type": "Recipe",
      "name": "Peanut Butter and Jelly Sandwich",
      "recipeIngredient": [
        "Bread",
        "Peanut Butter",
        "Raspberry Jam",
        "Coffee (optional)"
      ],
      "recipeCategory": "Breakfast",
      "recipeInstructions": [
        {
          "@type": "HowToStep",
          "text": "Take a slice of bread and put it on a plate"
        },
        {
          "@type": "HowToStep",
          "text": "Spread peanut butter on the bread"
        },
        {
          "@type": "HowToStep",
          "text": "Spread raspberry jam on top of the peanut butter"
        },
        {
          "@type": "HowToStep",
          "text": "Eat your PB&J Sandwich and drink your coffee if you have it"
        },
        {
          "@type": "HowToStep",
          "text": "Check if you are still hungry, if yes a repeat step 1"
        }
      ]
    }
  }
}
misskey
{
  "id": "ac28a3zkv91q007l",
  "createdAt": "2025-08-30T19:37:50.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "Recipe",
  "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/object/r4Pz7fmHO80",
  "clippedCount": 0
}

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/ac27zbxd33c70003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/xIdECBk_n-I",
  "published": "2025-08-30T19:37:51Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac27zbxd33c70003"
    ],
    "id": "http://pasture-one-actor/object/3FbOKi8yW7I",
    "published": "2025-08-30T19:37:51Z",
    "content": "10 images",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/101.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/102.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/103.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/104.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/105.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/106.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/107.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/108.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/109.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/1010.png"
      }
    ]
  }
}
misskey
{
  "id": "ac28a4rcv91q007w",
  "createdAt": "2025-08-30T19:37:51.000Z",
  "userId": "ac28186av91q0003",
  "user": {
    "id": "ac28186av91q0003",
    "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": "10 images",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ac28a5civ91q007m",
    "ac28a5e4v91q007n",
    "ac28a5fav91q007o",
    "ac28a5giv91q007p",
    "ac28a5hsv91q007q",
    "ac28a5j0v91q007r",
    "ac28a5k7v91q007s",
    "ac28a5lfv91q007t",
    "ac28a5mtv91q007u",
    "ac28a5nzv91q007v"
  ],
  "files": [
    {
      "id": "ac28a5civ91q007m",
      "createdAt": "2025-08-30T19:37:51.762Z",
      "name": "101.png",
      "type": "image/png",
      "md5": "7e64c65715a602921f1cffe46b1fc92f",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e336U3lnfQlnfQlnfkfQfkfQfQfQfQfQfQlnfkfQfkfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/101.png",
      "thumbnailUrl": "http://pasture-one-actor/images/101.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5e4v91q007n",
      "createdAt": "2025-08-30T19:37:51.820Z",
      "name": "102.png",
      "type": "image/png",
      "md5": "33c108bfc86962749e15a3d09b01bc6a",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3KQ[I=kfQ=kfQ=kjufQjufQfQfQfQfQfQ=kjufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/102.png",
      "thumbnailUrl": "http://pasture-one-actor/images/102.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5fav91q007o",
      "createdAt": "2025-08-30T19:37:51.862Z",
      "name": "103.png",
      "type": "image/png",
      "md5": "68fbc62cf3419a297a040e610295272c",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2H-mR?KfQ?KfQ?Kj[fQj[fQfQfQfQfQfQ?Kj[fQj[fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/103.png",
      "thumbnailUrl": "http://pasture-one-actor/images/103.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5giv91q007p",
      "createdAt": "2025-08-30T19:37:51.906Z",
      "name": "104.png",
      "type": "image/png",
      "md5": "94446a8e1688ab301939026caa3a7368",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e33P?%l$fQl$fQl$fjfQfjfQfQfQfQfQfQl$fjfQfjfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/104.png",
      "thumbnailUrl": "http://pasture-one-actor/images/104.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5hsv91q007q",
      "createdAt": "2025-08-30T19:37:51.952Z",
      "name": "105.png",
      "type": "image/png",
      "md5": "cce572f250366374b871bd270852cb85",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4JHeu-tfQ-tfQ-tj[fQj[fQfQfQfQfQfQ-tj[fQj[fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/105.png",
      "thumbnailUrl": "http://pasture-one-actor/images/105.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5j0v91q007r",
      "createdAt": "2025-08-30T19:37:51.996Z",
      "name": "106.png",
      "type": "image/png",
      "md5": "0a65ba433fba352cc5de00f912a8df29",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e1HbQ^][fQ][fQ][jufQjufQfQfQfQfQfQ][jufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/106.png",
      "thumbnailUrl": "http://pasture-one-actor/images/106.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5k7v91q007s",
      "createdAt": "2025-08-30T19:37:52.039Z",
      "name": "107.png",
      "type": "image/png",
      "md5": "02706781cc90082c977396387fc58b9c",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e09=Cc,}fQ,}fQ,}jufQjufQfQfQfQfQfQ,}jufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/107.png",
      "thumbnailUrl": "http://pasture-one-actor/images/107.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5lfv91q007t",
      "createdAt": "2025-08-30T19:37:52.083Z",
      "name": "108.png",
      "type": "image/png",
      "md5": "390adc848a0d091af6916c77fc1775d3",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0Bh9r?=fQ?=fQ?=j[fQj[fQfQfQfQfQfQ?=j[fQj[fQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/108.png",
      "thumbnailUrl": "http://pasture-one-actor/images/108.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5mtv91q007u",
      "createdAt": "2025-08-30T19:37:52.133Z",
      "name": "109.png",
      "type": "image/png",
      "md5": "42fc5cb6a40b93bb5a0ea23ecce61618",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4P]Vh]bfQ]bfQ]bjufQjufQfQfQfQfQfQ]bjufQjufQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/109.png",
      "thumbnailUrl": "http://pasture-one-actor/images/109.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    },
    {
      "id": "ac28a5nzv91q007v",
      "createdAt": "2025-08-30T19:37:52.175Z",
      "name": "1010.png",
      "type": "image/png",
      "md5": "8cc51d5b84df9928a01da1f919a191c9",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e29BuPubfQubfQubfjfQfjfQfQfQfQfQfQubfjfQfjfQfQfQfQfQfQ",
      "properties": {
        "width": 40,
        "height": 40
      },
      "url": "http://pasture-one-actor/images/1010.png",
      "thumbnailUrl": "http://pasture-one-actor/images/1010.png",
      "comment": null,
      "folderId": null,
      "folder": null,
      "userId": "ac28186av91q0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/3FbOKi8yW7I",
  "clippedCount": 0
}