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.

Examples

Example 1

```json title="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/bxQTJAd1TF8",
  "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/StDX9UCKYbQ",
    "published": "2024-03-02T17:50:05Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/images/001.png"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format png"
    },
    "context": "http://pasture_one_actor/actor/StDX9UCKYbQ",
    "conversation_id": 984506296,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/StDX9UCKYbQ",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-1122694808",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsnClP1t64WIV7yq",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format png",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:05.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/StDX9UCKYbQ",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:06",
    "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": 48,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 2

```json title="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/yoJDo9f56_w",
  "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/C0lKyvnBUWM",
    "published": "2024-03-02T17:50:07Z",
    "content": "Format png",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/images/001b.png",
      "mediaType": "image/png"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format png"
    },
    "context": "http://pasture_one_actor/actor/C0lKyvnBUWM",
    "conversation_id": 1985276825,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/C0lKyvnBUWM",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1403622021",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsnOk4UfA7fdyEZU",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format png",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:07.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/C0lKyvnBUWM",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50: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": 49,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 3

```json title="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/cFKkcR-1iHU",
  "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/HpQTqZjYt_o",
    "published": "2024-03-02T17:50:09Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/002.jpg"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format jpg"
    },
    "context": "http://pasture_one_actor/actor/HpQTqZjYt_o",
    "conversation_id": 604337456,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/HpQTqZjYt_o",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1021626063",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsnaWggFaQDbniNM",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format jpg",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:09.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/HpQTqZjYt_o",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:10",
    "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": 50,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 4

```json title="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/EBD9nThO0ro",
  "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/qf0bz-Akzhg",
    "published": "2024-03-02T17:50:11Z",
    "content": "Format jpg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/002b.jpg",
      "mediaType": "image/jpeg"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format jpg"
    },
    "context": "http://pasture_one_actor/actor/qf0bz-Akzhg",
    "conversation_id": 964263083,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/qf0bz-Akzhg",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1139399756",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsnmDzBbl0V58wtM",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format jpg",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:11.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/qf0bz-Akzhg",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:12",
    "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": 51,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 5

```json title="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/P1xAaQlRh3I",
  "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/YFcdk8GitH0",
    "published": "2024-03-02T17:50:13Z",
    "content": "Format svg",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/assets/FediverseLogo.svg"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format svg"
    },
    "context": "http://pasture_one_actor/actor/YFcdk8GitH0",
    "conversation_id": 438669659,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/YFcdk8GitH0",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "615720255",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsny49A117E2dGDo",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format svg",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:13.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/YFcdk8GitH0",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:14",
    "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": 52,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 6

```json title="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/B7nrqr87XCs",
  "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/Kqbke6X1bOI",
    "published": "2024-03-02T17:50:15Z",
    "content": "Format eps",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003.eps"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format eps"
    },
    "context": "http://pasture_one_actor/actor/Kqbke6X1bOI",
    "conversation_id": 1355075153,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/Kqbke6X1bOI",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "863915372",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRso9qPMv9pkuISTQ",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format eps",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:15.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/Kqbke6X1bOI",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:16",
    "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": 53,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 7

```json title="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/DHBX5RA5qtU",
  "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/8AsBqwANYU0",
    "published": "2024-03-02T17:50:18Z",
    "content": "Format gif",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003b.gif"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format gif"
    },
    "context": "http://pasture_one_actor/actor/8AsBqwANYU0",
    "conversation_id": 981879499,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/8AsBqwANYU0",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1499134792",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsoLoir0wIt9bHVo",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format gif",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:18.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/8AsBqwANYU0",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:18",
    "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": 54,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 8

```json title="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/PQOgVZZHwHI",
  "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/g5r-KNLDEDI",
    "published": "2024-03-02T17:50:20Z",
    "content": "Format tiff",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003c.tiff"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format tiff"
    },
    "context": "http://pasture_one_actor/actor/g5r-KNLDEDI",
    "conversation_id": 1738922159,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/g5r-KNLDEDI",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "692647179",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsoXkuT11HunuPEe",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format tiff",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:20.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/g5r-KNLDEDI",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:20",
    "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": 55,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 9

```json title="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/YxzHcTWf1Cc",
  "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/YZ_gcdNPrJU",
    "published": "2024-03-02T17:50:22Z",
    "content": "Format webp",
    "attachment": {
      "type": "Image",
      "url": "http://pasture_one_actor/images/003d.webp"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Format webp"
    },
    "context": "http://pasture_one_actor/actor/YZ_gcdNPrJU",
    "conversation_id": 583933006,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/YZ_gcdNPrJU",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "797253712",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsojgO7eX6uFsxqy",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Format webp",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:22.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/YZ_gcdNPrJU",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:22",
    "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": 56,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 10

```json title="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/TbnKKjEK6oc",
  "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/T2RVf6hT1dw",
    "published": "2024-03-02T17:50:24Z",
    "content": "url does not exit",
    "attachment": {
      "type": "Document",
      "url": "http://pasture_one_actor/assets/does_not_exist.png"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "url does not exit"
    },
    "context": "http://pasture_one_actor/actor/T2RVf6hT1dw",
    "conversation_id": 1835274624,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/T2RVf6hT1dw",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-1054547087",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsovbVnblLsbhEv2",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "url does not exit",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:24.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/T2RVf6hT1dw",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:24",
    "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": 57,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 11

```json title="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/K8CC_RQtN-o",
  "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/htP-mmQwOS8",
    "published": "2024-03-02T17:50:26Z",
    "content": "Wrong height / width",
    "attachment": {
      "type": "Document",
      "width": 13,
      "height": 17,
      "url": "http://pasture_one_actor/images/004.png"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "Wrong height / width"
    },
    "context": "http://pasture_one_actor/actor/htP-mmQwOS8",
    "conversation_id": 1368380794,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/htP-mmQwOS8",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "515875469",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsp7LI9jv0HmCSIq",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "Wrong height / width",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:26.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/htP-mmQwOS8",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:26",
    "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": 58,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 12

```json title="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/laa0wzek47Q",
  "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/fDitMjYePsc",
    "published": "2024-03-02T17:50:28Z",
    "content": "No type",
    "attachment": {
      "url": "http://pasture_one_actor/images/005.png"
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "No type"
    },
    "context": "http://pasture_one_actor/actor/fDitMjYePsc",
    "conversation_id": 1164867394,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/fDitMjYePsc",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "-868980797",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRspJVev1LE1P8u80",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "No type",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:28.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/fDitMjYePsc",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:29",
    "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": 59,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 13

```json title="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/dL4tCSjs3sg",
  "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/n4DZ4-QYSho",
    "published": "2024-03-02T17:50:30Z",
    "content": "url is Link object",
    "attachment": {
      "type": "Image",
      "url": {
        "type": "Link",
        "href": "http://pasture_one_actor/images/006.png"
      }
    }
  }
}
```


no result

Example 14

```json title="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/l6-1b1__dEI",
  "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/SNrU9nK5Kgw",
    "published": "2024-03-02T17:50:32Z",
    "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"
      }
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "url is Link object with media type"
    },
    "context": "http://pasture_one_actor/actor/SNrU9nK5Kgw",
    "conversation_id": 1722059878,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/SNrU9nK5Kgw",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "2019084340",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsphK8NWNnsbw2Uq",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "url is Link object with media type",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:32.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/SNrU9nK5Kgw",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:33",
    "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": 60,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```

Example 15

```json title="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/wQ5_y5oKwTA",
  "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/kV7rNFyrwGc",
    "published": "2024-03-02T17:50:34Z",
    "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

```json title="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/XZyCTERV0Zw",
  "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/_ZyIzuC40Q8",
    "published": "2024-03-02T17:50:36Z",
    "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"
        }
      ]
    }
  }
}
```


```json title="akkoma"
{
  "language": null,
  "pleroma": {
    "content": {
      "text/plain": "url is array of two Link objects"
    },
    "context": "http://pasture_one_actor/actor/_ZyIzuC40Q8",
    "conversation_id": 1214217815,
    "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
  },
  "reblog": null,
  "uri": "http://pasture_one_actor/actor/_ZyIzuC40Q8",
  "media_attachments": [
    {
      "blurhash": null,
      "description": null,
      "id": "1171974174",
      "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"
    }
  ],
  "card": null,
  "quote": null,
  "edited_at": null,
  "spoiler_text": "",
  "muted": false,
  "tags": [],
  "id": "AfRsq5C9cqGBuoO0OG",
  "akkoma": {
    "source": null
  },
  "favourites_count": 0,
  "favourited": false,
  "quote_id": null,
  "reblogs_count": 0,
  "text": null,
  "reblogged": false,
  "in_reply_to_account_id": null,
  "content": "url is array of two Link objects",
  "visibility": "public",
  "in_reply_to_id": null,
  "created_at": "2024-03-02T17:50:36.000Z",
  "bookmarked": false,
  "emojis": [],
  "url": "http://pasture_one_actor/actor/_ZyIzuC40Q8",
  "application": null,
  "sensitive": false,
  "replies_count": 0,
  "emoji_reactions": [],
  "pinned": false,
  "poll": null,
  "account": {
    "acct": "actor@pasture_one_actor",
    "akkoma": {
      "instance": {
        "favicon": null,
        "name": "pasture_one_actor",
        "nodeinfo": {}
      },
      "status_ttl_days": null
    },
    "avatar": "http://akkoma/images/avi.png",
    "avatar_static": "http://akkoma/images/avi.png",
    "bot": false,
    "created_at": "2024-03-02T17:48:02.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": "AfRsboWmnTucAWEUBE",
    "last_status_at": "2024-03-02T17:50:37",
    "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": 61,
    "url": "http://pasture_one_actor/actor",
    "username": "actor"
  },
  "mentions": [
    {
      "acct": "witch",
      "id": "AfRsTSu2OAVyRRJQtE",
      "url": "http://akkoma/users/witch",
      "username": "witch"
    }
  ]
}
```