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.

Support table

attachment akkoma gotosocial hollo mastodon misskey mitra pleroma sharkey
{
  “type”: “Document”,
  “url”: “http://pasture-one-actor/images/001.png”
}
unknown image image image image/png image unknown image
{
  “type”: “Document”,
  “url”: “http://pasture-one-actor/images/001b.png”,
  “mediaType”: “image/png”
}
image image image image image/png image image image
{
  “type”: “Image”,
  “url”: “http://pasture-one-actor/images/002.jpg”
}
unknown image image image image/jpeg image unknown image
{
  “type”: “Image”,
  “url”: “http://pasture-one-actor/images/002b.jpg”,
  “mediaType”: “image/jpeg”
}
image image image image image/jpeg image image image
{
  “type”: “Image”,
  “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
}
unknown - image unknown image/svg+xml - unknown image
{
  “type”: “Image”,
  “url”: “http://pasture-one-actor/images/003.eps”
}
unknown - image unknown application/eps - unknown unknown
{
  “type”: “Image”,
  “url”: “http://pasture-one-actor/images/003b.gif”
}
unknown image image image image/gif image unknown gifv
{
  “type”: “Image”,
  “url”: “http://pasture-one-actor/images/003c.tiff”
}
unknown - image unknown image/tiff - unknown image
{
  “type”: “Image”,
  “url”: “http://pasture-one-actor/images/003d.webp”
}
unknown image image image image/webp image unknown image
{
  “type”: “Document”,
  “url”: “http://pasture-one-actor/assets/does_not_exist.png”
}
unknown - text unknown - unknown
{
  “type”: “Document”,
  “width”: 13,
  “height”: 17,
  “url”: “http://pasture-one-actor/images/004.png”
}
unknown image image image image/png image unknown image
{
  “url”: “http://pasture-one-actor/images/005.png”
}
unknown - - image - - unknown -
{
  “type”: “Image”,
  “url”: {
    “type”: “Link”,
    “href”: “http://pasture-one-actor/images/006.png”
  }
}
- image - image -
{
  “type”: “Image”,
  “url”: {
    “type”: “Link”,
    “href”: “http://pasture-one-actor/images/006b.png”,
    “mediaType”: “image/png”
  }
}
image - image - image -
{
  “type”: “Image”,
  “url”: [
    {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006c.png”
    }
  ]
}
- image - - unknown -
{
  “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”
    }
  ]
}
image - image - - image -

Details

attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
{
  “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”
}
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “01JQ11VJ3K6DE4353KEPEZYT3B”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VJ3K6DE4353KEPEZYT3B.png”,
  “text_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VJ3K6DE4353KEPEZYT3B.png”,
  “preview_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/small/01JQ11VJ3K6DE4353KEPEZYT3B.jpg”,
  “remote_url”: “http://pasture-one-actor/images/001.png”,
  “preview_remote_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: “L1F3bl}WfQ}W}WoKfQoKfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “01JQ11VJSE1Y84TCXB4JTZDQD3”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VJSE1Y84TCXB4JTZDQD3.png”,
  “text_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VJSE1Y84TCXB4JTZDQD3.png”,
  “preview_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/small/01JQ11VJSE1Y84TCXB4JTZDQD3.jpg”,
  “remote_url”: “http://pasture-one-actor/images/001b.png”,
  “preview_remote_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: “L94v.rlfQllffQf*fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “01JQ11VKE5G4J2XTRHXVD938PW”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VKE5G4J2XTRHXVD938PW.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VKE5G4J2XTRHXVD938PW.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/small/01JQ11VKE5G4J2XTRHXVD938PW.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002.jpg”,
  “preview_remote_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: “L17,jL$;fQ$;$;j]fQj]fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “01JQ11VM40NJ6XQXEENG0PB4A4”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VM40NJ6XQXEENG0PB4A4.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VM40NJ6XQXEENG0PB4A4.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/small/01JQ11VM40NJ6XQXEENG0PB4A4.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002b.jpg”,
  “preview_remote_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: “L71BK;l$fQl$l$ffQffQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “01JQ11VP2WPV829TBAR4AH04J2”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VP2WPV829TBAR4AH04J2.gif”,
  “text_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VP2WPV829TBAR4AH04J2.gif”,
  “preview_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/small/01JQ11VP2WPV829TBAR4AH04J2.jpg”,
  “remote_url”: “http://pasture-one-actor/images/003b.gif”,
  “preview_remote_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: “L2GE]S}FfQ}F}Fo1fQo1fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “01JQ11VQCA03NF0XYSDYFG48ZE”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VQCA03NF0XYSDYFG48ZE.webp”,
  “text_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VQCA03NF0XYSDYFG48ZE.webp”,
  “preview_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/small/01JQ11VQCA03NF0XYSDYFG48ZE.jpg”,
  “remote_url”: “http://pasture-one-actor/images/003d.webp”,
  “preview_remote_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: “L33NkIqDjHqDqDj[f7f*jHf7bGbG”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “01JQ11VRQFX0TTJMEH4NGH44DZ”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VRQFX0TTJMEH4NGH44DZ.png”,
  “text_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/original/01JQ11VRQFX0TTJMEH4NGH44DZ.png”,
  “preview_url”: “http://gotosocial/fileserver/01JQ11QM5JKM0XPQD9F110ZSBH/attachment/small/01JQ11VRQFX0TTJMEH4NGH44DZ.jpg”,
  “remote_url”: “http://pasture-one-actor/images/004.png”,
  “preview_remote_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: “L7K,;D?KfQ?K?Kj]fQj]fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
null
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “0195707f-653d-7a0d-8bd1-2a6300ad23e2”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/001.png”,
  “preview_url”: “http://pasture-one-actor/images/001.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “0195707f-6876-71c7-bd7f-e9cf5fa2c797”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/001b.png”,
  “preview_url”: “http://pasture-one-actor/images/001b.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “0195707f-6b91-7124-9316-baef6cd6feb9”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/002.jpg”,
  “preview_url”: “http://pasture-one-actor/images/002.jpg”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “0195707f-6e82-78e5-8bae-7a506ac609c6”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/002b.jpg”,
  “preview_url”: “http://pasture-one-actor/images/002b.jpg”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “0195707f-71c6-7955-9733-2aba24df19f3”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “preview_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “0195707f-74b4-7848-bbdf-441103d43f89”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/003.eps”,
  “preview_url”: “http://pasture-one-actor/images/003.eps”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “0195707f-77b5-78ab-97b4-4f1f1ae9cadd”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/003b.gif”,
  “preview_url”: “http://pasture-one-actor/images/003b.gif”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “0195707f-7ae1-7ab4-ac1c-147ec4db45fc”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/003c.tiff”,
  “preview_url”: “http://pasture-one-actor/images/003c.tiff”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “0195707f-7e15-725b-9f0b-5b63b4384607”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/003d.webp”,
  “preview_url”: “http://pasture-one-actor/images/003d.webp”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “id”: “0195707f-811d-7257-9170-6dff0ae41204”,
  “type”: “text”,
  “url”: “http://pasture-one-actor/assets/does_not_exist.png”,
  “preview_url”: “http://pasture-one-actor/assets/does_not_exist.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “0195707f-841d-781d-93bf-f531d2c36dea”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/004.png”,
  “preview_url”: “http://pasture-one-actor/images/004.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 13,
      “height”: 17,
      “size”: “13x17”,
      “aspect”: 0.7647058823529411
    },
    “small”: {
      “width”: 13,
      “height”: 17,
      “size”: “13x17”,
      “aspect”: 0.7647058823529411
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “id”: “0195707f-8a19-77a3-9da8-6db07e60d6b7”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/006.png”,
  “preview_url”: “http://pasture-one-actor/images/006.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
{
  “id”: “0195707f-8d26-724a-b733-d6fcd93688e1”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/006b.png”,
  “preview_url”: “http://pasture-one-actor/images/006b.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “id”: “0195707f-9046-7699-9af1-598c880d49dd”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/006c.png”,
  “preview_url”: “http://pasture-one-actor/images/006c.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
{
  “id”: “0195707f-935e-7e59-a1ea-da500030358f”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/007.png”,
  “preview_url”: “http://pasture-one-actor/images/007.png”,
  “remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “small”: {
      “width”: 512,
      “height”: 512,
      “size”: “512x512”,
      “aspect”: 1
    },
    “focus”: {
      “x”: 0,
      “y”: 0
    }
  },
  “description”: null,
  “blurhash”: null
}
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “114177219588667232”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/588/667/232/original/6eb681f320076cad.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/588/667/232/small/6eb681f320076cad.png”,
  “remote_url”: “http://pasture-one-actor/images/001.png”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U0KmBj~lfQ~l~lj@fQj@fQfQfQfQ~lj@fQj@”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “114177219725556700”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/725/556/700/original/f564e4c1ea142379.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/725/556/700/small/f564e4c1ea142379.png”,
  “remote_url”: “http://pasture-one-actor/images/001b.png”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U0DFTi=3fQ=3=3jtfQjtfQfQfQfQ=3jtfQjt”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “114177219790649752”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/790/649/752/original/7827151ed60025df.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/790/649/752/small/7827151ed60025df.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002.jpg”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U0E#FY_FfQ_F_Fj@fQj@fQfQfQfQ_Fj@fQj@”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “114177219855848331”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/855/848/331/original/b30761376230eb45.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/219/855/848/331/small/b30761376230eb45.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002b.jpg”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U2Cd.|ypfQypypfkfQfkfQfQfQfQypfkfQfk”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “114177219920230203”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114177219920230203/original”,
  “preview_url”: “http://mastodon/media_proxy/114177219920230203/small”,
  “remote_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: null,
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “114177220199619593”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114177220199619593/original”,
  “preview_url”: “http://mastodon/media_proxy/114177220199619593/small”,
  “remote_url”: “http://pasture-one-actor/images/003.eps”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: null,
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “114177220263757314”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/263/757/314/original/0a5efd547fde974f.gif”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/263/757/314/small/0a5efd547fde974f.png”,
  “remote_url”: “http://pasture-one-actor/images/003b.gif”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U20bDdhWfQhWhWfjfQfjfQfQfQfQhWfjfQfj”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “114177220327920074”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114177220327920074/original”,
  “preview_url”: “http://mastodon/media_proxy/114177220327920074/small”,
  “remote_url”: “http://pasture-one-actor/images/003c.tiff”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: null,
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “114177220394718573”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/394/718/573/original/2e0ef761dafe147c.webp”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/394/718/573/small/2e0ef761dafe147c.webp”,
  “remote_url”: “http://pasture-one-actor/images/003d.webp”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U04^O~stfTsastfTfTfSfTfSfQfOsafSfOfg”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “id”: “114177220475069283”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114177220475069283/original”,
  “preview_url”: “http://mastodon/media_proxy/114177220475069283/small”,
  “remote_url”: “http://pasture-one-actor/assets/does_not_exist.png”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: null,
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “114177220549715790”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/549/715/790/original/ceb722a23bf4b36d.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/549/715/790/small/ceb722a23bf4b36d.png”,
  “remote_url”: “http://pasture-one-actor/images/004.png”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U2S{zm}:fQ}:}:j@fQj@fQfQfQfQ}:j@fQj@”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
{
  “id”: “114177220615957944”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/615/957/944/original/3a07ef754aa43514.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/177/220/615/957/944/small/3a07ef754aa43514.png”,
  “remote_url”: “http://pasture-one-actor/images/005.png”,
  “preview_remote_url”: null,
  “text_url”: null,
  “meta”: {
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    },
    “small”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1.0
    }
  },
  “description”: null,
  “blurhash”: “U06weBuHfQuHuHfjfQfjfQfQfQfQuHfjfQfj”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
attachment files fileIds Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
[
  {
    “id”: “a52dc3wxirna002j”,
    “createdAt”: “2025-03-07T13:21:24.945Z”,
    “name”: “001.png”,
    “type”: “image/png”,
    “md5”: “18d29bf62285823bbc4e2582034b3599”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e02O_gokfQokfQokfRfQfRfQfQfQfQfQfQokfRfQfRfQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/001.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/001.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc3wxirna002j”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
[
  {
    “id”: “a52dc4h1irna002l”,
    “createdAt”: “2025-03-07T13:21:25.669Z”,
    “name”: “001b.png”,
    “type”: “image/png”,
    “md5”: “a83b043bd004396de27c0002b4d83401”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e0EM$0~ifQ~ifQ~ij@fQj@fQfQfQfQfQfQ~ij@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/001b.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/001b.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc4h1irna002l”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
[
  {
    “id”: “a52dc4ygirna002n”,
    “createdAt”: “2025-03-07T13:21:26.296Z”,
    “name”: “002.jpg”,
    “type”: “image/jpeg”,
    “md5”: “e303e17aae412ce80eb49178b19b48d4”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e3H50:.efQ.efQ.ej@fQj@fQfQfQfQfQfQ.ej@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/002.jpg”,
    “thumbnailUrl”: “http://pasture-one-actor/images/002.jpg”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc4ygirna002n”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
[
  {
    “id”: “a52dc5gqirna002p”,
    “createdAt”: “2025-03-07T13:21:26.954Z”,
    “name”: “002b.jpg”,
    “type”: “image/jpeg”,
    “md5”: “f95f6874002b312ffb91f2d8d3635f49”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e3I@kt.ffQ.ffQ.fj@fQj@fQfQfQfQfQfQ.fj@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “thumbnailUrl”: “http://pasture-one-actor/images/002b.jpg”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc5gqirna002p”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
[
  {
    “id”: “a52dc602irna002r”,
    “createdAt”: “2025-03-07T13:21:27.650Z”,
    “name”: “FediverseLogo.svg”,
    “type”: “image/svg+xml”,
    “md5”: “c0cf4aac6c02350b855e29194f209216”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “eLDlNJ.}4.T?Im}fnOEVw[xb9IK[N1w~-T5cO?RPX2$yARM{tkj0t7”,
    “properties”: {},
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
    “thumbnailUrl”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc602irna002r”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
[
  {
    “id”: “a52dc6h0irna002t”,
    “createdAt”: “2025-03-07T13:21:28.260Z”,
    “name”: “003.eps”,
    “type”: “application/eps”,
    “md5”: “e4031c5d7047fbf9e1880adeec2ba04e”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: null,
    “properties”: {},
    “url”: “http://pasture-one-actor/images/003.eps”,
    “thumbnailUrl”: null,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc6h0irna002t”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
[
  {
    “id”: “a52dc709irna002v”,
    “createdAt”: “2025-03-07T13:21:28.953Z”,
    “name”: “003b.gif”,
    “type”: “image/gif”,
    “md5”: “e7efad7fbe6c7037d89ebc98bc0042dc”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e2EfzM%jfQ%jfQ%jj[fQj[fQfQfQfQfQfQ%jj[fQj[fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/003b.gif”,
    “thumbnailUrl”: “http://pasture-one-actor/images/003b.gif”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc709irna002v”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
[
  {
    “id”: “a52dc7h4irna002x”,
    “createdAt”: “2025-03-07T13:21:29.560Z”,
    “name”: “003c.tiff”,
    “type”: “image/tiff”,
    “md5”: “d039d739ae561a32ab1af43aa29ad653”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: null,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/003c.tiff”,
    “thumbnailUrl”: “http://pasture-one-actor/images/003c.tiff”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc7h4irna002x”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
[
  {
    “id”: “a52dc81dirna002z”,
    “createdAt”: “2025-03-07T13:21:30.289Z”,
    “name”: “003d.webp”,
    “type”: “image/webp”,
    “md5”: “9e1f6f3313f64d3553eb50e0ccee23e2”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e0D?i^ya|}:n^yX6nsBnbGnr[wLr[}:sBr[wLnjansBnjt”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/003d.webp”,
    “thumbnailUrl”: “http://pasture-one-actor/images/003d.webp”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc81dirna002z”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
[
  {
    “id”: “a52dch8zirna0031”,
    “createdAt”: “2025-03-07T13:21:42.227Z”,
    “name”: “004.png”,
    “type”: “image/png”,
    “md5”: “9756dfb246f0098b8a7967d123379058”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e4MS:H?:fQ?:fQ?:j@fQj@fQfQfQfQfQfQ?:j@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/004.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/004.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dch8zirna0031”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
[]
[]
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “0195c226-260a-c6ca-c8c2-0e846e405566”,
  “type”: “image”,
  “url”: “http://mitra/media/09aa467233308c2634490c95a2754512985a22c0f872e92aff20183fbcaa0f63.png”,
  “preview_url”: “http://mitra/media/09aa467233308c2634490c95a2754512985a22c0f872e92aff20183fbcaa0f63.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “0195c226-2be7-54a7-6b08-c5e66b6a815a”,
  “type”: “image”,
  “url”: “http://mitra/media/5e27b2224e2f0e7299ae6c2d6490fb38125b0b44220211da0f388e3cfb760e6d.png”,
  “preview_url”: “http://mitra/media/5e27b2224e2f0e7299ae6c2d6490fb38125b0b44220211da0f388e3cfb760e6d.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “0195c226-31c2-471a-682b-4a83d609b038”,
  “type”: “image”,
  “url”: “http://mitra/media/82f79a5e99570ffe4b4b48d0bd6a59e9a79da2e1fdff59942a7edc8690327e6f.jpg”,
  “preview_url”: “http://mitra/media/82f79a5e99570ffe4b4b48d0bd6a59e9a79da2e1fdff59942a7edc8690327e6f.jpg”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “0195c226-379d-d9d0-29bc-f8de84c77e62”,
  “type”: “image”,
  “url”: “http://mitra/media/23196a8a4d963ceb0ff6f7f77d74e70ab35df0100a8b0c111334d864382a3f37.jpg”,
  “preview_url”: “http://mitra/media/23196a8a4d963ceb0ff6f7f77d74e70ab35df0100a8b0c111334d864382a3f37.jpg”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “0195c226-4932-2e21-0efb-cec21286ef92”,
  “type”: “image”,
  “url”: “http://mitra/media/69fa1ebd314a9b0b2b6bc3f94fb3195d4cfa9f036a52385ce7671963007bb09c.gif”,
  “preview_url”: “http://mitra/media/69fa1ebd314a9b0b2b6bc3f94fb3195d4cfa9f036a52385ce7671963007bb09c.gif”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “0195c226-54eb-d56a-2e27-1b850895bb79”,
  “type”: “image”,
  “url”: “http://mitra/media/b11842f1f32c208fd4e848a31216d82bdc7911b0280c7b59a94e86a502e164f5.webp”,
  “preview_url”: “http://mitra/media/b11842f1f32c208fd4e848a31216d82bdc7911b0280c7b59a94e86a502e164f5.webp”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “0195c226-6093-40d9-dfb9-87b23aac13a3”,
  “type”: “image”,
  “url”: “http://mitra/media/648ab2184b433ca1d8406f98114ea098516cd15c0d34f9edaf11eec53360a9ff.png”,
  “preview_url”: “http://mitra/media/648ab2184b433ca1d8406f98114ea098516cd15c0d34f9edaf11eec53360a9ff.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “id”: “0195c226-6c5b-0218-b230-1557bd97039d”,
  “type”: “image”,
  “url”: “http://mitra/media/ba3c771cd292c95c8d2175ea83e77d721dbb64d127dba602a4582f1fbec8d8f6.png”,
  “preview_url”: “http://mitra/media/ba3c771cd292c95c8d2175ea83e77d721dbb64d127dba602a4582f1fbec8d8f6.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
{
  “id”: “0195c226-7235-6c97-ba79-13d4486b745d”,
  “type”: “image”,
  “url”: “http://mitra/media/046bac46ffc8ce4da830c2695e7b87f2d47414a07b128b55e323ce7d1af6ec58.png”,
  “preview_url”: “http://mitra/media/046bac46ffc8ce4da830c2695e7b87f2d47414a07b128b55e323ce7d1af6ec58.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
null
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
{
  “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”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “-1245236373”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/006c.png”,
  “remote_url”: “http://pasture-one-actor/images/006c.png”,
  “text_url”: “http://pasture-one-actor/images/006c.png”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/006c.png”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
{
  “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”
}
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “a52ec9m9e2tn002l”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/001.png”,
  “remote_url”: “http://pasture-one-actor/images/001.png”,
  “preview_url”: “http://pasture-one-actor/images/001.png”,
  “text_url”: “http://pasture-one-actor/images/001.png”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: “e19}9Jx3fQx3fQx3jufQjufQfQfQfQfQfQx3jufQjufQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “a52eca54e2tn002n”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/001b.png”,
  “remote_url”: “http://pasture-one-actor/images/001b.png”,
  “preview_url”: “http://pasture-one-actor/images/001b.png”,
  “text_url”: “http://pasture-one-actor/images/001b.png”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: “e0DAM5_KfQ_KfQ_Kj[fQj[fQfQfQfQfQfQ_Kj[fQj[fQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “a52ecaoie2tn002p”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/002.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002.jpg”,
  “preview_url”: “http://pasture-one-actor/images/002.jpg”,
  “text_url”: “http://pasture-one-actor/images/002.jpg”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: “e22L$PlnfQlnfQlnfkfQfkfQfQfQfQfQfQlnfkfQfkfQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “a52ecb8re2tn002r”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/002b.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002b.jpg”,
  “preview_url”: “http://pasture-one-actor/images/002b.jpg”,
  “text_url”: “http://pasture-one-actor/images/002b.jpg”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: “e25XR|oTfQoTfQoTfRfQfRfQfQfQfQfQfQoTfRfQfRfQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “a52ecbtte2tn002t”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “remote_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “preview_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “text_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “meta”: {
    “original”: {
      “frame_rate”: “undefined”
    }
  },
  “description”: null,
  “blurhash”: “eLDlNJ.}4.T?Im}fnOEVw[xb9IK[N1w~-T5cO?RPX2$yARM{tkj0t7”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “a52ecccne2tn002v”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/003.eps”,
  “remote_url”: “http://pasture-one-actor/images/003.eps”,
  “preview_url”: null,
  “text_url”: “http://pasture-one-actor/images/003.eps”,
  “meta”: {
    “original”: {
      “frame_rate”: “undefined”
    }
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “a52eccw3e2tn002x”,
  “type”: “gifv”,
  “url”: “http://pasture-one-actor/images/003b.gif”,
  “remote_url”: “http://pasture-one-actor/images/003b.gif”,
  “preview_url”: “http://pasture-one-actor/images/003b.gif”,
  “text_url”: “http://pasture-one-actor/images/003b.gif”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: “e4HiV5DfQDfQDj@fQj@fQfQfQfQfQfQDj@fQj@fQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “a52ecdfae2tn002z”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/003c.tiff”,
  “remote_url”: “http://pasture-one-actor/images/003c.tiff”,
  “preview_url”: “http://pasture-one-actor/images/003c.tiff”,
  “text_url”: “http://pasture-one-actor/images/003c.tiff”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “a52ece08e2tn0031”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/003d.webp”,
  “remote_url”: “http://pasture-one-actor/images/003d.webp”,
  “preview_url”: “http://pasture-one-actor/images/003d.webp”,
  “text_url”: “http://pasture-one-actor/images/003d.webp”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: “e24*0Hp[f9p@f6p[flfkfifif8fRfRfkfRp@fkf8fRf8f6f8fhfifj”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “a52eco3me2tn0033”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/004.png”,
  “remote_url”: “http://pasture-one-actor/images/004.png”,
  “preview_url”: “http://pasture-one-actor/images/004.png”,
  “text_url”: “http://pasture-one-actor/images/004.png”,
  “meta”: {
    “width”: 40,
    “height”: 40,
    “original”: {
      “width”: 40,
      “height”: 40,
      “size”: “40x40”,
      “aspect”: 1,
      “frame_rate”: “undefined”
    },
    “size”: “40x40”,
    “aspect”: 1
  },
  “description”: null,
  “blurhash”: “e2EFirIfQIfQIj[fQj[fQfQfQfQfQfQIj[fQj[fQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “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”
    }
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “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”
      }
    ]
  }
}
null