Skip to content

Image Attachments

The Image type is defined in ActivityStreams Vocabulary.

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

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

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

Support table

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

Details

attachment media_attachments Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “01JFJADVRWWJJCTW2H326MXZYK”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADVRWWJJCTW2H326MXZYK.png”,
  “text_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADVRWWJJCTW2H326MXZYK.png”,
  “preview_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/small/01JFJADVRWWJJCTW2H326MXZYK.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”: “L4LTgO}bfQ}b}boLfQoLfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “01JFJADWEFBNPS7GK8CJMJ0TAY”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADWEFBNPS7GK8CJMJ0TAY.png”,
  “text_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADWEFBNPS7GK8CJMJ0TAY.png”,
  “preview_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/small/01JFJADWEFBNPS7GK8CJMJ0TAY.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”: “L6PFD,~CfQ~C~CoLfQoLfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “01JFJADX2TAYZDAZGWTXFKKYEW”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADX2TAYZDAZGWTXFKKYEW.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADX2TAYZDAZGWTXFKKYEW.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/small/01JFJADX2TAYZDAZGWTXFKKYEW.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”: “L9Scee}KfQ}K}Ko2fQo2fQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “01JFJADXRG2NE01N27SG15G9TG”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADXRG2NE01N27SG15G9TG.jpg”,
  “text_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADXRG2NE01N27SG15G9TG.jpg”,
  “preview_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/small/01JFJADXRG2NE01N27SG15G9TG.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”: “L995cxswfQswswfSfQfSfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “01JFJADZSKX0M4DMX630PB34PC”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADZSKX0M4DMX630PB34PC.gif”,
  “text_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJADZSKX0M4DMX630PB34PC.gif”,
  “preview_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/small/01JFJADZSKX0M4DMX630PB34PC.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”: “L03n5[udfQududkBfQkBfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “01JFJAE14C7H8DX4CJJYSRXRB2”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJAE14C7H8DX4CJJYSRXRB2.webp”,
  “text_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJAE14C7H8DX4CJJYSRXRB2.webp”,
  “preview_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/small/01JFJAE14C7H8DX4CJJYSRXRB2.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”: “L39~YSxNfQxNxNjvfQjvfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “01JFJAE2F0GY7ZVTF40074S7FF”,
  “type”: “image”,
  “url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJAE2F0GY7ZVTF40074S7FF.png”,
  “text_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/original/01JFJAE2F0GY7ZVTF40074S7FF.png”,
  “preview_url”: “http://gotosocial/fileserver/01JFJAA18CP9BZJX9ZG0ZFP1B6/attachment/small/01JFJAE2F0GY7ZVTF40074S7FF.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”: “L6OJCc}ZfQ}Z}ZoLfQoLfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “0193e4ad-f3cb-7d35-8a73-4a752bc3189b”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “0193e4ad-f6e2-7352-8ffb-6a3dc5fdb379”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “0193e4ad-fa35-7711-bd89-5bec703f2286”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “0193e4ad-fd3a-73f4-92c5-9537fd947c0d”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “0193e4ae-0081-78d2-90bb-547822897992”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “0193e4ae-03ad-7754-9406-ab8100cca56d”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “0193e4ae-06bf-72c7-b60b-aa45e59b7eae”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “0193e4ae-09f9-729f-b467-457e7a5c6b05”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “0193e4ae-0d12-71c0-90f0-c1a18e3be08d”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “id”: “0193e4ae-1017-7b65-ad8e-524cfb52b9a7”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “0193e4ae-134d-7f13-a2d9-1a08c8ee15ba”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “id”: “0193e4ae-19b8-789e-b9f2-536d6476c0ba”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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”: “0193e4ae-1d0e-700c-b62c-e006090974d7”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “content”: “url is Link object in an array”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/006c.png”
      }
    ]
  }
}
{
  “id”: “0193e4ae-203e-72f0-8da8-0c9e76182247”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “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”: “0193e4ae-238c-76c8-859d-fcad4796cbd9”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “113685899196490105”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/196/490/105/original/c291b2d82c55754a.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/196/490/105/small/c291b2d82c55754a.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”: “U16BKApffQpfpffkfQfkfQfQfQfQpffkfQfk”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “113685899257742731”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/257/742/731/original/dbd7525263795320.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/257/742/731/small/dbd7525263795320.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”: “U25MYbqFfQqFqFfkfQfkfQfQfQfQqFfkfQfk”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “113685899336973144”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/336/973/144/original/8114022e9ed7fea0.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/336/973/144/small/8114022e9ed7fea0.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”: “U02=8$oRfQoRoRfRfQfRfQfQfQfQoRfRfQfR”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “113685899414402535”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/414/402/535/original/80bcb2fc0da2df69.jpg”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/414/402/535/small/80bcb2fc0da2df69.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”: “U2S{-w}=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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “113685899478458345”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113685899478458345/original”,
  “preview_url”: “http://mastodon/media_proxy/113685899478458345/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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “113685899709198952”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113685899709198952/original”,
  “preview_url”: “http://mastodon/media_proxy/113685899709198952/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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “113685899769357757”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/769/357/757/original/8ec18cf5c468d249.gif”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/769/357/757/small/8ec18cf5c468d249.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”: “U0FCkJ],fQ],],jtfQjtfQfQfQfQ],jtfQjt”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “113685899829496685”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113685899829496685/original”,
  “preview_url”: “http://mastodon/media_proxy/113685899829496685/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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “113685899889649182”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/889/649/182/original/8ea56c7a695e367d.webp”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/899/889/649/182/small/8ea56c7a695e367d.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”: “U01D77kJffkJk0fNfff6f6fefffAkJfefMfB”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “id”: “113685899951914574”,
  “type”: “unknown”,
  “url”: “http://mastodon/media_proxy/113685899951914574/original”,
  “preview_url”: “http://mastodon/media_proxy/113685899951914574/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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “113685900015444387”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/900/015/444/387/original/c72eb30680d94518.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/900/015/444/387/small/c72eb30680d94518.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”: “U1NT}i~kfQ~k~kj@fQj@fQfQfQfQ~kj@fQj@”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “content”: “No type”,
  “attachment”: {
    “url”: “http://pasture-one-actor/images/005.png”
  }
}
{
  “id”: “113685900077469855”,
  “type”: “image”,
  “url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/900/077/469/855/original/07826f5dd95ac47c.png”,
  “preview_url”: “http://localhost:2970/system/cache/media_attachments/files/113/685/900/077/469/855/small/07826f5dd95ac47c.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”: “U0DAS2?rfQ?r?rj@fQj@fQfQfQfQ?rj@fQj@”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “content”: “url is array of two Link objects”,
  “attachment”: {
    “type”: “Image”,
    “url”: [
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/007.png”,
        “mediaType”: “image/png”
      },
      {
        “type”: “Link”,
        “href”: “http://pasture-one-actor/images/008.jpg”,
        “mediaType”: “image/jpeg”
      }
    ]
  }
}
attachment files fileIds Example
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
[
  {
    “id”: “a20hrap69j1a0023”,
    “createdAt”: “2024-12-20T15:50:32.682Z”,
    “name”: “001.png”,
    “type”: “image/png”,
    “md5”: “b920bfe17c9527f4f3dad272adee422e”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e3P,{Z|{fQ|{fQ|{jtfQjtfQfQfQfQfQfQ|{jtfQjtfQfQfQfQfQfQ”,
    “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”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrap69j1a0023”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
[
  {
    “id”: “a20hrb919j1a0025”,
    “createdAt”: “2024-12-20T15:50:33.397Z”,
    “name”: “001b.png”,
    “type”: “image/png”,
    “md5”: “9aafe5d6f86be8f1ef6204bee53d48b6”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e2HGb7=8fQ=8fQ=8jufQjufQfQfQfQfQfQ=8jufQjufQfQfQfQfQfQ”,
    “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”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrb919j1a0025”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
[
  {
    “id”: “a20hrbqp9j1a0027”,
    “createdAt”: “2024-12-20T15:50:34.033Z”,
    “name”: “002.jpg”,
    “type”: “image/jpeg”,
    “md5”: “f16f6b4a03ce14de14c9fcbe142e5a18”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e18kR[y,fQy,fQy,fjfQfjfQfQfQfQfQfQy,fjfQfjfQfQfQfQfQfQ”,
    “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”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrbqp9j1a0027”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
[
  {
    “id”: “a20hrcb69j1a0029”,
    “createdAt”: “2024-12-20T15:50:34.770Z”,
    “name”: “002b.jpg”,
    “type”: “image/jpeg”,
    “md5”: “f089cfa286a7ce0b1674384ead8e8e83”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e4SShT}0fQ}0fQ}0jufQjufQfQfQfQfQfQ}0jufQjufQfQfQfQfQfQ”,
    “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”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrcb69j1a0029”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
[
  {
    “id”: “a20hrcv89j1a002b”,
    “createdAt”: “2024-12-20T15:50:35.492Z”,
    “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”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrcv89j1a002b”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
[
  {
    “id”: “a20hrddc9j1a002d”,
    “createdAt”: “2024-12-20T15:50:36.144Z”,
    “name”: “003.eps”,
    “type”: “application/eps”,
    “md5”: “90ee5c4a144a46a0e0b8ce2c219ac2ba”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: null,
    “properties”: {},
    “url”: “http://pasture-one-actor/images/003.eps”,
    “thumbnailUrl”: null,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrddc9j1a002d”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
[
  {
    “id”: “a20hrdx49j1a002f”,
    “createdAt”: “2024-12-20T15:50:36.856Z”,
    “name”: “003b.gif”,
    “type”: “image/gif”,
    “md5”: “429788724311c01652e40ad16372c199”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e0D9Y#_4fQ_4fQ_4j[fQj[fQfQfQfQfQfQ_4j[fQj[fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/003b.gif”,
    “thumbnailUrl”: “http://pasture-one-actor/images/003b.gif”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrdx49j1a002f”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
[
  {
    “id”: “a20hrefx9j1a002h”,
    “createdAt”: “2024-12-20T15:50:37.533Z”,
    “name”: “003c.tiff”,
    “type”: “image/tiff”,
    “md5”: “d4333143778ab0befac9a0c1a19c5182”,
    “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”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrefx9j1a002h”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
[
  {
    “id”: “a20hrezw9j1a002j”,
    “createdAt”: “2024-12-20T15:50:38.252Z”,
    “name”: “003d.webp”,
    “type”: “image/webp”,
    “md5”: “4d5fa39e961cb484f4020518daef2ecf”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e0BYEG?^fM?^fO?^j;fNj]fRfSfMfMfSfP?^j;fMj^fPfTfPfRfUfS”,
    “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”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hrezw9j1a002j”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
[
  {
    “id”: “a20hroqv9j1a002l”,
    “createdAt”: “2024-12-20T15:50:50.887Z”,
    “name”: “004.png”,
    “type”: “image/png”,
    “md5”: “d2002c545641b41fe550e2e4879a025b”,
    “size”: 0,
    “isSensitive”: false,
    “blurhash”: “e3QmSm~ifQ~ifQ~ij@fQj@fQfQfQfQfQfQ~ij@fQj@fQfQfQfQfQfQ”,
    “properties”: {
      “width”: 40,
      “height”: 40
    },
    “url”: “http://pasture-one-actor/images/004.png”,
    “thumbnailUrl”: “http://pasture-one-actor/images/004.png”,
    “comment”: null,
    “folderId”: null,
    “folder”: null,
    “userId”: “a20hm7nn9j1a0002”,
    “user”: null
  }
]
[
  “a20hroqv9j1a002l”
]
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “0193e4cb-4eeb-ae64-ead6-1d7c2fc7c0df”,
  “type”: “image”,
  “url”: “http://mitra/media/d0cbec8b1de031d65f57f06ebb24a6f951ec7e441aaa30a0ae662977da2ca5ab.png”,
  “preview_url”: “http://mitra/media/d0cbec8b1de031d65f57f06ebb24a6f951ec7e441aaa30a0ae662977da2ca5ab.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “0193e4cb-54dc-7d2c-6d07-0484c9457ef6”,
  “type”: “image”,
  “url”: “http://mitra/media/fd2c3737c8077b5737758152760376d4c2137c2cbea9debeb9dd76db431d498d.png”,
  “preview_url”: “http://mitra/media/fd2c3737c8077b5737758152760376d4c2137c2cbea9debeb9dd76db431d498d.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “0193e4cb-5aa8-eafb-e5b3-7b4b26837e4f”,
  “type”: “image”,
  “url”: “http://mitra/media/6583807ac64bf6a599545f8c4a034a469bca3bef420161e2e380d7ece4cf3550.jpg”,
  “preview_url”: “http://mitra/media/6583807ac64bf6a599545f8c4a034a469bca3bef420161e2e380d7ece4cf3550.jpg”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “0193e4cb-608e-c322-67ce-db59912aeec1”,
  “type”: “image”,
  “url”: “http://mitra/media/ca10cb69159eb783c53615f0262e265960d15034b7284fcca6e06bbd4c73d60b.jpg”,
  “preview_url”: “http://mitra/media/ca10cb69159eb783c53615f0262e265960d15034b7284fcca6e06bbd4c73d60b.jpg”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “0193e4cb-7218-8aa6-5517-e3387994b76b”,
  “type”: “image”,
  “url”: “http://mitra/media/151be8b5b21f0e6b87d2dc00ec2f5a554976b5bea64b8284f9a54c5e2ad29ef8.gif”,
  “preview_url”: “http://mitra/media/151be8b5b21f0e6b87d2dc00ec2f5a554976b5bea64b8284f9a54c5e2ad29ef8.gif”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “0193e4cb-7dd1-9777-3a6f-621bf3dd66cb”,
  “type”: “image”,
  “url”: “http://mitra/media/9b1cc3d5b599e1025790688e3642289ad9fd7995df59e7f1d8b70b0d5d15f937.webp”,
  “preview_url”: “http://mitra/media/9b1cc3d5b599e1025790688e3642289ad9fd7995df59e7f1d8b70b0d5d15f937.webp”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “0193e4cb-8999-0fa7-5cc7-f6957320fa55”,
  “type”: “image”,
  “url”: “http://mitra/media/a716b6c5d5132164538ad1e1b1bed09baef57f19fc7e48fb80ae41d80e652810.png”,
  “preview_url”: “http://mitra/media/a716b6c5d5132164538ad1e1b1bed09baef57f19fc7e48fb80ae41d80e652810.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “content”: “url is Link object”,
  “attachment”: {
    “type”: “Image”,
    “url”: {
      “type”: “Link”,
      “href”: “http://pasture-one-actor/images/006.png”
    }
  }
}
{
  “id”: “0193e4cb-9552-28db-3755-73083af5fe0b”,
  “type”: “image”,
  “url”: “http://mitra/media/911241a02b3fd4f72e811188c46a61c5994a63f0c831e03406f9a9884de33604.png”,
  “preview_url”: “http://mitra/media/911241a02b3fd4f72e811188c46a61c5994a63f0c831e03406f9a9884de33604.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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”: “0193e4cb-9b2a-d6ee-0ffa-38370ead042b”,
  “type”: “image”,
  “url”: “http://mitra/media/cbb09b49b27b0b244e0b9e84e33d9a3edabade4af1d546ed4972554447379873.png”,
  “preview_url”: “http://mitra/media/cbb09b49b27b0b244e0b9e84e33d9a3edabade4af1d546ed4972554447379873.png”,
  “description”: null
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EdGfAa0KNsY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001.png”
  }
}
{
  “id”: “a20iu5drnqmk0026”,
  “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”: “e2MO?7}@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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/-oat4cmodgY”,
  “published”: “2024-12-20T16:20:45Z”,
  “content”: “Format png”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/images/001b.png”,
    “mediaType”: “image/png”
  }
}
{
  “id”: “a20iu60lnqmk0028”,
  “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”: “e0CN^V^BfQ^BfQ^BjufQjufQfQfQfQfQfQ^BjufQjufQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ME_qJwM4Xzw”,
  “published”: “2024-12-20T16:20:46Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002.jpg”
  }
}
{
  “id”: “a20iu6msnqmk002a”,
  “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”: “e1IVuW}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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/J7v_jjh4i6I”,
  “published”: “2024-12-20T16:20:47Z”,
  “content”: “Format jpg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/002b.jpg”,
    “mediaType”: “image/jpeg”
  }
}
{
  “id”: “a20iu797nqmk002c”,
  “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”: “e2NGkX}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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/ArhHIvW0t7w”,
  “published”: “2024-12-20T16:20:48Z”,
  “content”: “Format svg”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/assets/FediverseLogo.svg”
  }
}
{
  “id”: “a20iu7w2nqmk002e”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/n0_rtCA6q4M”,
  “published”: “2024-12-20T16:20:49Z”,
  “content”: “Format eps”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003.eps”
  }
}
{
  “id”: “a20iu8i3nqmk002g”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/gAtwOYHfL80”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format gif”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003b.gif”
  }
}
{
  “id”: “a20iu94snqmk002i”,
  “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”: “e28bz2uifQuifQuifkfQfkfQfQfQfQfQfQuifkfQfkfQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/_T8soXAuQ5g”,
  “published”: “2024-12-20T16:20:50Z”,
  “content”: “Format tiff”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003c.tiff”
  }
}
{
  “id”: “a20iu9nsnqmk002k”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/wnfS-_z9UjU”,
  “published”: “2024-12-20T16:20:51Z”,
  “content”: “Format webp”,
  “attachment”: {
    “type”: “Image”,
    “url”: “http://pasture-one-actor/images/003d.webp”
  }
}
{
  “id”: “a20iuabjnqmk002m”,
  “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”: “e3Q~r^}qfP}qfP}qj@f6j?fQf8fQfififi}rj[fij?fif8f8fQf8f8”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/cQI6DY6rsLw”,
  “published”: “2024-12-20T16:20:52Z”,
  “content”: “url does not exit”,
  “attachment”: {
    “type”: “Document”,
    “url”: “http://pasture-one-actor/assets/does_not_exist.png”
  }
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/KCze_NMJUeM”,
  “published”: “2024-12-20T16:21:06Z”,
  “content”: “Wrong height / width”,
  “attachment”: {
    “type”: “Document”,
    “width”: 13,
    “height”: 17,
    “url”: “http://pasture-one-actor/images/004.png”
  }
}
{
  “id”: “a20iulibnqmk002o”,
  “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”: “e05aY2uPfQuPfQuPfkfQfkfQfQfQfQfQfQuPfkfQfkfQfQfQfQfQfQ”
}
{
  “type”: “Note”,
  “attributedTo”: “http://pasture-one-actor/actor”,
  “to”: [
    “https://www.w3.org/ns/activitystreams#Public”,
    “http://sharkey/users/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/BmqrM7ue80s”,
  “published”: “2024-12-20T16:21:06Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/EIdTuJgCrPY”,
  “published”: “2024-12-20T16:21:07Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/mielmZBNW2I”,
  “published”: “2024-12-20T16:21:08Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/Hz57vawPVRU”,
  “published”: “2024-12-20T16:21:09Z”,
  “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/a20inpwa75up0001”
  ],
  “id”: “http://pasture-one-actor/actor/DRMFy1zMp6U”,
  “published”: “2024-12-20T16:21:09Z”,
  “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