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/m-f9IH9vjd0",
"published": "2024-09-26T10:10:49Z",
"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/4pAoKXM5G90",
"published": "2024-09-26T10:10:49Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
mitra
{
"id": "01922dcf-dc0d-29cb-0ec4-022146ef47b1",
"uri": "http://pasture-one-actor/actor/4pAoKXM5G90",
"url": "http://pasture-one-actor/actor/4pAoKXM5G90",
"created_at": "2024-09-26T10:10:49Z",
"edited_at": null,
"account": {
"id": "01922dca-83fa-0581-4e16-cc46d8b47921",
"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-09-26T10:04:59.770176Z",
"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": 107,
"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": "01922dc9-29f8-a958-3f1b-c0338b549284",
"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/0xfGIPzfR7o",
"published": "2024-09-26T10:10:50Z",
"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/aEdhQHdabQ0",
"published": "2024-09-26T10:10:50Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
mitra
{
"id": "01922dcf-e1e9-dfee-ebfc-3ff5ebc7457c",
"uri": "http://pasture-one-actor/actor/aEdhQHdabQ0",
"url": "http://pasture-one-actor/actor/aEdhQHdabQ0",
"created_at": "2024-09-26T10:10:50Z",
"edited_at": null,
"account": {
"id": "01922dca-83fa-0581-4e16-cc46d8b47921",
"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-09-26T10:04:59.770176Z",
"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": 108,
"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": "01922dc9-29f8-a958-3f1b-c0338b549284",
"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/IjHD3K3I9hQ",
"published": "2024-09-26T10:10:51Z",
"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/LeiVuuAxNaQ",
"published": "2024-09-26T10:10:51Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "01922dcf-e7cf-3a80-19dd-369c468ae4d6",
"uri": "http://pasture-one-actor/actor/LeiVuuAxNaQ",
"url": "http://pasture-one-actor/actor/LeiVuuAxNaQ",
"created_at": "2024-09-26T10:10:51Z",
"edited_at": null,
"account": {
"id": "01922dca-83fa-0581-4e16-cc46d8b47921",
"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-09-26T10:04:59.770176Z",
"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": 109,
"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": "01922dc9-29f8-a958-3f1b-c0338b549284",
"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/VO3z38OyzEw",
"published": "2024-09-26T10:10:53Z",
"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/wmcVfgRiSJc",
"published": "2024-09-26T10:10:53Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "01922dcf-eda1-8066-fdcb-3fd35861eec3",
"uri": "http://pasture-one-actor/actor/wmcVfgRiSJc",
"url": "http://pasture-one-actor/actor/wmcVfgRiSJc",
"created_at": "2024-09-26T10:10:53Z",
"edited_at": null,
"account": {
"id": "01922dca-83fa-0581-4e16-cc46d8b47921",
"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-09-26T10:04:59.770176Z",
"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": 110,
"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": "01922dc9-29f8-a958-3f1b-c0338b549284",
"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/KYsBDONYw_U",
"published": "2024-09-26T10:10:54Z",
"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/IIJLiDYzVdc",
"published": "2024-09-26T10:10:54Z",
"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": "01922dcf-f382-9a39-cce6-be9488b05ab1",
"uri": "http://pasture-one-actor/actor/IIJLiDYzVdc",
"url": "http://pasture-one-actor/actor/IIJLiDYzVdc",
"created_at": "2024-09-26T10:10:54Z",
"edited_at": null,
"account": {
"id": "01922dca-83fa-0581-4e16-cc46d8b47921",
"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-09-26T10:04:59.770176Z",
"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": 111,
"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": "01922dc9-29f8-a958-3f1b-c0338b549284",
"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/5gpvKx6FMS8",
"published": "2024-09-26T10:10:56Z",
"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/IsCYjBkrzg4",
"published": "2024-09-26T10:10:56Z",
"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": "01922dcf-f94e-183d-0434-9640779cff25",
"uri": "http://pasture-one-actor/actor/IsCYjBkrzg4",
"url": "http://pasture-one-actor/actor/IsCYjBkrzg4",
"created_at": "2024-09-26T10:10:56Z",
"edited_at": null,
"account": {
"id": "01922dca-83fa-0581-4e16-cc46d8b47921",
"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-09-26T10:04:59.770176Z",
"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": 112,
"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": "01922dc9-29f8-a958-3f1b-c0338b549284",
"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/zAOqI8xRIrA",
"published": "2024-09-26T10:10:57Z",
"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/w_EKbyjkOLI",
"published": "2024-09-26T10:10:57Z",
"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": "01922dcf-ff97-bc52-9a88-321734a07945",
"uri": "http://pasture-one-actor/actor/w_EKbyjkOLI",
"url": "http://pasture-one-actor/actor/w_EKbyjkOLI",
"created_at": "2024-09-26T10:10:57Z",
"edited_at": null,
"account": {
"id": "01922dca-83fa-0581-4e16-cc46d8b47921",
"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-09-26T10:04:59.770176Z",
"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": 113,
"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": "01922dcf-ff81-7711-6b21-f62e8aea6dbe",
"type": "image",
"url": "http://mitra/media/f6d80a2a7b683e9c9a351ca92f4635df5eb3afc2e61d1793f080e3243d266d5c.png",
"preview_url": "http://mitra/media/f6d80a2a7b683e9c9a351ca92f4635df5eb3afc2e61d1793f080e3243d266d5c.png",
"description": null
},
{
"id": "01922dcf-ff83-4305-6e74-b1277e09311f",
"type": "image",
"url": "http://mitra/media/540cce1f7849ec454dfc452da52aa9c3f87405dd86833b5ed57c130d09f1ef40.png",
"preview_url": "http://mitra/media/540cce1f7849ec454dfc452da52aa9c3f87405dd86833b5ed57c130d09f1ef40.png",
"description": null
},
{
"id": "01922dcf-ff85-36b2-560f-d4e6dd955245",
"type": "image",
"url": "http://mitra/media/cd2fde6e98b46c44525869379d6bc8848ef11dd67e5f9cf1645b0ff7ef93ede4.png",
"preview_url": "http://mitra/media/cd2fde6e98b46c44525869379d6bc8848ef11dd67e5f9cf1645b0ff7ef93ede4.png",
"description": null
},
{
"id": "01922dcf-ff86-43e5-2138-d2dc68abbddf",
"type": "image",
"url": "http://mitra/media/071ec4e0a570b7ef1cd9337aa6b17467cfce71d23b962c491dd38535888a2db1.png",
"preview_url": "http://mitra/media/071ec4e0a570b7ef1cd9337aa6b17467cfce71d23b962c491dd38535888a2db1.png",
"description": null
},
{
"id": "01922dcf-ff88-0253-6666-ac5191c0388d",
"type": "image",
"url": "http://mitra/media/bbe1a8d055ff6f93d3da0ae3771c97c8740a8db858cac5c53066b8970314bda4.png",
"preview_url": "http://mitra/media/bbe1a8d055ff6f93d3da0ae3771c97c8740a8db858cac5c53066b8970314bda4.png",
"description": null
},
{
"id": "01922dcf-ff8a-b748-330e-eb5563ff56a1",
"type": "image",
"url": "http://mitra/media/3510fc61f5bdb9f5a84c173900c9a7fa8d140e22b5f12aea32a121f19716d024.png",
"preview_url": "http://mitra/media/3510fc61f5bdb9f5a84c173900c9a7fa8d140e22b5f12aea32a121f19716d024.png",
"description": null
},
{
"id": "01922dcf-ff8b-07e8-0a1f-ac42b0667fca",
"type": "image",
"url": "http://mitra/media/f289273b1b915a8df93e678b44c77db4d85d24cbd164f45fc9c3ef1c596dd2cf.png",
"preview_url": "http://mitra/media/f289273b1b915a8df93e678b44c77db4d85d24cbd164f45fc9c3ef1c596dd2cf.png",
"description": null
},
{
"id": "01922dcf-ff8d-2c51-796b-e40b3313a9d1",
"type": "image",
"url": "http://mitra/media/679674795c4f4f7882eebadb62fac58276447c3e9a833ce03e7de0cb118ec5fb.png",
"preview_url": "http://mitra/media/679674795c4f4f7882eebadb62fac58276447c3e9a833ce03e7de0cb118ec5fb.png",
"description": null
},
{
"id": "01922dcf-ff8f-2bab-31bb-ffbec3483e25",
"type": "image",
"url": "http://mitra/media/48d67e9e48eb829f2ee17766f7049b03a46c993efe715a27944fc6e2de2aeaf9.png",
"preview_url": "http://mitra/media/48d67e9e48eb829f2ee17766f7049b03a46c993efe715a27944fc6e2de2aeaf9.png",
"description": null
},
{
"id": "01922dcf-ff90-e855-efd7-9a536a513b7b",
"type": "image",
"url": "http://mitra/media/332a0b742cb7ba8c81c35465d6455c2adb5b0540f74687757301f7ed8570e0ca.png",
"preview_url": "http://mitra/media/332a0b742cb7ba8c81c35465d6455c2adb5b0540f74687757301f7ed8570e0ca.png",
"description": null
}
],
"mentions": [
{
"id": "01922dc9-29f8-a958-3f1b-c0338b549284",
"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": []
}