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 - image -
{
  “type”: “Image”,
  “url”: {
    “type”: “Link”,
    “href”: “http://pasture-one-actor/images/006b.png”,
    “mediaType”: “image/png”
  }
}
image - image image - image -
{
  “type”: “Image”,
  “url”: [
    {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006c.png”
    }
  ]
}
- image 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 - - 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”: “01JVS2FPQ264V49MY57VMDC71E”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FPQ264V49MY57VMDC71E.png”,
  “text_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FPQ264V49MY57VMDC71E.png”,
  “preview_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2FPQ264V49MY57VMDC71E.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”: “L35=.0tVfQtVtVfkfQfkfQfQfQfQ”
}
{
  “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”: “01JVS2FQBPFDDY6S7JVMF4M7ZA”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FQBPFDDY6S7JVMF4M7ZA.png”,
  “text_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FQBPFDDY6S7JVMF4M7ZA.png”,
  “preview_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2FQBPFDDY6S7JVMF4M7ZA.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”: “L6PDp+};fQ};};oKfQoKfQfQfQfQ”
}
{
  “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”: “01JVS2FR0YRPE1ZK10CPKS3J82”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FR0YRPE1ZK10CPKS3J82.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FR0YRPE1ZK10CPKS3J82.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2FR0YRPE1ZK10CPKS3J82.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”: “L36.PtuefQueuekBfQkBfQfQfQfQ”
}
{
  “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”: “01JVS2FRNA3BR90VWD14AXQK4J”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FRNA3BR90VWD14AXQK4J.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FRNA3BR90VWD14AXQK4J.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2FRNA3BR90VWD14AXQK4J.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”: “L5K]aR^nfQ^n^nj]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/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”: “01JVS2FTKNKPKD04EEGZ42S8EF”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FTKNKPKD04EEGZ42S8EF.gif”,
  “text_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FTKNKPKD04EEGZ42S8EF.gif”,
  “preview_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2FTKNKPKD04EEGZ42S8EF.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”: “L7Ls9S?@fQ?@?@kBfQkBfQfQfQfQ”
}
{
  “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”: “01JVS2FVZ40KQXBVJBHFGSM1CW”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FVZ40KQXBVJBHFGSM1CW.webp”,
  “text_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FVZ40KQXBVJBHFGSM1CW.webp”,
  “preview_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2FVZ40KQXBVJBHFGSM1CW.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”: “L4Ll;3}EfQ}E}EoKfQoKfQfQfQfQ”
}
{
  “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”: “01JVS2FXAF34TR6AAVHG7X4RXE”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FXAF34TR6AAVHG7X4RXE.png”,
  “text_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/original/01JVS2FXAF34TR6AAVHG7X4RXE.png”,
  “preview_url”: “http://gotosocial/fileserver/01JVS2BRAS4XQX73070DBHCC8W/attachment/small/01JVS2FXAF34TR6AAVHG7X4RXE.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”: “L49b;XyGfQyGyGj]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”: “0197e940-e8ff-7ccf-8a51-6de9e2e56f0a”,
  “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”: “0197e940-ec2e-7397-aef1-de94a77ad336”,
  “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”: “0197e940-ef27-7d89-9bc1-8f59423cb5f6”,
  “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”: “0197e940-f22c-7167-8232-9558bf649db4”,
  “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”: “0197e940-f510-75b5-8e01-01616b605784”,
  “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”: “0197e940-f845-7c7b-b063-8eef53fa30bc”,
  “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”: “0197e940-fb39-7bba-a799-6c0feaa090f3”,
  “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”: “0197e940-fe40-70fb-bc3c-4fa37060b2a9”,
  “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”: “0197e941-0148-7310-9c24-d930b1ad9a46”,
  “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”: “0197e941-0455-7bfb-a5a8-5368e75cf8c7”,
  “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”: “0197e941-0740-769d-be97-12f5635aad71”,
  “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”: “0197e941-0d22-75ca-ab5e-114ed4be644a”,
  “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”: “0197e941-1029-7966-a0f3-e60d82b2a058”,
  “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”: “0197e941-1337-7b47-977c-de27f352468f”,
  “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”: “0197e941-164d-7647-b17a-06bfe69865f3”,
  “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”: “114829870352522625”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/352/522/625/original/93275683015d61cc.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/352/522/625/small/93275683015d61cc.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”: “U1Nkvw}: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/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”: “114829870421601550”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/421/601/550/original/f0d560d2251a68fd.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/421/601/550/small/f0d560d2251a68fd.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”: “U0J=[8~8fQ~8~8j@fQj@fQfQfQfQ~8j@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/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “114829870494362752”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/494/362/752/original/e0b1165cfd0eb497.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/494/362/752/small/e0b1165cfd0eb497.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”: “U2QlgB_0fQ_0_0j@fQj@fQfQfQfQ_0j@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”: “114829870562050490”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/562/050/490/original/06ab543a2af49f60.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/562/050/490/small/06ab543a2af49f60.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”: “U107cKhefQhehefkfQfkfQfQfQfQhefkfQfk”
}
{
  “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”: “114829870626330930”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114829870626330930/original”,
  “preview_url”: “http://mastodon/media_proxy/114829870626330930/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”: “114829870910596352”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114829870910596352/original”,
  “preview_url”: “http://mastodon/media_proxy/114829870910596352/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”: “114829870972806866”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/972/806/866/original/cd52e25a051e666b.gif”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/870/972/806/866/small/cd52e25a051e666b.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”: “U0H6x.|xfQ|x|xjtfQjtfQfQfQfQ|xjtfQjt”
}
{
  “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”: “114829871040970117”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114829871040970117/original”,
  “preview_url”: “http://mastodon/media_proxy/114829871040970117/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”: “114829871104612098”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/104/612/098/original/4b5429e8411f1d4b.webp”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/104/612/098/small/4b5429e8411f1d4b.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”: “U0A{v{.fru.f.frunknrunkjaW:.fnW:X6”
}
{
  “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”: “114829871169136316”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114829871169136316/original”,
  “preview_url”: “http://mastodon/media_proxy/114829871169136316/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”: “114829871234020650”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/234/020/650/original/6651734930683b6e.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/234/020/650/small/6651734930683b6e.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”: “U28d*Xq7fQq7q7fjfQfjfQfQfQfQq7fjfQfj”
}
{
  “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”: “114829871298976190”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/298/976/190/original/406e1a930c6aaf0d.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/298/976/190/small/406e1a930c6aaf0d.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”: “U0B=tV.kfQ.k.kj[fQj[fQfQfQfQ.kj[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/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”: “114829871362306405”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/362/306/405/original/d276d1859461e7fb.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/362/306/405/small/d276d1859461e7fb.png”,
  “remote_url”: “http://pasture-one-actor/images/006.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”: “U26YXsq7fQq7q7fjfQfjfQfQfQfQq7fjfQfj”
}
{
  “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”: “114829871427164030”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/427/164/030/original/16769ef94eb999d5.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/427/164/030/small/16769ef94eb999d5.png”,
  “remote_url”: “http://pasture-one-actor/images/006b.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”: “U23ZDslofQlolofkfQfkfQfQfQfQlofkfQfk”
}
{
  “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”: “114829871545010169”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/545/010/169/original/f0a4c5448a310347.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/545/010/169/small/f0a4c5448a310347.png”,
  “remote_url”: “http://pasture-one-actor/images/006c.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”: “U03]$7o}fQo}o}fQfQfQfQfQfQfQo}fQfQfQ”
}
{
  “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”: “114829871603258958”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/603/258/958/original/785dbd3f5eb7e986.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/829/871/603/258/958/small/785dbd3f5eb7e986.png”,
  “remote_url”: “http://pasture-one-actor/images/007.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”: “U2Q1y}]GfQ]G]GjufQjufQfQfQfQ]GjufQju”
}
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”: “a9zma3txgluj002k”,
    “createdAt”: “2025-07-09T14:27:01.221Z”,
    “name”: “001.png”,
    “type”: “image/png”,
    “md5”: “599132b5fcaa4a25fd1a3ef9beb2b37d”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e1Kb]S}?fQ}?fQ}?j@fQj@fQfQfQfQfQfQ}?j@fQj@fQfQfQfQfQfQ”,
    “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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma3txgluj002k”
]
{
  “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”: “a9zma4cwgluj002m”,
    “createdAt”: “2025-07-09T14:27:01.904Z”,
    “name”: “001b.png”,
    “type”: “image/png”,
    “md5”: “c4c1bbee90dd3b5afa3afd8d6fa6ebb1”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e4I{@^-afQ-afQ-ajufQjufQfQfQfQfQfQ-ajufQjufQfQfQfQfQfQ”,
    “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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma4cwgluj002m”
]
{
  “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”: “a9zma4tygluj002o”,
    “createdAt”: “2025-07-09T14:27:02.518Z”,
    “name”: “002.jpg”,
    “type”: “image/jpeg”,
    “md5”: “20cdb1fdbf48c1ee670a9e7da6ecfeb9”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e27?LrucfQucfQucfjfQfjfQfQfQfQfQfQucfjfQfjfQfQfQfQfQfQ”,
    “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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma4tygluj002o”
]
{
  “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”: “a9zma5cdgluj002q”,
    “createdAt”: “2025-07-09T14:27:03.181Z”,
    “name”: “002b.jpg”,
    “type”: “image/jpeg”,
    “md5”: “9e459fbec53277441bd8f34649ad3c9d”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e2BZ*jykfQykfQykj@fQj@fQfQfQfQfQfQykj@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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma5cdgluj002q”
]
{
  “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”: “a9zma5vcgluj002s”,
    “createdAt”: “2025-07-09T14:27:03.864Z”,
    “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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma5vcgluj002s”
]
{
  “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”: “a9zma6cfgluj002u”,
    “createdAt”: “2025-07-09T14:27:04.479Z”,
    “name”: “003.eps”,
    “type”: “application/eps”,
    “md5”: “8b9b1c602a8eec4fdb8ef4f6d1daa9de”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: null,
    “properties”: {},
    “url”: “http://pasture-one-actor/images/003.eps”,
    “thumbnailUrl”: null,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma6cfgluj002u”
]
{
  “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”: “a9zma6wugluj002w”,
    “createdAt”: “2025-07-09T14:27:05.214Z”,
    “name”: “003b.gif”,
    “type”: “image/gif”,
    “md5”: “02f395fd27e33c464b1e3b6eb4d1f691”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e20A1}frfQfrfQfrfRfQfRfQfQfQfQfQfQfrfRfQfRfQfQfQfQfQfQ”,
    “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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma6wugluj002w”
]
{
  “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”: “a9zma7d5gluj002y”,
    “createdAt”: “2025-07-09T14:27:05.801Z”,
    “name”: “003c.tiff”,
    “type”: “image/tiff”,
    “md5”: “650262625f2cec4c8d37e1a4c66e1f75”,
    “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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma7d5gluj002y”
]
{
  “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”: “a9zma7xfgluj0030”,
    “createdAt”: “2025-07-09T14:27:06.531Z”,
    “name”: “003d.webp”,
    “type”: “image/webp”,
    “md5”: “6f40199394f44759c9e7af9e12a00ef7”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e28WxdtDfAs^fStDfmfSfSfRfAfSfQfOfPs^fSfhfhfOf9fRfOfhfO”,
    “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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zma7xfgluj0030”
]
{
  “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”: “a9zmah3cgluj0032”,
    “createdAt”: “2025-07-09T14:27:18.408Z”,
    “name”: “004.png”,
    “type”: “image/png”,
    “md5”: “fce89561c39dd9472156eef4e2f5df71”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e08?lV.gfQ.gfQ.gj@fQj@fQfQfQfQfQfQ.gj@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”: “a9zm7rzwgluj0003”,
    “user”: null
  }
]
[
  “a9zmah3cgluj0032”
]
{
  “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”: “0197e979-3bbc-4704-107b-0ae8a8de2a47”,
  “type”: “image”,
  “url”: “http://mitra/media/86ae5dff6160b27c8a74e2b0330e800d92e4f217d2dc3740e26f5f59d3763614.png”,
  “preview_url”: “http://mitra/media/86ae5dff6160b27c8a74e2b0330e800d92e4f217d2dc3740e26f5f59d3763614.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”: “0197e979-4199-0e05-8cae-25a966604ef1”,
  “type”: “image”,
  “url”: “http://mitra/media/738188bec3cd456be981890070ff9cc85936939810649ee26d3c26947ccbc8e6.png”,
  “preview_url”: “http://mitra/media/738188bec3cd456be981890070ff9cc85936939810649ee26d3c26947ccbc8e6.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”: “0197e979-475d-8d23-9ea6-fefcd74d18ef”,
  “type”: “image”,
  “url”: “http://mitra/media/a116872b205efa916e8ac01a3490b3eba3045a9a6f99c82df05a15cb1ec4fe2d.jpg”,
  “preview_url”: “http://mitra/media/a116872b205efa916e8ac01a3490b3eba3045a9a6f99c82df05a15cb1ec4fe2d.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”: “0197e979-4d52-c520-36e1-4a51194bf3ef”,
  “type”: “image”,
  “url”: “http://mitra/media/56bb1778d351f8d6a63201a629d2ae2ae6605a942cd3f306416a1fbc2e1f765d.jpg”,
  “preview_url”: “http://mitra/media/56bb1778d351f8d6a63201a629d2ae2ae6605a942cd3f306416a1fbc2e1f765d.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”: “0197e979-5ed9-5fd5-cd63-8a5f34f473ef”,
  “type”: “image”,
  “url”: “http://mitra/media/3616a66dafed377e4624daa77d38b975850a15965c838f9efa9422c23a10e621.gif”,
  “preview_url”: “http://mitra/media/3616a66dafed377e4624daa77d38b975850a15965c838f9efa9422c23a10e621.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”: “0197e979-6a9e-e433-955b-7e7e9bf44b92”,
  “type”: “image”,
  “url”: “http://mitra/media/125f604eb762faa210a8a498a2be40a172948528a0ce6270cbe51994e9771d30.webp”,
  “preview_url”: “http://mitra/media/125f604eb762faa210a8a498a2be40a172948528a0ce6270cbe51994e9771d30.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”: “0197e979-7646-2b56-920b-4f251141ea01”,
  “type”: “image”,
  “url”: “http://mitra/media/1cbb668516aac8c29acfcf10ff305879b38059c1db9c6ac6fb59fafa1d6e14db.png”,
  “preview_url”: “http://mitra/media/1cbb668516aac8c29acfcf10ff305879b38059c1db9c6ac6fb59fafa1d6e14db.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”: “0197e979-820c-5653-ac56-4e155319f1b6”,
  “type”: “image”,
  “url”: “http://mitra/media/63cfd238d753bfee9249b7a3ef404d13c46b388cca57078e10d4598243fabe4b.png”,
  “preview_url”: “http://mitra/media/63cfd238d753bfee9249b7a3ef404d13c46b388cca57078e10d4598243fabe4b.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”: “0197e979-87d2-a148-c042-fb12b1c07462”,
  “type”: “image”,
  “url”: “http://mitra/media/cd2d8bee622de3c19e007c07a6dfc9d046e45e0b54d330d85bc251af4f024a23.png”,
  “preview_url”: “http://mitra/media/cd2d8bee622de3c19e007c07a6dfc9d046e45e0b54d330d85bc251af4f024a23.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