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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/EWaE5rzIDHA",
  "published": "2025-09-03T19:03:20Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/2L_SRgIcSfA",
    "published": "2025-09-03T19:03:20Z",
    "content": "Image",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/cow.jpg",
        "mediaType": "image/jpeg",
        "name": "a cow"
      }
    ]
  }
}
misskey
{
  "id": "ac7wt5fk3t7j008g",
  "createdAt": "2025-09-03T19:03:20.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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": [
    "ac7wm1hi3t7j001s"
  ],
  "files": [
    {
      "id": "ac7wm1hi3t7j001s",
      "createdAt": "2025-09-03T18:57:48.294Z",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/2L_SRgIcSfA",
  "clippedCount": 0
}

Example 2ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/dlIayvLa4vI",
  "published": "2025-09-03T19:03:20Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/lwYLTmCuU5M",
    "published": "2025-09-03T19:03:20Z",
    "content": "Video",
    "attachment": [
      {
        "type": "Video",
        "url": "http://pasture-one-actor/assets/cow_eating.mp4",
        "mediaType": "video/mp4",
        "name": "a cow eating grass"
      }
    ]
  }
}
misskey
{
  "id": "ac7wt5fk3t7j008h",
  "createdAt": "2025-09-03T19:03:20.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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": [
    "ac7wm1zl3t7j001u"
  ],
  "files": [
    {
      "id": "ac7wm1zl3t7j001u",
      "createdAt": "2025-09-03T18:57:48.945Z",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/lwYLTmCuU5M",
  "clippedCount": 0
}

Example 3ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/Hm6Y5oYbubI",
  "published": "2025-09-03T19:03:21Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/FKha-4LgG1g",
    "published": "2025-09-03T19:03:21Z",
    "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": "ac7wt67c3t7j008i",
  "createdAt": "2025-09-03T19:03:21.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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": [
    "ac7wm2g83t7j001w"
  ],
  "files": [
    {
      "id": "ac7wm2g83t7j001w",
      "createdAt": "2025-09-03T18:57:49.544Z",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/FKha-4LgG1g",
  "clippedCount": 0
}

Example 4ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/k6oOOMa2L3Y",
  "published": "2025-09-03T19:03:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/GzCQaDv3KSo",
    "published": "2025-09-03T19:03:22Z",
    "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": "ac7wt6z43t7j008j",
  "createdAt": "2025-09-03T19:03:22.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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": [
    "ac7wm2g83t7j001w"
  ],
  "files": [
    {
      "id": "ac7wm2g83t7j001w",
      "createdAt": "2025-09-03T18:57:49.544Z",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/GzCQaDv3KSo",
  "clippedCount": 0
}

Example 5ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/4tfugxWkv2U",
  "published": "2025-09-03T19:03:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/OCbBoby2VyE",
    "published": "2025-09-03T19:03:22Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
misskey
{
  "id": "ac7wt6z43t7j008k",
  "createdAt": "2025-09-03T19:03:22.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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/OCbBoby2VyE",
  "clippedCount": 0
}

Example 6ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/k6XFPSLQXcc",
  "published": "2025-09-03T19:03:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/BpRFUQLpfQY",
    "published": "2025-09-03T19:03:23Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
misskey
{
  "id": "ac7wt7qw3t7j008l",
  "createdAt": "2025-09-03T19:03:23.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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/BpRFUQLpfQY",
  "clippedCount": 0
}

Example 7ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/YsKcN4-NUkM",
  "published": "2025-09-03T19:03:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/PXPkHftI2uE",
    "published": "2025-09-03T19:03:24Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "ac7wt8io3t7j008n",
  "createdAt": "2025-09-03T19:03:24.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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",
  "cw": null,
  "visibility": "public",
  "localOnly": false,
  "reactionAcceptance": null,
  "renoteCount": 0,
  "repliesCount": 0,
  "reactionCount": 0,
  "reactions": {},
  "reactionEmojis": {},
  "emojis": {},
  "fileIds": [
    "ac7wt8t63t7j008m"
  ],
  "files": [
    {
      "id": "ac7wt8t63t7j008m",
      "createdAt": "2025-09-03T19:03:24.378Z",
      "name": "sample.txt",
      "type": "text/plain",
      "md5": "b1a04be5bd796eaa46782e36510f2b46",
      "size": 0,
      "isSensitive": false,
      "blurhash": null,
      "properties": {},
      "url": "http://pasture-one-actor/assets/sample.txt",
      "thumbnailUrl": null,
      "comment": "text document",
      "folderId": null,
      "folder": null,
      "userId": "ac7wl9qt3t7j0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/PXPkHftI2uE",
  "clippedCount": 0
}

Example 8ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/7hcDvegKOrM",
  "published": "2025-09-03T19:03:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/GrL6dSPxQTU",
    "published": "2025-09-03T19:03:24Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "ac7wt8io3t7j008o",
  "createdAt": "2025-09-03T19:03:24.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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/GrL6dSPxQTU",
  "clippedCount": 0
}

Example 9ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/rxhCbFZ2XDo",
  "published": "2025-09-03T19:03:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/ecZogHLufPU",
    "published": "2025-09-03T19:03:25Z",
    "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": "ac7wt9ag3t7j008p",
  "createdAt": "2025-09-03T19:03:25.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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/ecZogHLufPU",
  "clippedCount": 0
}

Example 10ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/ITjoTV3bkfg",
  "published": "2025-09-03T19:03:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/PJKFiyLDfNU",
    "published": "2025-09-03T19:03:26Z",
    "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": "ac7wta283t7j008q",
  "createdAt": "2025-09-03T19:03:26.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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/PJKFiyLDfNU",
  "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": [
    "https://www.w3.org/ns/activitystreams#Public",
    "http://misskey/users/ac7wjo0hjhdg0003"
  ],
  "id": "http://pasture-one-actor/activity/j_LzCg0LSzw",
  "published": "2025-09-03T19:03:26Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/ac7wjo0hjhdg0003"
    ],
    "id": "http://pasture-one-actor/object/t0iod6T6hzI",
    "published": "2025-09-03T19:03:26Z",
    "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": "ac7wta283t7j0091",
  "createdAt": "2025-09-03T19:03:26.000Z",
  "userId": "ac7wl9qt3t7j0003",
  "user": {
    "id": "ac7wl9qt3t7j0003",
    "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": [
    "ac7wtax73t7j008r",
    "ac7wtayd3t7j008s",
    "ac7wtazj3t7j008t",
    "ac7wtb0r3t7j008u",
    "ac7wtb1x3t7j008v",
    "ac7wtb343t7j008w",
    "ac7wtb493t7j008x",
    "ac7wtb5e3t7j008y",
    "ac7wtb6k3t7j008z",
    "ac7wtb843t7j0090"
  ],
  "files": [
    {
      "id": "ac7wtax73t7j008r",
      "createdAt": "2025-09-03T19:03:27.115Z",
      "name": "101.png",
      "type": "image/png",
      "md5": "507cadfd72fbf01c7f3dada3a5898468",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e34[*6qBfQqBfQqBfkfQfkfQfQfQfQfQfQqBfkfQfkfQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtayd3t7j008s",
      "createdAt": "2025-09-03T19:03:27.157Z",
      "name": "102.png",
      "type": "image/png",
      "md5": "58ee9f45b3e152069e7ae3b90d6b2565",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0EnVK}[fQ}[fQ}[j[fQj[fQfQfQfQfQfQ}[j[fQj[fQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtazj3t7j008t",
      "createdAt": "2025-09-03T19:03:27.199Z",
      "name": "103.png",
      "type": "image/png",
      "md5": "e75c468df25515b8c418c4891735ea04",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e17C9JtpfQtpfQtpfkfQfkfQfQfQfQfQfQtpfkfQfkfQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtb0r3t7j008u",
      "createdAt": "2025-09-03T19:03:27.243Z",
      "name": "104.png",
      "type": "image/png",
      "md5": "743ef7390f45aa52f492cbc2c28ba497",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e17YafuhfQuhfQuhfkfQfkfQfQfQfQfQfQuhfkfQfkfQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtb1x3t7j008v",
      "createdAt": "2025-09-03T19:03:27.285Z",
      "name": "105.png",
      "type": "image/png",
      "md5": "ce701a055c3b656ffdb689d4722fd30e",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3D0dvxzfQxzfQxzj[fQj[fQfQfQfQfQfQxzj[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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtb343t7j008w",
      "createdAt": "2025-09-03T19:03:27.328Z",
      "name": "106.png",
      "type": "image/png",
      "md5": "01bbe21d71792e1876ce02f30519cbdd",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2I?E^?ofQ?ofQ?oj@fQj@fQfQfQfQfQfQ?oj@fQj@fQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtb493t7j008x",
      "createdAt": "2025-09-03T19:03:27.369Z",
      "name": "107.png",
      "type": "image/png",
      "md5": "37d945dbf492448ecf8165e656041fba",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3OtrZ]pfQ]pfQ]pjtfQjtfQfQfQfQfQfQ]pjtfQjtfQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtb5e3t7j008y",
      "createdAt": "2025-09-03T19:03:27.410Z",
      "name": "108.png",
      "type": "image/png",
      "md5": "36b2192678cb32bab5471cf6eb923fc6",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e36syFoTfQoTfQoTfRfQfRfQfQfQfQfQfQoTfRfQfRfQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtb6k3t7j008z",
      "createdAt": "2025-09-03T19:03:27.452Z",
      "name": "109.png",
      "type": "image/png",
      "md5": "c74c4d085397429d286621ed88de06d0",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e32=Y?k0fQk0fQk0fRfQfRfQfQfQfQfQfQk0fRfQfRfQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    },
    {
      "id": "ac7wtb843t7j0090",
      "createdAt": "2025-09-03T19:03:27.508Z",
      "name": "1010.png",
      "type": "image/png",
      "md5": "ce345812d1fb3cfe6fbc5af9b5f80e5e",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4DEefy=fQy=fQy=fkfQfkfQfQfQfQfQfQy=fkfQfkfQfQfQfQfQfQ",
      "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": "ac7wl9qt3t7j0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/t0iod6T6hzI",
  "clippedCount": 0
}