Skip to content

Attachments

In the support table:

  • "✅" means at least one attachment,
  • "-" means parsed
  • "❌" means failed to parse

For more on image attachments see Image Description and Image Attachments.

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://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/VY83nso65b4",
  "published": "2024-10-26T09:20:24Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/cvrXzrX36ps",
    "published": "2024-10-26T09:20:24Z",
    "content": "Link",
    "attachment": {
      "href": "https://funfedi.dev",
      "type": "Link"
    }
  }
}
mitra
{
  "id": "0192c820-7ed0-38fa-dd9b-f7498582420b",
  "uri": "http://pasture-one-actor/actor/cvrXzrX36ps",
  "url": "http://pasture-one-actor/actor/cvrXzrX36ps",
  "created_at": "2024-10-26T09:20:24Z",
  "edited_at": null,
  "account": {
    "id": "0192c81b-160b-e660-e2a9-30ba1854a74e",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-26T09:14:31.306920Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 119,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Link<p><a href=\"https://funfedi.dev\" rel=\"noopener\">https://funfedi.dev</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c819-f5a8-c663-4abf-ac4075d15c50",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/SbHn4MVew9k",
  "published": "2024-10-26T09:20:25Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/v5wk02pu1is",
    "published": "2024-10-26T09:20:25Z",
    "content": "Payment Link, see FEP-0ea0",
    "attachment": {
      "type": "Link",
      "name": "Donate",
      "href": "payto://iban/DE75512108001245126199",
      "rel": "payment"
    }
  }
}
mitra
{
  "id": "0192c820-84ae-d461-b586-3dede6c16d14",
  "uri": "http://pasture-one-actor/actor/v5wk02pu1is",
  "url": "http://pasture-one-actor/actor/v5wk02pu1is",
  "created_at": "2024-10-26T09:20:25Z",
  "edited_at": null,
  "account": {
    "id": "0192c81b-160b-e660-e2a9-30ba1854a74e",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-26T09:14:31.306920Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 120,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Payment Link, see FEP-0ea0<p><a href=\"payto://iban/DE75512108001245126199\" rel=\"noopener\">payto://iban/DE75512108001245126199</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c819-f5a8-c663-4abf-ac4075d15c50",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/mzNxT2NEEO4",
  "published": "2024-10-26T09:20:27Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/H3L3e8UQZkY",
    "published": "2024-10-26T09:20:27Z",
    "content": "Text document",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "url": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
mitra
{
  "id": "0192c820-8a94-5fdc-5e62-e6ffa97b951f",
  "uri": "http://pasture-one-actor/actor/H3L3e8UQZkY",
  "url": "http://pasture-one-actor/actor/H3L3e8UQZkY",
  "created_at": "2024-10-26T09:20:27Z",
  "edited_at": null,
  "account": {
    "id": "0192c81b-160b-e660-e2a9-30ba1854a74e",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-26T09:14:31.306920Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 121,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Text document<p><a href=\"http://pasture-one-actor/assets/sample.txt\" rel=\"noopener\">http://pasture-one-actor/assets/sample.txt</a></p>",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c819-f5a8-c663-4abf-ac4075d15c50",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/p2PYsUpwd3w",
  "published": "2024-10-26T09:20:28Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/OQEe-JVIgRE",
    "published": "2024-10-26T09:20:28Z",
    "content": "Text document, href instead of url",
    "attachment": {
      "type": "Document",
      "name": "text document",
      "href": "http://pasture-one-actor/assets/sample.txt"
    }
  }
}
mitra
{
  "id": "0192c820-9064-959d-c1a0-95849b33081d",
  "uri": "http://pasture-one-actor/actor/OQEe-JVIgRE",
  "url": "http://pasture-one-actor/actor/OQEe-JVIgRE",
  "created_at": "2024-10-26T09:20:28Z",
  "edited_at": null,
  "account": {
    "id": "0192c81b-160b-e660-e2a9-30ba1854a74e",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-26T09:14:31.306920Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 122,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Text document, href instead of url",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c819-f5a8-c663-4abf-ac4075d15c50",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/OZYFEIlcQOw",
  "published": "2024-10-26T09:20:30Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/OOi9VaEhsgA",
    "published": "2024-10-26T09:20:30Z",
    "content": "attached note",
    "attachment": {
      "type": "Note",
      "attributedTo": "http://pasture-one-actor/actor",
      "name": "attached note",
      "content": "This is just a note",
      "published": "2024-03-06T07:23:56Z"
    }
  }
}
mitra
{
  "id": "0192c820-9640-da23-39d7-4a0099073233",
  "uri": "http://pasture-one-actor/actor/OOi9VaEhsgA",
  "url": "http://pasture-one-actor/actor/OOi9VaEhsgA",
  "created_at": "2024-10-26T09:20:30Z",
  "edited_at": null,
  "account": {
    "id": "0192c81b-160b-e660-e2a9-30ba1854a74e",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-26T09:14:31.306920Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 123,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "attached note",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c819-f5a8-c663-4abf-ac4075d15c50",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/YzEU8sIP1T8",
  "published": "2024-10-26T09:20:31Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/ihZdl6bdng0",
    "published": "2024-10-26T09:20:31Z",
    "content": "Recipe",
    "attachment": {
      "@context": "https://schema.org/docs/jsonldcontext.jsonld",
      "@type": "Recipe",
      "name": "Peanut Butter and Jelly Sandwich",
      "recipeIngredient": [
        "Bread",
        "Peanut Butter",
        "Raspberry Jam",
        "Coffee (optional)"
      ],
      "recipeCategory": "Breakfast",
      "recipeInstructions": [
        {
          "@type": "HowToStep",
          "text": "Take a slice of bread and put it on a plate"
        },
        {
          "@type": "HowToStep",
          "text": "Spread peanut butter on the bread"
        },
        {
          "@type": "HowToStep",
          "text": "Spread raspberry jam on top of the peanut butter"
        },
        {
          "@type": "HowToStep",
          "text": "Eat your PB&J Sandwich and drink your coffee if you have it"
        },
        {
          "@type": "HowToStep",
          "text": "Check if you are still hungry, if yes a repeat step 1"
        }
      ]
    }
  }
}
mitra
{
  "id": "0192c820-9c1f-2839-e3d6-eae79e2a8762",
  "uri": "http://pasture-one-actor/actor/ihZdl6bdng0",
  "url": "http://pasture-one-actor/actor/ihZdl6bdng0",
  "created_at": "2024-10-26T09:20:31Z",
  "edited_at": null,
  "account": {
    "id": "0192c81b-160b-e660-e2a9-30ba1854a74e",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-26T09:14:31.306920Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 124,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "Recipe",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [],
  "mentions": [
    {
      "id": "0192c819-f5a8-c663-4abf-ac4075d15c50",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}

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://mitra/users/admin",
    "https://www.w3.org/ns/activitystreams#Public"
  ],
  "id": "http://pasture-one-actor/actor/Y-WqWyiWT1A",
  "published": "2024-10-26T09:20:33Z",
  "object": {
    "type": "Note",
    "attributedTo": "http://pasture-one-actor/actor",
    "to": [
      "https://www.w3.org/ns/activitystreams#Public",
      "http://mitra/users/admin"
    ],
    "id": "http://pasture-one-actor/actor/VYRO7nt-byE",
    "published": "2024-10-26T09:20:33Z",
    "content": "10 images",
    "attachment": [
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/101.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/102.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/103.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/104.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/105.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/106.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/107.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/108.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/109.png"
      },
      {
        "type": "Document",
        "url": "http://pasture-one-actor/images/1010.png"
      }
    ]
  }
}
mitra
{
  "id": "0192c820-a23c-2bfa-963a-8f62b0c5a830",
  "uri": "http://pasture-one-actor/actor/VYRO7nt-byE",
  "url": "http://pasture-one-actor/actor/VYRO7nt-byE",
  "created_at": "2024-10-26T09:20:33Z",
  "edited_at": null,
  "account": {
    "id": "0192c81b-160b-e660-e2a9-30ba1854a74e",
    "username": "actor",
    "acct": "actor@pasture-one-actor",
    "actor_id": "http://pasture-one-actor/actor",
    "url": "http://pasture-one-actor/actor",
    "display_name": "Test Actor",
    "created_at": "2024-10-26T09:14:31.306920Z",
    "note": "",
    "avatar": "http://mitra/api/v1/accounts/identicon?input=http://pasture-one-actor/actor",
    "header": "http://mitra/api/v1/accounts/identicon",
    "locked": false,
    "mention_policy": "none",
    "bot": false,
    "identity_proofs": [],
    "payment_options": [],
    "fields": [],
    "emojis": [],
    "followers_count": 0,
    "following_count": 0,
    "subscribers_count": 0,
    "statuses_count": 125,
    "source": null,
    "role": null,
    "authentication_methods": null,
    "client_config": null
  },
  "content": "10 images",
  "in_reply_to_id": null,
  "in_reply_to_account_id": null,
  "reblog": null,
  "visibility": "public",
  "sensitive": false,
  "spoiler_text": "",
  "pinned": false,
  "replies_count": 0,
  "favourites_count": 0,
  "reblogs_count": 0,
  "media_attachments": [
    {
      "id": "0192c820-a226-655e-b990-44005dd75073",
      "type": "image",
      "url": "http://mitra/media/cfef07d734d5889e32658ffd1d795ce23e6a614a35c64cd43644f0bb9cc304bf.png",
      "preview_url": "http://mitra/media/cfef07d734d5889e32658ffd1d795ce23e6a614a35c64cd43644f0bb9cc304bf.png",
      "description": null
    },
    {
      "id": "0192c820-a229-d32d-e43f-e6f7f4e290e7",
      "type": "image",
      "url": "http://mitra/media/69921d691602b82a4806985a84300a3379af3ba28e65ce8a657720ec3176f013.png",
      "preview_url": "http://mitra/media/69921d691602b82a4806985a84300a3379af3ba28e65ce8a657720ec3176f013.png",
      "description": null
    },
    {
      "id": "0192c820-a22a-e347-6fc2-fe4768df09c9",
      "type": "image",
      "url": "http://mitra/media/7322ba3bab9e036e015bd7c93879a0f0d8c36ac0a48f87b702c3e95ebcce16fc.png",
      "preview_url": "http://mitra/media/7322ba3bab9e036e015bd7c93879a0f0d8c36ac0a48f87b702c3e95ebcce16fc.png",
      "description": null
    },
    {
      "id": "0192c820-a22c-67ea-6104-120d025f0531",
      "type": "image",
      "url": "http://mitra/media/5dd07efbeeebab2db9ddc05c9199d2201dd276a31bb1d4a5833f49296e69d84c.png",
      "preview_url": "http://mitra/media/5dd07efbeeebab2db9ddc05c9199d2201dd276a31bb1d4a5833f49296e69d84c.png",
      "description": null
    },
    {
      "id": "0192c820-a22e-0169-fe04-31e19d292d32",
      "type": "image",
      "url": "http://mitra/media/ca9f73eb53b25065b2dab148a46c2f745e7496a8ab9b9278e4a3673d1381b2d0.png",
      "preview_url": "http://mitra/media/ca9f73eb53b25065b2dab148a46c2f745e7496a8ab9b9278e4a3673d1381b2d0.png",
      "description": null
    },
    {
      "id": "0192c820-a22f-df87-7ea9-1620b34f6a76",
      "type": "image",
      "url": "http://mitra/media/fb24efb4e24a227dd5a7346319179bf4630ff2fb5cfa59390db5d89d837d718a.png",
      "preview_url": "http://mitra/media/fb24efb4e24a227dd5a7346319179bf4630ff2fb5cfa59390db5d89d837d718a.png",
      "description": null
    },
    {
      "id": "0192c820-a231-3c4d-b370-a0e998021094",
      "type": "image",
      "url": "http://mitra/media/9145127fbcaf3c5361add33f26f7892179bafc8e788631ed4a3063e1263a65f8.png",
      "preview_url": "http://mitra/media/9145127fbcaf3c5361add33f26f7892179bafc8e788631ed4a3063e1263a65f8.png",
      "description": null
    },
    {
      "id": "0192c820-a236-abd5-1b8e-a2e6d6e75bf0",
      "type": "image",
      "url": "http://mitra/media/ab2fc378a0dbe10be60523965cdabc6286faf80d446861f1e570dddcb4217f3a.png",
      "preview_url": "http://mitra/media/ab2fc378a0dbe10be60523965cdabc6286faf80d446861f1e570dddcb4217f3a.png",
      "description": null
    },
    {
      "id": "0192c820-a237-0cba-324c-e187060ddd05",
      "type": "image",
      "url": "http://mitra/media/3ab55529cd05f6312d234a093cee92d66f07abeb74db57b9e6985b5998deb02f.png",
      "preview_url": "http://mitra/media/3ab55529cd05f6312d234a093cee92d66f07abeb74db57b9e6985b5998deb02f.png",
      "description": null
    },
    {
      "id": "0192c820-a239-ce34-f8fc-71d83b51e312",
      "type": "image",
      "url": "http://mitra/media/bd13f3af13480dca904039fe3babf5e8509ddce8cc9a94204f4b4e78fbf23579.png",
      "preview_url": "http://mitra/media/bd13f3af13480dca904039fe3babf5e8509ddce8cc9a94204f4b4e78fbf23579.png",
      "description": null
    }
  ],
  "mentions": [
    {
      "id": "0192c819-f5a8-c663-4abf-ac4075d15c50",
      "username": "admin",
      "acct": "admin",
      "url": "http://mitra/users/admin"
    }
  ],
  "tags": [],
  "emojis": [],
  "favourited": false,
  "reblogged": false,
  "bookmarked": false,
  "pleroma": {
    "emoji_reactions": [],
    "in_reply_to_account_acct": null,
    "parent_visible": true,
    "quote": null,
    "quote_visible": false
  },
  "ipfs_cid": null,
  "links": []
}