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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/GlkFbPJckhA",
  "published": "2025-09-06T13:57:34Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/WVTd3lcNpmU",
    "published": "2025-09-06T13:57:34Z",
    "content": "Image",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/cow.jpg",
        "mediaType": "image/jpeg",
        "name": "a cow"
      }
    ]
  }
}
misskey
{
  "id": "acbw7hkgnd1t008p",
  "createdAt": "2025-09-06T13:57:34.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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": [
    "acbw02w7nd1t001s"
  ],
  "files": [
    {
      "id": "acbw02w7nd1t001s",
      "createdAt": "2025-09-06T13:51:48.391Z",
      "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": "acbvz9wond1t0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/WVTd3lcNpmU",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/v8MzNNVzbAE",
  "published": "2025-09-06T13:57:34Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/pIiC0HZOE_Q",
    "published": "2025-09-06T13:57:34Z",
    "content": "Video",
    "attachment": [
      {
        "type": "Video",
        "url": "http://pasture-one-actor/assets/cow_eating.mp4",
        "mediaType": "video/mp4",
        "name": "a cow eating grass"
      }
    ]
  }
}
misskey
{
  "id": "acbw7hkgnd1t008q",
  "createdAt": "2025-09-06T13:57:34.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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": [
    "acbw03rrnd1t001u"
  ],
  "files": [
    {
      "id": "acbw03rrnd1t001u",
      "createdAt": "2025-09-06T13:51:49.527Z",
      "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": "acbvz9wond1t0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/pIiC0HZOE_Q",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/5Sh1dqJz6N0",
  "published": "2025-09-06T13:57:35Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/MPLxetCkDkY",
    "published": "2025-09-06T13:57: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": "acbw7ic8nd1t008r",
  "createdAt": "2025-09-06T13:57:35.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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": [
    "acbw04d6nd1t001w"
  ],
  "files": [
    {
      "id": "acbw04d6nd1t001w",
      "createdAt": "2025-09-06T13:51:50.298Z",
      "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": "acbvz9wond1t0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/MPLxetCkDkY",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/edehYOTeDv4",
  "published": "2025-09-06T13:57:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/V5z9jH1E8Wc",
    "published": "2025-09-06T13:57: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": "acbw7j40nd1t008s",
  "createdAt": "2025-09-06T13:57:36.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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": [
    "acbw04d6nd1t001w"
  ],
  "files": [
    {
      "id": "acbw04d6nd1t001w",
      "createdAt": "2025-09-06T13:51:50.298Z",
      "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": "acbvz9wond1t0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/V5z9jH1E8Wc",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/dJA4aZCBkmE",
  "published": "2025-09-06T13:57:36Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/sNtDfAx02Vw",
    "published": "2025-09-06T13:57:36Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
misskey
{
  "id": "acbw7j40nd1t008t",
  "createdAt": "2025-09-06T13:57:36.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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/sNtDfAx02Vw",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/kFY1bPqv5VQ",
  "published": "2025-09-06T13:57:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/yfns1KqlhYg",
    "published": "2025-09-06T13:57:37Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
misskey
{
  "id": "acbw7jvsnd1t008u",
  "createdAt": "2025-09-06T13:57:37.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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/yfns1KqlhYg",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/NqsCXUhInmw",
  "published": "2025-09-06T13:57:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/0OaPvl4Zl1A",
    "published": "2025-09-06T13:57:38Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "acbw7knknd1t008w",
  "createdAt": "2025-09-06T13:57:38.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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": [
    "acbw7kvpnd1t008v"
  ],
  "files": [
    {
      "id": "acbw7kvpnd1t008v",
      "createdAt": "2025-09-06T13:57:38.293Z",
      "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": "acbvz9wond1t0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/0OaPvl4Zl1A",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/dr7NqMqle7Q",
  "published": "2025-09-06T13:57:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/QY4npcIWNME",
    "published": "2025-09-06T13:57:38Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "acbw7knknd1t008x",
  "createdAt": "2025-09-06T13:57:38.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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/QY4npcIWNME",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/SxQczTtYb1E",
  "published": "2025-09-06T13:57:39Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/sftDLq9Br7s",
    "published": "2025-09-06T13:57:39Z",
    "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": "acbw7lfcnd1t008y",
  "createdAt": "2025-09-06T13:57:39.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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/sftDLq9Br7s",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/VbDcaLUPuvM",
  "published": "2025-09-06T13:57:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/QmHVYZgjaxU",
    "published": "2025-09-06T13:57:40Z",
    "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": "acbw7m74nd1t008z",
  "createdAt": "2025-09-06T13:57:40.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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/QmHVYZgjaxU",
  "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/acbvxoc67a2y0003"
  ],
  "id": "http://pasture-one-actor/activity/kTCG3zjbyDY",
  "published": "2025-09-06T13:57:40Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/acbvxoc67a2y0003"
    ],
    "id": "http://pasture-one-actor/object/9aZo6X3IZdQ",
    "published": "2025-09-06T13:57:40Z",
    "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": "acbw7m74nd1t009a",
  "createdAt": "2025-09-06T13:57:40.000Z",
  "userId": "acbvz9wond1t0003",
  "user": {
    "id": "acbvz9wond1t0003",
    "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": [
    "acbw7n16nd1t0090",
    "acbw7n27nd1t0091",
    "acbw7n3nnd1t0092",
    "acbw7n4tnd1t0093",
    "acbw7n60nd1t0094",
    "acbw7n76nd1t0095",
    "acbw7n8cnd1t0096",
    "acbw7n9dnd1t0097",
    "acbw7namnd1t0098",
    "acbw7nbsnd1t0099"
  ],
  "files": [
    {
      "id": "acbw7n16nd1t0090",
      "createdAt": "2025-09-06T13:57:41.082Z",
      "name": "101.png",
      "type": "image/png",
      "md5": "562a8c26643d31f1b049f2b02f2b2723",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3RP-4}HfQ}HfQ}HjufQjufQfQfQfQfQfQ}HjufQjufQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7n27nd1t0091",
      "createdAt": "2025-09-06T13:57:41.119Z",
      "name": "102.png",
      "type": "image/png",
      "md5": "944371161d2fe1892fc7f33f9d0dbcec",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e20teThXfQhXfQhXfjfQfjfQfQfQfQfQfQhXfjfQfjfQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7n3nnd1t0092",
      "createdAt": "2025-09-06T13:57:41.171Z",
      "name": "103.png",
      "type": "image/png",
      "md5": "e2d333d1a24afa00a01889c67239b540",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e372;qo+fQo+fQo+fRfQfRfQfQfQfQfQfQo+fRfQfRfQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7n4tnd1t0093",
      "createdAt": "2025-09-06T13:57:41.213Z",
      "name": "104.png",
      "type": "image/png",
      "md5": "bb54f7bf6cec02c3bd44b823ff69abd4",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3PKyC}FfQ}FfQ}FjtfQjtfQfQfQfQfQfQ}FjtfQjtfQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7n60nd1t0094",
      "createdAt": "2025-09-06T13:57:41.256Z",
      "name": "105.png",
      "type": "image/png",
      "md5": "c465bb38bb17cffbb5c91b609380f35c",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e2Nhg2}FfQ}FfQ}FjtfQjtfQfQfQfQfQfQ}FjtfQjtfQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7n76nd1t0095",
      "createdAt": "2025-09-06T13:57:41.298Z",
      "name": "106.png",
      "type": "image/png",
      "md5": "e764e7a68070b7f0dcac04c923dc9567",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3P?[,~nfQ~nfQ~nj[fQj[fQfQfQfQfQfQ~nj[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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7n8cnd1t0096",
      "createdAt": "2025-09-06T13:57:41.340Z",
      "name": "107.png",
      "type": "image/png",
      "md5": "ac7fbad0f516ded6dd9b1bbd69b7efeb",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3A=kzuafQuafQuafjfQfjfQfQfQfQfQfQuafjfQfjfQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7n9dnd1t0097",
      "createdAt": "2025-09-06T13:57:41.377Z",
      "name": "108.png",
      "type": "image/png",
      "md5": "73138e9c37ba6e012b4d7c635d490b14",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e04d54safQsafQsafRfQfRfQfQfQfQfQfQsafRfQfRfQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7namnd1t0098",
      "createdAt": "2025-09-06T13:57:41.422Z",
      "name": "109.png",
      "type": "image/png",
      "md5": "9431341f6864a19a9c46a8b76df018c3",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e01aI%l,fQl,fQl,fkfQfkfQfQfQfQfQfQl,fkfQfkfQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    },
    {
      "id": "acbw7nbsnd1t0099",
      "createdAt": "2025-09-06T13:57:41.464Z",
      "name": "1010.png",
      "type": "image/png",
      "md5": "e8f2a5e6e45c3e2fc26a488de620c58c",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3FvWt*GfQ*GfQ*Gj[fQj[fQfQfQfQfQfQ*Gj[fQj[fQfQfQfQfQfQ",
      "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": "acbvz9wond1t0003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/object/9aZo6X3IZdQ",
  "clippedCount": 0
}