Skip to content

Image Attachments

The Image type is defined in ActivityStreams Vocabulary.

In the following, we test how various configurations of it are rendered.

A ❌ in the support table means that the entire message has failed to parse. A "-" means that the message was parsed, but no attachment was generated. The text, e.g. image or unknown is the the media type the Fediverse application determined for the attachment.

We furthermore wish to point out that having several links in the url property is useful to both offer the attachment in different formats and say dimensions, e.g. one high resolution and one low resolution one.

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/uiSIqejh2ZY",
  "published": "2025-01-08T13:57:16Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/St-uE1Q6wzQ",
    "published": "2025-01-08T13:57:16Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001.png"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format png"
    },
    "context": "http://pasture-one-actor/actor/St-uE1Q6wzQ",
    "conversation_id": 514055988,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/St-uE1Q6wzQ",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKBx29baKoAk8Se",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1131282266",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/001.png",
      "remote_url": "http://pasture-one-actor/images/001.png",
      "text_url": "http://pasture-one-actor/images/001.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/001.png"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/St-uE1Q6wzQ",
  "bookmarked": false,
  "content": "Format png",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 74,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:16.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/AJO9LLh17Qg",
  "published": "2025-01-08T13:57:17Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/yAKXG8qRp7U",
    "published": "2025-01-08T13:57:17Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/images/001b.png",
      "mediaType": "image/png"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format png"
    },
    "context": "http://pasture-one-actor/actor/yAKXG8qRp7U",
    "conversation_id": 1000350423,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/yAKXG8qRp7U",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKGInybNQIqxZx2",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1989242508",
      "pleroma": {
        "mime_type": "image/png"
      },
      "preview_url": "http://pasture-one-actor/images/001b.png",
      "remote_url": "http://pasture-one-actor/images/001b.png",
      "text_url": "http://pasture-one-actor/images/001b.png",
      "type": "image",
      "url": "http://pasture-one-actor/images/001b.png"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/yAKXG8qRp7U",
  "bookmarked": false,
  "content": "Format png",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 75,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:17.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Nz1bHX9pk5A",
  "published": "2025-01-08T13:57:18Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/gWo8-e3js3k",
    "published": "2025-01-08T13:57:18Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002.jpg"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format jpg"
    },
    "context": "http://pasture-one-actor/actor/gWo8-e3js3k",
    "conversation_id": 1297611442,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/gWo8-e3js3k",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKKfdje1Fqpfs6C",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1061397354",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/002.jpg",
      "remote_url": "http://pasture-one-actor/images/002.jpg",
      "text_url": "http://pasture-one-actor/images/002.jpg",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/002.jpg"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/gWo8-e3js3k",
  "bookmarked": false,
  "content": "Format jpg",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 76,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:18.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/GuUA6kN7Y_U",
  "published": "2025-01-08T13:57:18Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/_My4MVqqTqg",
    "published": "2025-01-08T13:57:18Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/002b.jpg",
      "mediaType": "image/jpeg"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format jpg"
    },
    "context": "http://pasture-one-actor/actor/_My4MVqqTqg",
    "conversation_id": 1032830182,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/_My4MVqqTqg",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKOvjtjH33vEmkS",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-1455849681",
      "pleroma": {
        "mime_type": "image/jpeg"
      },
      "preview_url": "http://pasture-one-actor/images/002b.jpg",
      "remote_url": "http://pasture-one-actor/images/002b.jpg",
      "text_url": "http://pasture-one-actor/images/002b.jpg",
      "type": "image",
      "url": "http://pasture-one-actor/images/002b.jpg"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/_My4MVqqTqg",
  "bookmarked": false,
  "content": "Format jpg",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 77,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:18.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Vbera6GL7OI",
  "published": "2025-01-08T13:57:19Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/irxkE84Ku1E",
    "published": "2025-01-08T13:57:19Z",
    "content": "Format svg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/assets/FediverseLogo.svg"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format svg"
    },
    "context": "http://pasture-one-actor/actor/irxkE84Ku1E",
    "conversation_id": 1842863266,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/irxkE84Ku1E",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKTQNBm9f05bJ3I",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1816847230",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
      "remote_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
      "text_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
      "type": "unknown",
      "url": "http://pasture-one-actor/assets/FediverseLogo.svg"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/irxkE84Ku1E",
  "bookmarked": false,
  "content": "Format svg",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 78,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:19.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/GQl06w38w5s",
  "published": "2025-01-08T13:57:20Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/qVgKz90c8JM",
    "published": "2025-01-08T13:57:20Z",
    "content": "Format eps",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003.eps"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format eps"
    },
    "context": "http://pasture-one-actor/actor/qVgKz90c8JM",
    "conversation_id": 175678691,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/qVgKz90c8JM",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKXflOUqIAypeb2",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-2052359074",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/003.eps",
      "remote_url": "http://pasture-one-actor/images/003.eps",
      "text_url": "http://pasture-one-actor/images/003.eps",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/003.eps"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/qVgKz90c8JM",
  "bookmarked": false,
  "content": "Format eps",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 79,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:20.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/bDgcJGZTuFI",
  "published": "2025-01-08T13:57:21Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/D3A76RS6Lfo",
    "published": "2025-01-08T13:57:21Z",
    "content": "Format gif",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003b.gif"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format gif"
    },
    "context": "http://pasture-one-actor/actor/D3A76RS6Lfo",
    "conversation_id": 317655840,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/D3A76RS6Lfo",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKc7upljpzS2C24",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "980370550",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/003b.gif",
      "remote_url": "http://pasture-one-actor/images/003b.gif",
      "text_url": "http://pasture-one-actor/images/003b.gif",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/003b.gif"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/D3A76RS6Lfo",
  "bookmarked": false,
  "content": "Format gif",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 80,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:21.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/UAVrfyX79YA",
  "published": "2025-01-08T13:57:21Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/ovNLefu70_0",
    "published": "2025-01-08T13:57:21Z",
    "content": "Format tiff",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003c.tiff"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format tiff"
    },
    "context": "http://pasture-one-actor/actor/ovNLefu70_0",
    "conversation_id": 840095483,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/ovNLefu70_0",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKgO0zqzdCXb6gK",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1889602093",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/003c.tiff",
      "remote_url": "http://pasture-one-actor/images/003c.tiff",
      "text_url": "http://pasture-one-actor/images/003c.tiff",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/003c.tiff"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/ovNLefu70_0",
  "bookmarked": false,
  "content": "Format tiff",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 81,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:21.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/IMiBrTGqB1I",
  "published": "2025-01-08T13:57:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/1NBSUJ1ZevI",
    "published": "2025-01-08T13:57:22Z",
    "content": "Format webp",
    "attachment": {
      "type": "Image",
      "url": "http://pasture-one-actor/images/003d.webp"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Format webp"
    },
    "context": "http://pasture-one-actor/actor/1NBSUJ1ZevI",
    "conversation_id": 462109158,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/1NBSUJ1ZevI",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKkbzHqXwJ2AK12",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "2032942461",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/003d.webp",
      "remote_url": "http://pasture-one-actor/images/003d.webp",
      "text_url": "http://pasture-one-actor/images/003d.webp",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/003d.webp"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/1NBSUJ1ZevI",
  "bookmarked": false,
  "content": "Format webp",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 82,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:22.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/R2H8McYG5O8",
  "published": "2025-01-08T13:57:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/AW2Od-v-jws",
    "published": "2025-01-08T13:57:23Z",
    "content": "url does not exit",
    "attachment": {
      "type": "Document",
      "url": "http://pasture-one-actor/assets/does_not_exist.png"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "url does not exit"
    },
    "context": "http://pasture-one-actor/actor/AW2Od-v-jws",
    "conversation_id": 909116464,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/AW2Od-v-jws",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKoqJYWNpQctou0",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-287079044",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/assets/does_not_exist.png",
      "remote_url": "http://pasture-one-actor/assets/does_not_exist.png",
      "text_url": "http://pasture-one-actor/assets/does_not_exist.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/assets/does_not_exist.png"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/AW2Od-v-jws",
  "bookmarked": false,
  "content": "url does not exit",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 83,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:23.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

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://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/EYcEH9qGD3A",
  "published": "2025-01-08T13:57:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/qb6WOf5miP0",
    "published": "2025-01-08T13:57:24Z",
    "content": "Wrong height / width",
    "attachment": {
      "type": "Document",
      "width": 13,
      "height": 17,
      "url": "http://pasture-one-actor/images/004.png"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "Wrong height / width"
    },
    "context": "http://pasture-one-actor/actor/qb6WOf5miP0",
    "conversation_id": 2030472377,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/qb6WOf5miP0",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKt4dpCDiYDdJmy",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-236881146",
      "meta": {
        "original": {
          "aspect": 0.7647058823529411,
          "height": 17,
          "width": 13
        }
      },
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/004.png",
      "remote_url": "http://pasture-one-actor/images/004.png",
      "text_url": "http://pasture-one-actor/images/004.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/004.png"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/qb6WOf5miP0",
  "bookmarked": false,
  "content": "Wrong height / width",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 84,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:24.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

Example 12

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/_8ZS22qXRlg",
  "published": "2025-01-08T13:57:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/FOUAU4lSdQg",
    "published": "2025-01-08T13:57:24Z",
    "content": "No type",
    "attachment": {
      "url": "http://pasture-one-actor/images/005.png"
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "No type"
    },
    "context": "http://pasture-one-actor/actor/FOUAU4lSdQg",
    "conversation_id": 1579020698,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/FOUAU4lSdQg",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGKxIG8VURdc2FZQ",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-566296140",
      "pleroma": {
        "mime_type": "application/octet-stream"
      },
      "preview_url": "http://pasture-one-actor/images/005.png",
      "remote_url": "http://pasture-one-actor/images/005.png",
      "text_url": "http://pasture-one-actor/images/005.png",
      "type": "unknown",
      "url": "http://pasture-one-actor/images/005.png"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/FOUAU4lSdQg",
  "bookmarked": false,
  "content": "No type",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 85,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:24.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

Example 13

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/rgbI_9nwGsw",
  "published": "2025-01-08T13:57:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/0Asiw2Cc22c",
    "published": "2025-01-08T13:57:25Z",
    "content": "url is Link object",
    "attachment": {
      "type": "Image",
      "url": {
        "type": "Link",
        "href": "http://pasture-one-actor/images/006.png"
      }
    }
  }
}

no result

Example 14

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/-9fOb5oQnuw",
  "published": "2025-01-08T13:57:37Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/ABhZvPuFNnU",
    "published": "2025-01-08T13:57:37Z",
    "content": "url is Link object with media type",
    "attachment": {
      "type": "Image",
      "url": {
        "type": "Link",
        "href": "http://pasture-one-actor/images/006b.png",
        "mediaType": "image/png"
      }
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "url is Link object with media type"
    },
    "context": "http://pasture-one-actor/actor/ABhZvPuFNnU",
    "conversation_id": 1050927560,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/ABhZvPuFNnU",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGM84HYugXLP3cQ4",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "914904108",
      "pleroma": {
        "mime_type": "image/png"
      },
      "preview_url": "http://pasture-one-actor/images/006b.png",
      "remote_url": "http://pasture-one-actor/images/006b.png",
      "text_url": "http://pasture-one-actor/images/006b.png",
      "type": "image",
      "url": "http://pasture-one-actor/images/006b.png"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/ABhZvPuFNnU",
  "bookmarked": false,
  "content": "url is Link object with media type",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 86,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:37.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}

Example 15

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/kbSmYMB_dy8",
  "published": "2025-01-08T13:57:38Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/4VL4PKNgXPs",
    "published": "2025-01-08T13:57:38Z",
    "content": "url is Link object in an array",
    "attachment": {
      "type": "Image",
      "url": [
        {
          "type": "Link",
          "href": "http://pasture-one-actor/images/006c.png"
        }
      ]
    }
  }
}

no result

Example 16

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://akkoma/users/witch",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/gWmP8_2aXXs",
  "published": "2025-01-08T13:57:50Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://akkoma/users/witch"
    ],
    "id": "http://pasture-one-actor/actor/EIUifWsUtls",
    "published": "2025-01-08T13:57:50Z",
    "content": "url is array of two Link objects",
    "attachment": {
      "type": "Image",
      "url": [
        {
          "type": "Link",
          "href": "http://pasture-one-actor/images/007.png",
          "mediaType": "image/png"
        },
        {
          "type": "Link",
          "href": "http://pasture-one-actor/images/008.jpg",
          "mediaType": "image/jpeg"
        }
      ]
    }
  }
}
akkoma
{
  "in_reply_to_id": null,
  "pleroma": {
    "content": {
      "text/plain": "url is array of two Link objects"
    },
    "context": "http://pasture-one-actor/actor/EIUifWsUtls",
    "conversation_id": 1549155384,
    "direct_conversation_id": null,
    "emoji_reactions": [],
    "expires_at": null,
    "in_reply_to_account_acct": null,
    "local": false,
    "parent_visible": false,
    "pinned_at": null,
    "spoiler_text": {
      "text/plain": ""
    },
    "thread_muted": false
  },
  "uri": "http://pasture-one-actor/actor/EIUifWsUtls",
  "spoiler_text": "",
  "emojis": [],
  "quote": null,
  "visibility": "public",
  "muted": false,
  "id": "ApsGNJ3mBEehiyNkGW",
  "favourited": false,
  "poll": null,
  "favourites_count": 0,
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-40757466",
      "pleroma": {
        "mime_type": "image/png"
      },
      "preview_url": "http://pasture-one-actor/images/007.png",
      "remote_url": "http://pasture-one-actor/images/007.png",
      "text_url": "http://pasture-one-actor/images/007.png",
      "type": "image",
      "url": "http://pasture-one-actor/images/007.png"
    }
  ],
  "reblogged": false,
  "url": "http://pasture-one-actor/actor/EIUifWsUtls",
  "bookmarked": false,
  "content": "url is array of two Link objects",
  "edited_at": null,
  "account": {
    "acct": "actor@pasture-one-actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture-one-actor",
        "nodeinfo": {}
      },
      "permit_followback": false,
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2025-01-08T13:55:48.000Z",
    "display_name": "Test Actor",
    "emojis": [],
    "fields": [],
    "followers_count": 0,
    "following_count": 0,
    "fqn": "actor@pasture-one-actor",
    "header": "http://akkoma/images/banner.png",
    "header_static": "http://akkoma/images/banner.png",
    "id": "ApsGC0zJ219UUOuI76",
    "last_status_at": "2025-01-08",
    "locked": false,
    "note": "",
    "pleroma": {
      "also_known_as": [],
      "ap_id": "http://pasture-one-actor/actor",
      "background_image": null,
      "favicon": null,
      "hide_favorites": true,
      "hide_followers": false,
      "hide_followers_count": false,
      "hide_follows": false,
      "hide_follows_count": false,
      "is_admin": false,
      "is_confirmed": true,
      "is_moderator": false,
      "is_suggested": false,
      "relationship": {},
      "skip_thread_containment": false,
      "tags": []
    },
    "source": {
      "fields": [],
      "note": "",
      "pleroma": {
        "actor_type": "Person",
        "discoverable": false
      },
      "sensitive": false
    },
    "statuses_count": 87,
    "url": "http://pasture-one-actor/actor",
    "username": "actor"
  },
  "emoji_reactions": [],
  "mentions": [
    {
      "acct": "witch",
      "id": "ApsG1rzZWhrk7k57fU",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ],
  "in_reply_to_account_id": null,
  "created_at": "2025-01-08T13:57:50.000Z",
  "akkoma": {
    "source": null
  },
  "quote_id": null,
  "text": null,
  "application": null,
  "sensitive": false,
  "card": null,
  "language": null,
  "reblog": null,
  "reblogs_count": 0,
  "pinned": false,
  "replies_count": 0,
  "tags": []
}