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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/vAAhktax8C0",
  "published": "2025-07-31T11:55:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/9hXj9dz3Bl0",
    "published": "2025-07-31T11:55:43Z",
    "content": "Image",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/cow.jpg",
        "mediaType": "image/jpeg",
        "name": "a cow"
      }
    ]
  }
}
misskey
{
  "id": "aauwk9p4x3x1007c",
  "createdAt": "2025-07-31T11:55:43.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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": [
    "aauwdc7qx3x1000w"
  ],
  "files": [
    {
      "id": "aauwdc7qx3x1000w",
      "createdAt": "2025-07-31T11:50:19.670Z",
      "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": "aauwd0fcx3x10003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/9hXj9dz3Bl0",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/aARlU8N2iyU",
  "published": "2025-07-31T11:55:43Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/cvyYSDNxwJc",
    "published": "2025-07-31T11:55:43Z",
    "content": "Video",
    "attachment": [
      {
        "type": "Video",
        "url": "http://pasture-one-actor/assets/cow_eating.mp4",
        "mediaType": "video/mp4",
        "name": "a cow eating grass"
      }
    ]
  }
}
misskey
{
  "id": "aauwk9p4x3x1007d",
  "createdAt": "2025-07-31T11:55:43.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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": [
    "aauwdcx9x3x1000y"
  ],
  "files": [
    {
      "id": "aauwdcx9x3x1000y",
      "createdAt": "2025-07-31T11:50:20.589Z",
      "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": "aauwd0fcx3x10003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/cvyYSDNxwJc",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/8jiKsLKyuKM",
  "published": "2025-07-31T11:55:44Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/yopnxa1EGTY",
    "published": "2025-07-31T11:55:44Z",
    "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": "aauwkagwx3x1007e",
  "createdAt": "2025-07-31T11:55:44.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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": [
    "aauwdd6ox3x10010"
  ],
  "files": [
    {
      "id": "aauwdd6ox3x10010",
      "createdAt": "2025-07-31T11:50:20.928Z",
      "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": "aauwd0fcx3x10003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/yopnxa1EGTY",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/-oCaSOmxYHU",
  "published": "2025-07-31T11:55:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/Cd0ca839yN4",
    "published": "2025-07-31T11:55:45Z",
    "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": "aauwkb8ox3x1007f",
  "createdAt": "2025-07-31T11:55:45.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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": [
    "aauwdd6ox3x10010"
  ],
  "files": [
    {
      "id": "aauwdd6ox3x10010",
      "createdAt": "2025-07-31T11:50:20.928Z",
      "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": "aauwd0fcx3x10003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/Cd0ca839yN4",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Xlou8L4opAo",
  "published": "2025-07-31T11:55:45Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/VFp_qBPupMY",
    "published": "2025-07-31T11:55:45Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
misskey
{
  "id": "aauwkb8ox3x1007g",
  "createdAt": "2025-07-31T11:55:45.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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/actor/VFp_qBPupMY",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/IwMJt7pfqZA",
  "published": "2025-07-31T11:55:46Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/6TRqBWTTBTQ",
    "published": "2025-07-31T11:55:46Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
misskey
{
  "id": "aauwkc0gx3x1007h",
  "createdAt": "2025-07-31T11:55:46.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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/actor/6TRqBWTTBTQ",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/eXmBb5O7OTE",
  "published": "2025-07-31T11:55:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/7XYe3L6wBR8",
    "published": "2025-07-31T11:55:47Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "aauwkcs8x3x1007j",
  "createdAt": "2025-07-31T11:55:47.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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": [
    "aauwkd0ix3x1007i"
  ],
  "files": [
    {
      "id": "aauwkd0ix3x1007i",
      "createdAt": "2025-07-31T11:55:47.298Z",
      "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": "aauwd0fcx3x10003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/7XYe3L6wBR8",
  "clippedCount": 0
}

Example 8ΒΆ

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://misskey/users/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/7qYc1kK-K1E",
  "published": "2025-07-31T11:55:47Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/oGgHIF38--w",
    "published": "2025-07-31T11:55:47Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
misskey
{
  "id": "aauwkcs8x3x1007k",
  "createdAt": "2025-07-31T11:55:47.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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/actor/oGgHIF38--w",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/k5puCAHl-iE",
  "published": "2025-07-31T11:55:48Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/Jdp8sDJtklY",
    "published": "2025-07-31T11:55:48Z",
    "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": "aauwkdk0x3x1007l",
  "createdAt": "2025-07-31T11:55:48.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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/actor/Jdp8sDJtklY",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/kz1TWc7Bx3M",
  "published": "2025-07-31T11:55:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/39ScOc5mLP4",
    "published": "2025-07-31T11:55:49Z",
    "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": "aauwkebsx3x1007m",
  "createdAt": "2025-07-31T11:55:49.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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/actor/39ScOc5mLP4",
  "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/aauwbf0g15pe0003",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/GeZsnFg2Q5I",
  "published": "2025-07-31T11:55:49Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://misskey/users/aauwbf0g15pe0003"
    ],
    "id": "http://pasture-one-actor/actor/iPgNZr52D54",
    "published": "2025-07-31T11:55:49Z",
    "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": "aauwkebsx3x1007x",
  "createdAt": "2025-07-31T11:55:49.000Z",
  "userId": "aauwd0fcx3x10003",
  "user": {
    "id": "aauwd0fcx3x10003",
    "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": [
    "aauwkf2vx3x1007n",
    "aauwkf4gx3x1007o",
    "aauwkf5mx3x1007p",
    "aauwkf6rx3x1007q",
    "aauwkf87x3x1007r",
    "aauwkf9dx3x1007s",
    "aauwkfabx3x1007t",
    "aauwkfbhx3x1007u",
    "aauwkfcux3x1007v",
    "aauwkfe0x3x1007w"
  ],
  "files": [
    {
      "id": "aauwkf2vx3x1007n",
      "createdAt": "2025-07-31T11:55:49.975Z",
      "name": "101.png",
      "type": "image/png",
      "md5": "8e52207f42e182e57c126a5e46ae0196",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0GOWQ}DfQ}DfQ}DjtfQjtfQfQfQfQfQfQ}DjtfQjtfQfQfQfQfQfQ",
      "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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkf4gx3x1007o",
      "createdAt": "2025-07-31T11:55:50.032Z",
      "name": "102.png",
      "type": "image/png",
      "md5": "67c75e889fdf9d5528f77a087701fa3d",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e0Ga5{~CfQ~CfQ~Cj[fQj[fQfQfQfQfQfQ~Cj[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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkf5mx3x1007p",
      "createdAt": "2025-07-31T11:55:50.074Z",
      "name": "103.png",
      "type": "image/png",
      "md5": "e56c94dcd0a1cd7eb69c4e357652d3a3",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3HOIb.efQ.efQ.ej@fQj@fQfQfQfQfQfQ.ej@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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkf6rx3x1007q",
      "createdAt": "2025-07-31T11:55:50.115Z",
      "name": "104.png",
      "type": "image/png",
      "md5": "6efc91a0c87415bd4b59229bf7f3f33a",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e39{kPuhfQuhfQuhfkfQfkfQfQfQfQfQfQuhfkfQfkfQfQfQfQfQfQ",
      "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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkf87x3x1007r",
      "createdAt": "2025-07-31T11:55:50.167Z",
      "name": "105.png",
      "type": "image/png",
      "md5": "e767e0fdf07ebd22f8225b8650442707",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e22h~5k0fQk0fQk0fRfQfRfQfQfQfQfQfQk0fRfQfRfQfQfQfQfQfQ",
      "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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkf9dx3x1007s",
      "createdAt": "2025-07-31T11:55:50.209Z",
      "name": "106.png",
      "type": "image/png",
      "md5": "54fad8414b4eee71c24cb3beb2806c4c",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e4ShiW~UfQ~UfQ~Uj[fQj[fQfQfQfQfQfQ~Uj[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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkfabx3x1007t",
      "createdAt": "2025-07-31T11:55:50.243Z",
      "name": "107.png",
      "type": "image/png",
      "md5": "4f4cbe5584289ffb86523587085b8862",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e308qGhXfQhXfQhXfjfQfjfQfQfQfQfQfQhXfjfQfjfQfQfQfQfQfQ",
      "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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkfbhx3x1007u",
      "createdAt": "2025-07-31T11:55:50.285Z",
      "name": "108.png",
      "type": "image/png",
      "md5": "75414c51ce5e90627d1e670cc582a4aa",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e12@-OkufQkufQkufkfQfkfQfQfQfQfQfQkufkfQfkfQfQfQfQfQfQ",
      "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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkfcux3x1007v",
      "createdAt": "2025-07-31T11:55:50.334Z",
      "name": "109.png",
      "type": "image/png",
      "md5": "edd44f8916e943278c59c5f19f0f0bce",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3QLp:|wfQ|wfQ|wjtfQjtfQfQfQfQfQfQ|wjtfQjtfQfQfQfQfQfQ",
      "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": "aauwd0fcx3x10003",
      "user": null
    },
    {
      "id": "aauwkfe0x3x1007w",
      "createdAt": "2025-07-31T11:55:50.376Z",
      "name": "1010.png",
      "type": "image/png",
      "md5": "c79580bcdbfad7e246074f8d07d1253c",
      "size": 0,
      "isSensitive": false,
      "blurhash": "e3OqUd_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": "aauwd0fcx3x10003",
      "user": null
    }
  ],
  "replyId": null,
  "renoteId": null,
  "uri": "http://pasture-one-actor/actor/iPgNZr52D54",
  "clippedCount": 0
}