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.

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 - - -
{
  “type”: “Image”,
  “url”: {
    “type”: “Link”,
    “href”: “http://pasture-one-actor/images/006b.png”,
    “mediaType”: “image/png”
  }
}
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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “01JB40A7S3ZHDMWA5QNP9CG6BR”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A7S3ZHDMWA5QNP9CG6BR.png”,
  “text_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A7S3ZHDMWA5QNP9CG6BR.png”,
  “preview_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A7S3ZHDMWA5QNP9CG6BR.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”: “L8KsUs=RfQ=R=RjvfQjvfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “01JB40A8DHQ2AY688XDX9FRSWT”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A8DHQ2AY688XDX9FRSWT.png”,
  “text_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A8DHQ2AY688XDX9FRSWT.png”,
  “preview_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A8DHQ2AY688XDX9FRSWT.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”: “L8Rh,Q|~fQ|~|~o2fQo2fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “01JB40A91RTHS2H1NMYHR3D239”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A91RTHS2H1NMYHR3D239.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A91RTHS2H1NMYHR3D239.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A91RTHS2H1NMYHR3D239.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”: “L6D8}+xzfQxzxzj]fQj]fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “01JB40A9PE5N9DT9HGY93FXVXZ”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A9PE5N9DT9HGY93FXVXZ.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A9PE5N9DT9HGY93FXVXZ.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A9PE5N9DT9HGY93FXVXZ.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”: “L6E=jZ0fQ0*0j]fQj]fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “01JB40ABN8RNM4CQZ0489PT34V”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ABN8RNM4CQZ0489PT34V.gif”,
  “text_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ABN8RNM4CQZ0489PT34V.gif”,
  “preview_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40ABN8RNM4CQZ0489PT34V.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”: “L0000-fXfQfXfXfRfQfRfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “01JB40ACYZV9QYM09RT97FNS6M”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ACYZV9QYM09RT97FNS6M.webp”,
  “text_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ACYZV9QYM09RT97FNS6M.webp”,
  “preview_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40ACYZV9QYM09RT97FNS6M.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”: “L5MEQ2}pfQ}p}poKfQoKfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “01JB40AE9Q083WQMKE9Y3SZ4ZV”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40AE9Q083WQMKE9Y3SZ4ZV.png”,
  “text_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40AE9Q083WQMKE9Y3SZ4ZV.png”,
  “preview_url”: “http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40AE9Q083WQMKE9Y3SZ4ZV.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”: “L132XVp[fQp[p[fkfQfkfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “0192cf65-ea24-74b8-b2d7-cb09317960f0”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “0192cf65-ed47-79ee-b6b2-a342ec3d081a”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “0192cf65-f099-7e11-8579-1f499f68eca9”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “0192cf65-f3aa-7483-ab58-82bd4dfdea40”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “0192cf65-f689-7e79-9b45-8ea560daf384”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “0192cf65-f9d7-7416-b4ca-0f6466525ac9”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “0192cf65-fce7-7bdc-933e-4996c6c38f93”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “0192cf65-ffe4-7405-8af3-90d078f0a71e”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “0192cf66-02de-72ac-9c37-a2f37fe1637f”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “id”: “0192cf66-0603-782f-95e6-1aee99183da1”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “0192cf66-091b-73dc-a6de-69bb16a283d9”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “id”: “0192cf66-0f80-7e12-8983-c2eabff468f7”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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”: “0192cf66-12d1-714e-9e00-c441b00dcbbf”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “id”: “0192cf66-15f6-7955-b46a-616c7b2e6740”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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”: “0192cf66-1902-7bad-9d05-e715d513c7d1”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “113372906552696580”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/552/696/580/original/055dd9c10519dda2.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/552/696/580/small/055dd9c10519dda2.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”: “U1O=g4|efQ|e|ejtfQjtfQfQfQfQ|ejtfQjt”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “113372906617083002”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/617/083/002/original/33d9b4f60c178962.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/617/083/002/small/33d9b4f60c178962.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”: “U0Bqek.8fQ.8.8j[fQj[fQfQfQfQ.8j[fQj[“
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “113372906682042019”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/682/042/019/original/37959e0994e350fe.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/682/042/019/small/37959e0994e350fe.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”: “U1Nt+Y}: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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “113372906743831178”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/743/831/178/original/6dd136373395d6d9.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/906/743/831/178/small/6dd136373395d6d9.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”: “U2N=^2][fQ][][jufQjufQfQfQfQ][jufQju”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “113372906807826091”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113372906807826091/original”,
  “preview_url”: “http://mastodon/media_proxy/113372906807826091/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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “113372906994387571”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113372906994387571/original”,
  “preview_url”: “http://mastodon/media_proxy/113372906994387571/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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “113372907054151244”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/054/151/244/original/875a7fe946141de9.gif”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/054/151/244/small/875a7fe946141de9.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”: “U2DX~@y?fQy?y?fkfQfkfQfQfQfQy?fkfQfk”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “113372907114194363”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113372907114194363/original”,
  “preview_url”: “http://mastodon/media_proxy/113372907114194363/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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “113372907195167978”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/195/167/978/original/b7f2683b931bdca7.webp”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/195/167/978/small/b7f2683b931bdca7.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”: “U0KBND~nfQ~n~nj[fQj[fQfQfQfQ~nj[fQj[“
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “id”: “113372907271981505”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113372907271981505/original”,
  “preview_url”: “http://mastodon/media_proxy/113372907271981505/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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “113372907334406539”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/334/406/539/original/fcfbddcf6dcefb29.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/334/406/539/small/fcfbddcf6dcefb29.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”: “U2SEjJ~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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
{
  “id”: “113372907396717708”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/396/717/708/original/bf6fdd3570b62877.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/372/907/396/717/708/small/bf6fdd3570b62877.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”: “U1NDni|zfQ|z|zjtfQjtfQfQfQfQ|zjtfQjt”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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 files fileIds Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
[
  {
    “id”: “9zti7kli2joh0025”,
    “createdAt”: “2024-10-26T09:09:24.102Z”,
    “name”: “001.png”,
    “type”: “image/png”,
    “md5”: “eec0fd2f147f3d00297fc39d349a0e69”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e4MljR?=fQ?=fQ?=j@fQj@fQfQfQfQfQfQ?=j@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/001.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/001.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7kli2joh0025”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
[
  {
    “id”: “9zti7l5m2joh0027”,
    “createdAt”: “2024-10-26T09:09:24.826Z”,
    “name”: “001b.png”,
    “type”: “image/png”,
    “md5”: “affe2e054814d196f7caa24f379a35b4”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e143%Ep3fQp3fQp3fRfQfRfQfQfQfQfQfQp3fRfQfRfQfQfQfQfQfQ”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7l5m2joh0027”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
[
  {
    “id”: “9zti7lou2joh0029”,
    “createdAt”: “2024-10-26T09:09:25.518Z”,
    “name”: “002.jpg”,
    “type”: “image/jpeg”,
    “md5”: “9ed655bbcc1a147999107dc79d63a169”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e2OHFL|}fQ|}fQ|}jufQjufQfQfQfQfQfQ|}jufQjufQfQfQfQfQfQ”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7lou2joh0029”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
[
  {
    “id”: “9zti7m8k2joh002b”,
    “createdAt”: “2024-10-26T09:09:26.228Z”,
    “name”: “002b.jpg”,
    “type”: “image/jpeg”,
    “md5”: “e8057c429dd3cd1a003ed382df95befc”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e0C4at],fQ],fQ],jtfQjtfQfQfQfQfQfQ],jtfQjtfQfQfQfQfQfQ”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7m8k2joh002b”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
[
  {
    “id”: “9zti7mrq2joh002d”,
    “createdAt”: “2024-10-26T09:09:26.918Z”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7mrq2joh002d”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
[
  {
    “id”: “9zti7n9h2joh002f”,
    “createdAt”: “2024-10-26T09:09:27.557Z”,
    “name”: “003.eps”,
    “type”: “application/eps”,
    “md5”: “b05d9ec3eba66228ffd2cf4a9b4f42a8”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: null,
    “properties”: {},
    “url”: “http://pasture-one-actor/images/003.eps”,
    “thumbnailUrl”: null,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7n9h2joh002f”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
[
  {
    “id”: “9zti7nth2joh002h”,
    “createdAt”: “2024-10-26T09:09:28.277Z”,
    “name”: “003b.gif”,
    “type”: “image/gif”,
    “md5”: “2c6e7fb8864a1c5722d1a30be3b3208a”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e4TCi*}EfQ}EfQ}EjtfQjtfQfQfQfQfQfQ}EjtfQjtfQfQfQfQfQfQ”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7nth2joh002h”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
[
  {
    “id”: “9zti7obp2joh002j”,
    “createdAt”: “2024-10-26T09:09:28.933Z”,
    “name”: “003c.tiff”,
    “type”: “image/tiff”,
    “md5”: “d0137c1044de02ada63a7174f05b2706”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7obp2joh002j”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
[
  {
    “id”: “9zti7ov82joh002l”,
    “createdAt”: “2024-10-26T09:09:29.636Z”,
    “name”: “003d.webp”,
    “type”: “image/webp”,
    “md5”: “d10e18a7551e0bb97ab7bde33f40e973”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e3A:~ju6nkyZjau6jbfQbafQnkfQbZbZbZyZbabZj[bGjafQX6bGja”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7ov82joh002l”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
null
null
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
[
  {
    “id”: “9zti7ymr2joh002n”,
    “createdAt”: “2024-10-26T09:09:42.291Z”,
    “name”: “004.png”,
    “type”: “image/png”,
    “md5”: “ed6bf1141099517d439ac77d61042c4f”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e01M4^j^fQj^fQj^fQfQfQfQfQfQfQfQfQj^fQfQfQfQfQfQfQfQfQ”,
    “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”: “9zti5bss2joh0002”,
    “user”: null
  }
]
[
  “9zti7ymr2joh002n”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “0192c81d-b013-d4b2-e19e-3cc5671fb280”,
  “type”: “image”,
  “url”: “http://mitra/media/2400eecf5ae0a8c3fc7e2b3454031c018df8e16476af74d025ed65a22673e46d.png”,
  “preview_url”: “http://mitra/media/2400eecf5ae0a8c3fc7e2b3454031c018df8e16476af74d025ed65a22673e46d.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “0192c81d-b5f3-3268-63af-c10c23cedd6b”,
  “type”: “image”,
  “url”: “http://mitra/media/f260d39b9c3cc5a162579733041fd9135403b0dc2011afebd1ff25faacb07193.png”,
  “preview_url”: “http://mitra/media/f260d39b9c3cc5a162579733041fd9135403b0dc2011afebd1ff25faacb07193.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “0192c81d-bbcd-2baf-fb2c-d7ddd03b1d72”,
  “type”: “image”,
  “url”: “http://mitra/media/a02d87949e51ce530cdecceb0f94c51669ca56b77d8b20c61ace95db1fba8f16.jpg”,
  “preview_url”: “http://mitra/media/a02d87949e51ce530cdecceb0f94c51669ca56b77d8b20c61ace95db1fba8f16.jpg”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “0192c81d-c1b8-1493-d143-8c35912aff58”,
  “type”: “image”,
  “url”: “http://mitra/media/3578b49818633be4b062ca3321904405205aad35d2d614a0a4da31bd0c5b7659.jpg”,
  “preview_url”: “http://mitra/media/3578b49818633be4b062ca3321904405205aad35d2d614a0a4da31bd0c5b7659.jpg”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “0192c81d-d342-fb7e-f618-3a9aeb8c8f2e”,
  “type”: “image”,
  “url”: “http://mitra/media/ba4615b1720127540861b750a5e1f6bca667e29dbf2ac25c09989c8fea2e5a81.gif”,
  “preview_url”: “http://mitra/media/ba4615b1720127540861b750a5e1f6bca667e29dbf2ac25c09989c8fea2e5a81.gif”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “0192c81d-dee4-5ac5-b137-e550765d32c0”,
  “type”: “image”,
  “url”: “http://mitra/media/00affed1399f715c645e5e030806db44883ff6371db8153410c883868964dfe7.webp”,
  “preview_url”: “http://mitra/media/00affed1399f715c645e5e030806db44883ff6371db8153410c883868964dfe7.webp”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “0192c81d-eaae-e015-8191-7702ac8125dd”,
  “type”: “image”,
  “url”: “http://mitra/media/064850533e045791dab28f3845ce89b16c9d95d9bba24888591345224f977e88.png”,
  “preview_url”: “http://mitra/media/064850533e045791dab28f3845ce89b16c9d95d9bba24888591345224f977e88.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/kXxzj8dfrTk”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “9zwikqw7szc60025”,
  “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
  },
  “description”: null,
  “blurhash”: “e4Ifdr$;fQ$;fQ$;jufQjufQfQfQfQfQfQ$;jufQjufQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/dWYl4MOsU3o”,
  “published”: “2024-10-28T11:42:57Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “9zwikrinszc60027”,
  “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
  },
  “description”: null,
  “blurhash”: “e1I,O3}0fQ}0fQ}0jufQjufQfQfQfQfQfQ}0jufQjufQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/Iaagz-wnM0Q”,
  “published”: “2024-10-28T11:42:58Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “9zwiks4xszc60029”,
  “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
  },
  “description”: null,
  “blurhash”: “e0Darw}sfQ}sfQ}sj[fQj[fQfQfQfQfQfQ}sj[fQj[fQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/14WrojEWmb0”,
  “published”: “2024-10-28T11:42:59Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “9zwiksq2szc6002b”,
  “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
  },
  “description”: null,
  “blurhash”: “e1L0[{}WfQ}WfQ}Wj@fQj@fQfQfQfQfQfQ}Wj@fQj@fQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/lABajZGtmDE”,
  “published”: “2024-10-28T11:43:00Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “9zwiktd5szc6002d”,
  “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”: {},
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/oLZ6NwF9gZ4”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “9zwiktyxszc6002f”,
  “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”: {},
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/nJJhSyEUHac”,
  “published”: “2024-10-28T11:43:01Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “9zwikul3szc6002h”,
  “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
  },
  “description”: null,
  “blurhash”: “e1Aem*%%fQ%%fQ%%j[fQj[fQfQfQfQfQfQ%%j[fQj[fQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/xdkZsGeF2zQ”,
  “published”: “2024-10-28T11:43:02Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “9zwikv5fszc6002j”,
  “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
  },
  “description”: null,
  “blurhash”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/ru90spL3pEg”,
  “published”: “2024-10-28T11:43:03Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “9zwikvs9szc6002l”,
  “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
  },
  “description”: null,
  “blurhash”: “e22lIHkvfQkvfQkvfkfQfkfQfQfQfQfQfQkvfkfQfkfQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/hDDADxFPb9s”,
  “published”: “2024-10-28T11:43:04Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/WnmkkEq7W8E”,
  “published”: “2024-10-28T11:43:17Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “9zwil6tqszc6002n”,
  “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
  },
  “description”: null,
  “blurhash”: “e0Adct?dfQ?dfQ?dj[fQj[fQfQfQfQfQfQ?dj[fQj[fQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/OOsXIenIqe0”,
  “published”: “2024-10-28T11:43:18Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/h9kfQBcqIJo”,
  “published”: “2024-10-28T11:43:19Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/pcKCd-8oHHM”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/J04pyUR5-lc”,
  “published”: “2024-10-28T11:43:20Z”,
  “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/9zwignaxrm4s0001”
  ],
  “id”: “http://pasture-one-actor/actor/L4Ikf4KMy6k”,
  “published”: “2024-10-28T11:43:21Z”,
  “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