Skip to content

Image Attachments

The Image type is defined in ActivityStreams Vocabulary.

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

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

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

Support table

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

Details

attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “1131282266”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/001.png”,
  “remote_url”: “http://pasture-one-actor/images/001.png”,
  “text_url”: “http://pasture-one-actor/images/001.png”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/001.png”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “1989242508”,
  “pleroma”: {
    “mime_type”: “image/png”
  },
  “preview_url”: “http://pasture-one-actor/images/001b.png”,
  “remote_url”: “http://pasture-one-actor/images/001b.png”,
  “text_url”: “http://pasture-one-actor/images/001b.png”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/001b.png”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “1061397354”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/002.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002.jpg”,
  “text_url”: “http://pasture-one-actor/images/002.jpg”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/002.jpg”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “-1455849681”,
  “pleroma”: {
    “mime_type”: “image/jpeg”
  },
  “preview_url”: “http://pasture-one-actor/images/002b.jpg”,
  “remote_url”: “http://pasture-one-actor/images/002b.jpg”,
  “text_url”: “http://pasture-one-actor/images/002b.jpg”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/002b.jpg”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “1816847230”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “remote_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “text_url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “-2052359074”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/003.eps”,
  “remote_url”: “http://pasture-one-actor/images/003.eps”,
  “text_url”: “http://pasture-one-actor/images/003.eps”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/003.eps”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “980370550”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/003b.gif”,
  “remote_url”: “http://pasture-one-actor/images/003b.gif”,
  “text_url”: “http://pasture-one-actor/images/003b.gif”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/003b.gif”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “1889602093”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/003c.tiff”,
  “remote_url”: “http://pasture-one-actor/images/003c.tiff”,
  “text_url”: “http://pasture-one-actor/images/003c.tiff”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/003c.tiff”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “2032942461”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/003d.webp”,
  “remote_url”: “http://pasture-one-actor/images/003d.webp”,
  “text_url”: “http://pasture-one-actor/images/003d.webp”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/003d.webp”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “-287079044”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/assets/does_not_exist.png”,
  “remote_url”: “http://pasture-one-actor/assets/does_not_exist.png”,
  “text_url”: “http://pasture-one-actor/assets/does_not_exist.png”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/assets/does_not_exist.png”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “-236881146”,
  “meta”: {
    “original”: {
      “aspect”: 0.7647058823529411,
      “height”: 17,
      “width”: 13
    }
  },
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/004.png”,
  “remote_url”: “http://pasture-one-actor/images/004.png”,
  “text_url”: “http://pasture-one-actor/images/004.png”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/004.png”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “-566296140”,
  “pleroma”: {
    “mime_type”: “application/octet-stream”
  },
  “preview_url”: “http://pasture-one-actor/images/005.png”,
  “remote_url”: “http://pasture-one-actor/images/005.png”,
  “text_url”: “http://pasture-one-actor/images/005.png”,
  “type”: “unknown”,
  “url”: “http://pasture-one-actor/images/005.png”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “content”: “url is Link object with media type”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006b.png”,
      “mediaType”: “image/png”
    }
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “914904108”,
  “pleroma”: {
    “mime_type”: “image/png”
  },
  “preview_url”: “http://pasture-one-actor/images/006b.png”,
  “remote_url”: “http://pasture-one-actor/images/006b.png”,
  “text_url”: “http://pasture-one-actor/images/006b.png”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/006b.png”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “content”: “url is array of two Link objects”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/007.png”,
        “mediaType”: “image/png”
      },
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/008.jpg”,
        “mediaType”: “image/jpeg”
      }
    ]
  }
}
{
  “blurhash”: null,
  “description”: null,
  “id”: “-40757466”,
  “pleroma”: {
    “mime_type”: “image/png”
  },
  “preview_url”: “http://pasture-one-actor/images/007.png”,
  “remote_url”: “http://pasture-one-actor/images/007.png”,
  “text_url”: “http://pasture-one-actor/images/007.png”,
  “type”: “image”,
  “url”: “http://pasture-one-actor/images/007.png”
}
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “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”: “0196f22f-35e1-7d67-a9df-eff8a5e15b55”,
  “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”: “0196f22f-391d-7af4-b747-f359ee3ee716”,
  “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”: “0196f22f-3c20-7271-980e-0564e6148e34”,
  “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”: “0196f22f-3f14-712e-82bb-0ca56a731d6a”,
  “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”: “0196f22f-420a-7c4c-a8d2-0c08f1adc4ae”,
  “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”: “0196f22f-4554-795c-a378-b654580546e8”,
  “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”: “0196f22f-480c-7f2c-b41c-225abaa42a75”,
  “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”: “0196f22f-4b11-7b2e-883d-2a4bf0d15e5e”,
  “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”: “0196f22f-4e48-7008-839a-81e08fcb186a”,
  “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”: “0196f22f-5159-72dc-9bd5-dd148893d072”,
  “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”: “0196f22f-5476-7b42-bb67-4e9173a1baff”,
  “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”: “0196f22f-5a5b-7daa-a6e4-36765669772d”,
  “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”: “0196f22f-5d88-7914-8297-fcb558ccce88”,
  “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”: “0196f22f-608f-74e9-a9c5-5d00794d3186”,
  “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”: “0196f22f-6373-7bed-803c-f37dc0312f6a”,
  “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”: “114545168710114808”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/710/114/808/original/18d15df93eb6c583.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/710/114/808/small/18d15df93eb6c583.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”: “U0G@6}}?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”: “114545168773989960”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/773/989/960/original/d6c44cb8041aeedc.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/773/989/960/small/d6c44cb8041aeedc.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”: “U1Cdm%y?fQy?y?fkfQfkfQfQfQfQy?fkfQfk”
}
{
  “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”: “114545168836806251”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/836/806/251/original/3556e90574dba3c4.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/836/806/251/small/3556e90574dba3c4.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”: “U07M5DyFfQyFyFfkfQfkfQfQfQfQyFfkfQfk”
}
{
  “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”: “114545168897081493”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/897/081/493/original/d8151870f65d1ad6.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/168/897/081/493/small/d8151870f65d1ad6.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”: “U1H^f,?1fQ?1?1jufQjufQfQfQfQ?1jufQju”
}
{
  “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”: “114545168962747382”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114545168962747382/original”,
  “preview_url”: “http://mastodon/media_proxy/114545168962747382/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”: “114545169233951573”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114545169233951573/original”,
  “preview_url”: “http://mastodon/media_proxy/114545169233951573/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”: “114545169297694421”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/297/694/421/original/3e1a763619777847.gif”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/297/694/421/small/3e1a763619777847.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”: “U1K1L$^-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/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “114545169359076706”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114545169359076706/original”,
  “preview_url”: “http://mastodon/media_proxy/114545169359076706/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”: “114545169437964830”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/437/964/830/original/5f1c5dea55a2f4fa.webp”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/437/964/830/small/5f1c5dea55a2f4fa.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”: “U0FYfI~VX6^+_2S|OoX7OoOoS{n_2banw3”
}
{
  “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”: “114545169525247930”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/114545169525247930/original”,
  “preview_url”: “http://mastodon/media_proxy/114545169525247930/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”: “114545169589062371”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/589/062/371/original/46ded9babf966add.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/589/062/371/small/46ded9babf966add.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”: “U2KyA=.TfQ.T.Tj[fQj[fQfQfQfQ.Tj[fQj[“
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
{
  “id”: “114545169649404837”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/649/404/837/original/279e44cc482823b0.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/114/545/169/649/404/837/small/279e44cc482823b0.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”: “U07[|9w{fQw{w{fQfQfQfQfQfQfQw{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/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “content”: “url is Link object with media type”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006b.png”,
      “mediaType”: “image/png”
    }
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “content”: “url is array of two Link objects”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/007.png”,
        “mediaType”: “image/png”
      },
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/008.jpg”,
        “mediaType”: “image/jpeg”
      }
    ]
  }
}
attachment files fileIds Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
[
  {
    “id”: “a52dc3wxirna002j”,
    “createdAt”: “2025-03-07T13:21:24.945Z”,
    “name”: “001.png”,
    “type”: “image/png”,
    “md5”: “18d29bf62285823bbc4e2582034b3599”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e02O_gokfQokfQokfRfQfRfQfQfQfQfQfQokfRfQfRfQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/001.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/001.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc3wxirna002j”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/C4oVC4SJQ3o”,
  “published”: “2025-03-07T13:49:32Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
[
  {
    “id”: “a52dc4h1irna002l”,
    “createdAt”: “2025-03-07T13:21:25.669Z”,
    “name”: “001b.png”,
    “type”: “image/png”,
    “md5”: “a83b043bd004396de27c0002b4d83401”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e0EM$0~ifQ~ifQ~ij@fQj@fQfQfQfQfQfQ~ij@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/001b.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/001b.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc4h1irna002l”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/OGi8kVB3rL8”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
[
  {
    “id”: “a52dc4ygirna002n”,
    “createdAt”: “2025-03-07T13:21:26.296Z”,
    “name”: “002.jpg”,
    “type”: “image/jpeg”,
    “md5”: “e303e17aae412ce80eb49178b19b48d4”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e3H50:.efQ.efQ.ej@fQj@fQfQfQfQfQfQ.ej@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/002.jpg”,
    “thumbnailUrl”: “http://pasture-one-actor/images/002.jpg”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc4ygirna002n”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/MFt7COLz5HY”,
  “published”: “2025-03-07T13:49:33Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
[
  {
    “id”: “a52dc5gqirna002p”,
    “createdAt”: “2025-03-07T13:21:26.954Z”,
    “name”: “002b.jpg”,
    “type”: “image/jpeg”,
    “md5”: “f95f6874002b312ffb91f2d8d3635f49”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e3I@kt.ffQ.ffQ.fj@fQj@fQfQfQfQfQfQ.fj@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “thumbnailUrl”: “http://pasture-one-actor/images/002b.jpg”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc5gqirna002p”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/UVVpfKUjjWE”,
  “published”: “2025-03-07T13:49:34Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
[
  {
    “id”: “a52dc602irna002r”,
    “createdAt”: “2025-03-07T13:21:27.650Z”,
    “name”: “FediverseLogo.svg”,
    “type”: “image/svg+xml”,
    “md5”: “c0cf4aac6c02350b855e29194f209216”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “eLDlNJ.}4.T?Im}fnOEVw[xb9IK[N1w~-T5cO?RPX2$yARM{tkj0t7”,
    “properties”: {},
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
    “thumbnailUrl”: “http://pasture-one-actor/assets/FediverseLogo.svg”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc602irna002r”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/brBPcN3cX0s”,
  “published”: “2025-03-07T13:49:35Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
[
  {
    “id”: “a52dc6h0irna002t”,
    “createdAt”: “2025-03-07T13:21:28.260Z”,
    “name”: “003.eps”,
    “type”: “application/eps”,
    “md5”: “e4031c5d7047fbf9e1880adeec2ba04e”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: null,
    “properties”: {},
    “url”: “http://pasture-one-actor/images/003.eps”,
    “thumbnailUrl”: null,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc6h0irna002t”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/8yZHrCIRm0E”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
[
  {
    “id”: “a52dc709irna002v”,
    “createdAt”: “2025-03-07T13:21:28.953Z”,
    “name”: “003b.gif”,
    “type”: “image/gif”,
    “md5”: “e7efad7fbe6c7037d89ebc98bc0042dc”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e2EfzM%jfQ%jfQ%jj[fQj[fQfQfQfQfQfQ%jj[fQj[fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/003b.gif”,
    “thumbnailUrl”: “http://pasture-one-actor/images/003b.gif”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc709irna002v”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/Sv0ZB6w-tBE”,
  “published”: “2025-03-07T13:49:36Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
[
  {
    “id”: “a52dc7h4irna002x”,
    “createdAt”: “2025-03-07T13:21:29.560Z”,
    “name”: “003c.tiff”,
    “type”: “image/tiff”,
    “md5”: “d039d739ae561a32ab1af43aa29ad653”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: null,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/003c.tiff”,
    “thumbnailUrl”: “http://pasture-one-actor/images/003c.tiff”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc7h4irna002x”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/rE46HmSqujE”,
  “published”: “2025-03-07T13:49:37Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
[
  {
    “id”: “a52dc81dirna002z”,
    “createdAt”: “2025-03-07T13:21:30.289Z”,
    “name”: “003d.webp”,
    “type”: “image/webp”,
    “md5”: “9e1f6f3313f64d3553eb50e0ccee23e2”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e0D?i^ya|}:n^yX6nsBnbGnr[wLr[}:sBr[wLnjansBnjt”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/003d.webp”,
    “thumbnailUrl”: “http://pasture-one-actor/images/003d.webp”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dc81dirna002z”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/9eRYUnj2Nfo”,
  “published”: “2025-03-07T13:49:38Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/xTzhfGWzKjM”,
  “published”: “2025-03-07T13:49:50Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
[
  {
    “id”: “a52dch8zirna0031”,
    “createdAt”: “2025-03-07T13:21:42.227Z”,
    “name”: “004.png”,
    “type”: “image/png”,
    “md5”: “9756dfb246f0098b8a7967d123379058”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e4MS:H?:fQ?:fQ?:j@fQj@fQfQfQfQfQfQ?:j@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/004.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/004.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a52d9thxirna0002”,
    “user”: null
  }
]
[
  “a52dch8zirna0031”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/pGHI6zwWkfA”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/HB-370TNlDk”,
  “published”: “2025-03-07T13:49:51Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/A_IiaxuLg5k”,
  “published”: “2025-03-07T13:49:52Z”,
  “content”: “url is Link object with media type”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006b.png”,
      “mediaType”: “image/png”
    }
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/KPtM3iOqKcU”,
  “published”: “2025-03-07T13:49:53Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
[]
[]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/3zNSxlk-FMg”,
  “published”: “2025-03-07T13:49:54Z”,
  “content”: “url is array of two Link objects”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/007.png”,
        “mediaType”: “image/png”
      },
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/008.jpg”,
        “mediaType”: “image/jpeg”
      }
    ]
  }
}
[]
[]
attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a52e8ostm0s60001”
  ],
  “id”: “http://pasture-one-actor/actor/yz0_mg9R8Gc”,
  “published”: “2025-03-07T13:49:31Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “01962417-04b4-ab61-832c-fcd8cb84bbac”,
  “type”: “image”,
  “url”: “http://mitra/media/ec90269aecac432b8da32eca35b7bc66439a7f75cbebae9827ac918eac7621ab.png”,
  “preview_url”: “http://mitra/media/ec90269aecac432b8da32eca35b7bc66439a7f75cbebae9827ac918eac7621ab.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”: “01962417-0a92-ae1b-a593-925ddaeda117”,
  “type”: “image”,
  “url”: “http://mitra/media/824dc8bdc2055ee31ff9d81b61996376c35cc2fedf5ca5f97ae726f2902fa023.png”,
  “preview_url”: “http://mitra/media/824dc8bdc2055ee31ff9d81b61996376c35cc2fedf5ca5f97ae726f2902fa023.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”: “01962417-1055-317d-03f8-140f5be787b3”,
  “type”: “image”,
  “url”: “http://mitra/media/394c667e9a6731b07e7afdd541dd7bcc50d013d8808a8a40f458c7dcb3514f50.jpg”,
  “preview_url”: “http://mitra/media/394c667e9a6731b07e7afdd541dd7bcc50d013d8808a8a40f458c7dcb3514f50.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”: “01962417-163b-2a05-a544-89b948e107f2”,
  “type”: “image”,
  “url”: “http://mitra/media/a2cc511a81679c01c5fc3689992f62126fabf1af7bc0b3e1633498989665389d.jpg”,
  “preview_url”: “http://mitra/media/a2cc511a81679c01c5fc3689992f62126fabf1af7bc0b3e1633498989665389d.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”: “01962417-27dc-d5dc-71c6-b5e5197b0ad1”,
  “type”: “image”,
  “url”: “http://mitra/media/ff0a5efdaefececc3f85f38888b3e543f2545f9c02900627967898b6aa3f2dcf.gif”,
  “preview_url”: “http://mitra/media/ff0a5efdaefececc3f85f38888b3e543f2545f9c02900627967898b6aa3f2dcf.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”: “01962417-338f-b751-fb60-3d1e1d9deb64”,
  “type”: “image”,
  “url”: “http://mitra/media/84667d6cb617f9f63d4356bcd6a926c84dbf83e431da26865c186eff10cf3aaa.webp”,
  “preview_url”: “http://mitra/media/84667d6cb617f9f63d4356bcd6a926c84dbf83e431da26865c186eff10cf3aaa.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”: “01962417-3f4b-fff6-c309-82bad2b55645”,
  “type”: “image”,
  “url”: “http://mitra/media/58a967f0af8819d5e5242c45c5553bc4792b6ca82e93b91e4aaaab5e06c07f4a.png”,
  “preview_url”: “http://mitra/media/58a967f0af8819d5e5242c45c5553bc4792b6ca82e93b91e4aaaab5e06c07f4a.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”: “01962417-4b06-f8dd-58b3-0a7a5dddfd4f”,
  “type”: “image”,
  “url”: “http://mitra/media/ec4b46e48d632c78046f366e152bc9dafae663298fae8540a6610645f42f77ef.png”,
  “preview_url”: “http://mitra/media/ec4b46e48d632c78046f366e152bc9dafae663298fae8540a6610645f42f77ef.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”: “01962417-50d2-4037-bc8a-877d3cf5d845”,
  “type”: “image”,
  “url”: “http://mitra/media/7038155cadbc7d92fea896952ed65cb58573327fa72dc97ea9eeb5d202499f42.png”,
  “preview_url”: “http://mitra/media/7038155cadbc7d92fea896952ed65cb58573327fa72dc97ea9eeb5d202499f42.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