Skip to content

Content Warnings

Content Warnings are set using sensitive, then summary seems to be used as a spoiler text.

The last three examples are an attempt to add a content warning to an image.

Examples

Example 1

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/44h3iKWlA1s",
  "published": "2025-09-09T10:35:20Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/yEx-IBYkXQY",
    "published": "2025-09-09T10:35:20Z",
    "content": "text",
    "sensitive": true,
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K4Q0PPJ0K202M6TDJG4K4KSW",
  "created_at": "2025-09-09T10:35:20.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": true,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/yEx-IBYkXQY",
  "url": "http://pasture-one-actor/object/yEx-IBYkXQY",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "text",
  "reblog": null,
  "account": {
    "id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-09T10:34:50.897Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 45,
    "last_status_at": "2025-09-09T10:35:20.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01SFNR5MPRC497N6PM436ZKHDZ",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 2

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/pXzbaOrHLGc",
  "published": "2025-09-09T10:35:20Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/PbJHQLjB3Og",
    "published": "2025-09-09T10:35:20Z",
    "content": "text",
    "summary": "summary",
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K4Q0PPJ0P6QJT63Y2DPQ9BNK",
  "created_at": "2025-09-09T10:35:20.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "summary",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/PbJHQLjB3Og",
  "url": "http://pasture-one-actor/object/PbJHQLjB3Og",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "text",
  "reblog": null,
  "account": {
    "id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-09T10:34:50.897Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 46,
    "last_status_at": "2025-09-09T10:35:20.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01SFNR5MPRC497N6PM436ZKHDZ",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 3

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/_TSnupELps4",
  "published": "2025-09-09T10:35:21Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/q9KTKayxFa4",
    "published": "2025-09-09T10:35:21Z",
    "content": "text",
    "summary": "summary",
    "sensitive": true,
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K4Q0PQH8W7KJNWB0NDGJWB8J",
  "created_at": "2025-09-09T10:35:21.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": true,
  "spoiler_text": "summary",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/q9KTKayxFa4",
  "url": "http://pasture-one-actor/object/q9KTKayxFa4",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "text",
  "reblog": null,
  "account": {
    "id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-09T10:34:50.897Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 47,
    "last_status_at": "2025-09-09T10:35:21.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [],
  "mentions": [
    {
      "id": "01SFNR5MPRC497N6PM436ZKHDZ",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 4

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/8JPaR3YvPz4",
  "published": "2025-09-09T10:35:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/HjgMrYzPsnk",
    "published": "2025-09-09T10:35:22Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w001.png"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K4Q0PRGG2THAC0QHJDWV0XX5",
  "created_at": "2025-09-09T10:35:22.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/HjgMrYzPsnk",
  "url": "http://pasture-one-actor/object/HjgMrYzPsnk",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "see image",
  "reblog": null,
  "account": {
    "id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-09T10:34:50.897Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 48,
    "last_status_at": "2025-09-09T10:35:22.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K4Q0PRWS0VN6K2PJV7ZYDM6T",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PRWS0VN6K2PJV7ZYDM6T.png",
      "text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PRWS0VN6K2PJV7ZYDM6T.png",
      "preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0PRWS0VN6K2PJV7ZYDM6T.jpg",
      "remote_url": "http://pasture-one-actor/images/w001.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": "L0BMhL~ifQ~i~iodfQodfQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01SFNR5MPRC497N6PM436ZKHDZ",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 5

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/M_baNQ-XieI",
  "published": "2025-09-09T10:35:22Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/JVtSBHR5eKc",
    "published": "2025-09-09T10:35:22Z",
    "content": "see image",
    "sensitive": true,
    "attachment": {
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w002.png"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K4Q0PRGG4BENT8X2Z44JE1XE",
  "created_at": "2025-09-09T10:35:22.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": true,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/JVtSBHR5eKc",
  "url": "http://pasture-one-actor/object/JVtSBHR5eKc",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "see image",
  "reblog": null,
  "account": {
    "id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-09T10:34:50.897Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 49,
    "last_status_at": "2025-09-09T10:35:22.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K4Q0PSJ9AFTZ0BZ885619C3F",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PSJ9AFTZ0BZ885619C3F.png",
      "text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PSJ9AFTZ0BZ885619C3F.png",
      "preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0PSJ9AFTZ0BZ885619C3F.jpg",
      "remote_url": "http://pasture-one-actor/images/w002.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": "L50H3ghcfQhchcf*fQf*fQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01SFNR5MPRC497N6PM436ZKHDZ",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 6

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/dGdlrN9SdFs",
  "published": "2025-09-09T10:35:23Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/lOIZGYUW2F4",
    "published": "2025-09-09T10:35:23Z",
    "content": "see image",
    "attachment": {
      "content": "content",
      "type": "Image",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w003.png"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K4Q0PSFRWQEAZ9QB9QBRKHYT",
  "created_at": "2025-09-09T10:35:23.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/lOIZGYUW2F4",
  "url": "http://pasture-one-actor/object/lOIZGYUW2F4",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "see image",
  "reblog": null,
  "account": {
    "id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-09T10:34:50.897Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 50,
    "last_status_at": "2025-09-09T10:35:23.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K4Q0PT809K3VA0HJFPXHCMCQ",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PT809K3VA0HJFPXHCMCQ.png",
      "text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PT809K3VA0HJFPXHCMCQ.png",
      "preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0PT809K3VA0HJFPXHCMCQ.jpg",
      "remote_url": "http://pasture-one-actor/images/w003.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": "L9FwNh*FfQ*F*FkBfQkBfQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01SFNR5MPRC497N6PM436ZKHDZ",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}

Example 7

activity
{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "Hashtag": "as:Hashtag",
      "sensitive": "as:sensitive"
    }
  ],
  "type": "Create",
  "actor": "http://pasture-one-actor/actor",
  "to": [
    "http://gotosocial/users/cookie",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/activity/wBBDmb6MQR0",
  "published": "2025-09-09T10:35:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://gotosocial/users/cookie"
    ],
    "id": "http://pasture-one-actor/object/_ASsD6p4Kq0",
    "published": "2025-09-09T10:35:24Z",
    "content": "see image",
    "attachment": {
      "type": "Image",
      "summary": "summary",
      "sensitive": true,
      "url": "http://pasture-one-actor/images/w004.png"
    },
    "tag": [
      {
        "type": "Mention",
        "href": "http://gotosocial/users/cookie"
      }
    ]
  }
}
gotosocial
{
  "id": "01K4Q0PTF058ZHQMKWX6BX2E98",
  "created_at": "2025-09-09T10:35:24.000Z",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "sensitive": false,
  "spoiler_text": "",
  "visibility": "public",
  "language": null,
  "uri": "http://pasture-one-actor/object/_ASsD6p4Kq0",
  "url": "http://pasture-one-actor/object/_ASsD6p4Kq0",
  "replies_count": 0,
  "reblogs_count": 0,
  "favourites_count": 0,
  "favourited": false,
  "reblogged": false,
  "muted": false,
  "bookmarked": false,
  "pinned": false,
  "content": "see image",
  "reblog": null,
  "account": {
    "id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "display_name": "Test Actor",
    "locked": true,
    "discoverable": false,
    "bot": false,
    "created_at": "2025-09-09T10:34:50.897Z",
    "note": "",
    "url": "http://pasture-one-actor/actor",
    "avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
    "header": "http://gotosocial/assets/default_header.png",
    "header_static": "http://gotosocial/assets/default_header.png",
    "followers_count": 0,
    "following_count": 0,
    "statuses_count": 51,
    "last_status_at": "2025-09-09T10:35:24.000Z",
    "emojis": [],
    "fields": []
  },
  "media_attachments": [
    {
      "id": "01K4Q0PTXFXJQNXCERVRSGWW9D",
      "type": "image",
      "url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PTXFXJQNXCERVRSGWW9D.png",
      "text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0PTXFXJQNXCERVRSGWW9D.png",
      "preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0PTXFXJQNXCERVRSGWW9D.jpg",
      "remote_url": "http://pasture-one-actor/images/w004.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": "summary",
      "blurhash": "L6OD-W~ifQ~i~iodfQodfQfQfQfQ"
    }
  ],
  "mentions": [
    {
      "id": "01SFNR5MPRC497N6PM436ZKHDZ",
      "username": "cookie",
      "url": "http://gotosocial/@cookie",
      "acct": "cookie"
    }
  ],
  "tags": [],
  "emojis": [],
  "card": null,
  "poll": null
}