Skip to content

Image Description

The Image type is defined in ActivityStreams Vocabulary.

In this support table, we only consider how the image description, commonly called AltText is handled. Image descriptions are important from an accessibility standpoint, see WCAG 2.2. Text Alternatives.

It seems that certain implementations, e.g. misskey, store the image description on a per image URL basis and not for every instance of an image reference.

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://friendica/profile/friend",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/WGztjDu42Ho",
  "published": "2025-10-04T13:56:09Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://friendica/profile/friend"
    ],
    "id": "http://pasture-one-actor/object/0KtyvnrMXW4",
    "published": "2025-10-04T13:56:09Z",
    "content": "no description",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/be24551a-9549-4559-a4d7-65ddea4a3f5f.png"
    }
  }
}
friendica
{
  "id": "69",
  "created_at": "2025-10-04T13:56:09.000Z",
  "edited_at": null,
  "in_reply_to_id": null,
  "in_reply_to_status": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": "fr",
  "uri": "http://pasture-one-actor/object/0KtyvnrMXW4",
  "url": "http://pasture-one-actor/object/0KtyvnrMXW4",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "no description",
  "reblog": null,
  "quote": null,
  "application": {
    "name": "ActivityPub",
    "vapid_key": null
  },
  "account": {
    "id": "5",
    "username": "actor",
    "acct": "",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": true,
    "group": false,
    "created_at": "2025-10-04T13:51:38.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 0,
    "last_status_at": "2025-10-04T00:00:00.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "9",
      "type": "image",
      "url": "http://friendica/photo/preview/9",
      "preview_url": "http://friendica/photo/preview/640/9",
      "remote_url": "http://pasture-one-actor/images/be24551a-9549-4559-a4d7-65ddea4a3f5f.png",
      "text_url": "http://pasture-one-actor/images/be24551a-9549-4559-a4d7-65ddea4a3f5f.png",
      "description": null,
      "blurhash": "|6QAJe~mfQ~mfQ~mfQ~mfQ~mj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ~mj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ~mj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ~mj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ",
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        }
      }
    }
  ],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null,
  "friendica": {
    "title": "",
    "changed_at": "2025-10-04T13:56:09.000Z",
    "commented_at": "2025-10-04T13:56:09.000Z",
    "received_at": "2025-10-04T13:56:09.000Z",
    "delivery_data": {
      "delivery_queue_count": null,
      "delivery_queue_done": null,
      "delivery_queue_failed": null
    },
    "dislikes_count": 0,
    "disliked": false,
    "network": "ActivityPub",
    "platform": "ActivityPub",
    "version": "",
    "sitename": "",
    "visibility": {
      "allow_cid": [],
      "deny_cid": [],
      "allow_gid": [],
      "deny_gid": []
    },
    "content": "no description"
  }
}

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://friendica/profile/friend",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/4ZAJ1b6_FZs",
  "published": "2025-10-04T13:56:10Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://friendica/profile/friend"
    ],
    "id": "http://pasture-one-actor/object/bYD3lskGFS4",
    "published": "2025-10-04T13:56:10Z",
    "content": "name, summary and content",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/2582c77d-9084-4aa4-81fb-86619c79c164.png",
      "name": "name",
      "summary": "summary",
      "content": "content"
    }
  }
}
friendica
{
  "id": "70",
  "created_at": "2025-10-04T13:56:10.000Z",
  "edited_at": null,
  "in_reply_to_id": null,
  "in_reply_to_status": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": "en",
  "uri": "http://pasture-one-actor/object/bYD3lskGFS4",
  "url": "http://pasture-one-actor/object/bYD3lskGFS4",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "name, summary and content",
  "reblog": null,
  "quote": null,
  "application": {
    "name": "ActivityPub",
    "vapid_key": null
  },
  "account": {
    "id": "5",
    "username": "actor",
    "acct": "",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": true,
    "group": false,
    "created_at": "2025-10-04T13:51:38.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 0,
    "last_status_at": "2025-10-04T00:00:00.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "11",
      "type": "image",
      "url": "http://friendica/photo/preview/11",
      "preview_url": "http://friendica/photo/preview/640/11",
      "remote_url": "http://pasture-one-actor/images/2582c77d-9084-4aa4-81fb-86619c79c164.png",
      "text_url": "http://pasture-one-actor/images/2582c77d-9084-4aa4-81fb-86619c79c164.png",
      "description": "name",
      "blurhash": "|5PFGn~BfQ~BfQ~BfQ~BfQ~Bj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ~Bj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ~Bj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ~Bj[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ",
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        }
      }
    }
  ],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null,
  "friendica": {
    "title": "",
    "changed_at": "2025-10-04T13:56:10.000Z",
    "commented_at": "2025-10-04T13:56:10.000Z",
    "received_at": "2025-10-04T13:56:10.000Z",
    "delivery_data": {
      "delivery_queue_count": null,
      "delivery_queue_done": null,
      "delivery_queue_failed": null
    },
    "dislikes_count": 0,
    "disliked": false,
    "network": "ActivityPub",
    "platform": "ActivityPub",
    "version": "",
    "sitename": "",
    "visibility": {
      "allow_cid": [],
      "deny_cid": [],
      "allow_gid": [],
      "deny_gid": []
    },
    "content": "name, summary and content"
  }
}

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://friendica/profile/friend",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/VVAl9PBfaUU",
  "published": "2025-10-04T13:56:11Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://friendica/profile/friend"
    ],
    "id": "http://pasture-one-actor/object/yp_ZnfM7gVM",
    "published": "2025-10-04T13:56:11Z",
    "content": "only name",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/FediverseLogo.png",
        "name": "name",
        "imageType": "image/jpeg"
      }
    ]
  }
}
friendica
{
  "id": "71",
  "created_at": "2025-10-04T13:56:11.000Z",
  "edited_at": null,
  "in_reply_to_id": null,
  "in_reply_to_status": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": "en",
  "uri": "http://pasture-one-actor/object/yp_ZnfM7gVM",
  "url": "http://pasture-one-actor/object/yp_ZnfM7gVM",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "only name",
  "reblog": null,
  "quote": null,
  "application": {
    "name": "ActivityPub",
    "vapid_key": null
  },
  "account": {
    "id": "5",
    "username": "actor",
    "acct": "",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": true,
    "group": false,
    "created_at": "2025-10-04T13:51:38.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 0,
    "last_status_at": "2025-10-04T00:00:00.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "13",
      "type": "image",
      "url": "http://friendica/photo/preview/13",
      "preview_url": "http://friendica/photo/preview/640/13",
      "remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
      "text_url": "http://pasture-one-actor/assets/FediverseLogo.png",
      "description": "name",
      "blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
      "meta": {
        "original": {
          "width": 1548,
          "height": 1548,
          "size": "1548x1548",
          "aspect": 1
        }
      }
    }
  ],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null,
  "friendica": {
    "title": "",
    "changed_at": "2025-10-04T13:56:12.000Z",
    "commented_at": "2025-10-04T13:56:12.000Z",
    "received_at": "2025-10-04T13:56:12.000Z",
    "delivery_data": {
      "delivery_queue_count": null,
      "delivery_queue_done": null,
      "delivery_queue_failed": null
    },
    "dislikes_count": 0,
    "disliked": false,
    "network": "ActivityPub",
    "platform": "ActivityPub",
    "version": "",
    "sitename": "",
    "visibility": {
      "allow_cid": [],
      "deny_cid": [],
      "allow_gid": [],
      "deny_gid": []
    },
    "content": "only name"
  }
}

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://friendica/profile/friend",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/EbB1L4vZmPo",
  "published": "2025-10-04T13:56:13Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://friendica/profile/friend"
    ],
    "id": "http://pasture-one-actor/object/x8N1RQzbzQQ",
    "published": "2025-10-04T13:56:13Z",
    "content": "only summary",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/4104fd60-fd9b-4d3b-a29d-40c0ead9a6fa.png",
      "name": "name",
      "summary": "summary",
      "content": "content"
    }
  }
}
friendica
{
  "id": "72",
  "created_at": "2025-10-04T13:56:13.000Z",
  "edited_at": null,
  "in_reply_to_id": null,
  "in_reply_to_status": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": "en",
  "uri": "http://pasture-one-actor/object/x8N1RQzbzQQ",
  "url": "http://pasture-one-actor/object/x8N1RQzbzQQ",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "only summary",
  "reblog": null,
  "quote": null,
  "application": {
    "name": "ActivityPub",
    "vapid_key": null
  },
  "account": {
    "id": "5",
    "username": "actor",
    "acct": "",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": true,
    "group": false,
    "created_at": "2025-10-04T13:51:38.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 0,
    "last_status_at": "2025-10-04T00:00:00.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "15",
      "type": "image",
      "url": "http://friendica/photo/preview/15",
      "preview_url": "http://friendica/photo/preview/640/15",
      "remote_url": "http://pasture-one-actor/images/4104fd60-fd9b-4d3b-a29d-40c0ead9a6fa.png",
      "text_url": "http://pasture-one-actor/images/4104fd60-fd9b-4d3b-a29d-40c0ead9a6fa.png",
      "description": "name",
      "blurhash": "|5LVPU?1fQ?1fQ?1fQ?1fQ?1j[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ?1j[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ?1j[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ?1j[fQj[fQj[fQj[fQfQfQfQfQfQfQfQfQfQ",
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        }
      }
    }
  ],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null,
  "friendica": {
    "title": "",
    "changed_at": "2025-10-04T13:56:13.000Z",
    "commented_at": "2025-10-04T13:56:13.000Z",
    "received_at": "2025-10-04T13:56:13.000Z",
    "delivery_data": {
      "delivery_queue_count": null,
      "delivery_queue_done": null,
      "delivery_queue_failed": null
    },
    "dislikes_count": 0,
    "disliked": false,
    "network": "ActivityPub",
    "platform": "ActivityPub",
    "version": "",
    "sitename": "",
    "visibility": {
      "allow_cid": [],
      "deny_cid": [],
      "allow_gid": [],
      "deny_gid": []
    },
    "content": "only summary"
  }
}

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://friendica/profile/friend",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/m5W0gQsSEuc",
  "published": "2025-10-04T13:56:14Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://friendica/profile/friend"
    ],
    "id": "http://pasture-one-actor/object/lyQExhaMYzE",
    "published": "2025-10-04T13:56:14Z",
    "content": "only content",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/47e0a714-c9fd-40ca-a057-76789522bc2c.png",
      "content": "content"
    }
  }
}
friendica
{
  "id": "73",
  "created_at": "2025-10-04T13:56:14.000Z",
  "edited_at": null,
  "in_reply_to_id": null,
  "in_reply_to_status": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": "en",
  "uri": "http://pasture-one-actor/object/lyQExhaMYzE",
  "url": "http://pasture-one-actor/object/lyQExhaMYzE",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "only content",
  "reblog": null,
  "quote": null,
  "application": {
    "name": "ActivityPub",
    "vapid_key": null
  },
  "account": {
    "id": "5",
    "username": "actor",
    "acct": "",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": true,
    "group": false,
    "created_at": "2025-10-04T13:51:38.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 0,
    "last_status_at": "2025-10-04T00:00:00.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "17",
      "type": "image",
      "url": "http://friendica/photo/preview/17",
      "preview_url": "http://friendica/photo/preview/640/17",
      "remote_url": "http://pasture-one-actor/images/47e0a714-c9fd-40ca-a057-76789522bc2c.png",
      "text_url": "http://pasture-one-actor/images/47e0a714-c9fd-40ca-a057-76789522bc2c.png",
      "description": null,
      "blurhash": "|5OurG}EfQ}EfQ}EfQ}EfQ}Ej@fQj@fQj@fQj@fQfQfQfQfQfQfQfQfQfQ}Ej@fQj@fQj@fQj@fQfQfQfQfQfQfQfQfQfQ}Ej@fQj@fQj@fQj@fQfQfQfQfQfQfQfQfQfQ}Ej@fQj@fQj@fQj@fQfQfQfQfQfQfQfQfQfQ",
      "meta": {
        "original": {
          "width": 40,
          "height": 40,
          "size": "40x40",
          "aspect": 1
        }
      }
    }
  ],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null,
  "friendica": {
    "title": "",
    "changed_at": "2025-10-04T13:56:14.000Z",
    "commented_at": "2025-10-04T13:56:14.000Z",
    "received_at": "2025-10-04T13:56:14.000Z",
    "delivery_data": {
      "delivery_queue_count": null,
      "delivery_queue_done": null,
      "delivery_queue_failed": null
    },
    "dislikes_count": 0,
    "disliked": false,
    "network": "ActivityPub",
    "platform": "ActivityPub",
    "version": "",
    "sitename": "",
    "visibility": {
      "allow_cid": [],
      "deny_cid": [],
      "allow_gid": [],
      "deny_gid": []
    },
    "content": "only content"
  }
}

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://friendica/profile/friend",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/IxK6U-fiW3Q",
  "published": "2025-10-04T13:56:15Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://friendica/profile/friend"
    ],
    "id": "http://pasture-one-actor/object/pkPdmLxvOIE",
    "published": "2025-10-04T13:56:15Z",
    "content": "no comment in attachment; reused image",
    "attachment": [
      {
        "type": "Image",
        "url": "http://pasture-one-actor/assets/FediverseLogo.png"
      }
    ]
  }
}
friendica
{
  "id": "74",
  "created_at": "2025-10-04T13:56:15.000Z",
  "edited_at": null,
  "in_reply_to_id": null,
  "in_reply_to_status": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": "en",
  "uri": "http://pasture-one-actor/object/pkPdmLxvOIE",
  "url": "http://pasture-one-actor/object/pkPdmLxvOIE",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "content": "no comment in attachment; reused image",
  "reblog": null,
  "quote": null,
  "application": {
    "name": "ActivityPub",
    "vapid_key": null
  },
  "account": {
    "id": "5",
    "username": "actor",
    "acct": "",
    "display_name": "Test Actor",
    "locked": false,
    "bot": false,
    "discoverable": true,
    "group": false,
    "created_at": "2025-10-04T13:51:38.000Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "avatar_static": "http://friendica/photo/contact/320/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "header": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898",
    "header_static": "http://friendica/photo/header/0700725d-72c7be8a-36a431191785fdc7?ts=1759585898&static=1",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 0,
    "last_status_at": "2025-10-04T00:00:00.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "19",
      "type": "image",
      "url": "http://friendica/photo/preview/19",
      "preview_url": "http://friendica/photo/preview/640/19",
      "remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
      "text_url": "http://pasture-one-actor/assets/FediverseLogo.png",
      "description": null,
      "blurhash": "|JDSH{.}0eT?ImEdK5TVi*}fnhEVw[xvRrRQXlW-4rK[N1$S=^VtkW#Co@5cO?ROX2$yR*oa+xs;ARM{tki%t7t9m@tLRktUa7xmrvRhXKNMXRjJwExawPi^I^XSSbRpxsRWxm#kOtI]nlozNGotIwoOxsSbNFn%xsV{V]",
      "meta": {
        "original": {
          "width": 1548,
          "height": 1548,
          "size": "1548x1548",
          "aspect": 1
        }
      }
    }
  ],
  "mentions": [],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null,
  "friendica": {
    "title": "",
    "changed_at": "2025-10-04T13:56:16.000Z",
    "commented_at": "2025-10-04T13:56:16.000Z",
    "received_at": "2025-10-04T13:56:16.000Z",
    "delivery_data": {
      "delivery_queue_count": null,
      "delivery_queue_done": null,
      "delivery_queue_failed": null
    },
    "dislikes_count": 0,
    "disliked": false,
    "network": "ActivityPub",
    "platform": "ActivityPub",
    "version": "",
    "sitename": "",
    "visibility": {
      "allow_cid": [],
      "deny_cid": [],
      "allow_gid": [],
      "deny_gid": []
    },
    "content": "no comment in attachment; reused image"
  }
}