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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/rZLM82uSDIM",
"published": "2024-10-25T18:31: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/w6IIqUWL-5Y",
"published": "2024-10-25T18:31:30Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
mitra
{
"id": "0192c4f2-b079-e273-fb55-3b6d6c98000a",
"uri": "http://pasture-one-actor/actor/w6IIqUWL-5Y",
"url": "http://pasture-one-actor/actor/w6IIqUWL-5Y",
"created_at": "2024-10-25T18:31:30Z",
"edited_at": null,
"account": {
"id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
"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-25T18:25:49.832877Z",
"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": "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": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/DXaxW8jsAt4",
"published": "2024-10-25T18:31:32Z",
"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/7zqTt50mI_o",
"published": "2024-10-25T18:31:32Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
mitra
{
"id": "0192c4f2-b647-f0ac-7045-ae000f2d9fd8",
"uri": "http://pasture-one-actor/actor/7zqTt50mI_o",
"url": "http://pasture-one-actor/actor/7zqTt50mI_o",
"created_at": "2024-10-25T18:31:32Z",
"edited_at": null,
"account": {
"id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
"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-25T18:25:49.832877Z",
"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": "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": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/HXfk_YW0KPI",
"published": "2024-10-25T18:31:34Z",
"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/NqdnULojiZs",
"published": "2024-10-25T18:31:34Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "0192c4f2-bc36-8d77-e17c-fbe1c081ffe0",
"uri": "http://pasture-one-actor/actor/NqdnULojiZs",
"url": "http://pasture-one-actor/actor/NqdnULojiZs",
"created_at": "2024-10-25T18:31:34Z",
"edited_at": null,
"account": {
"id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
"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-25T18:25:49.832877Z",
"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": "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": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/YLskI8XLf0c",
"published": "2024-10-25T18:31:35Z",
"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/Lx_5qNOcBVQ",
"published": "2024-10-25T18:31:35Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "0192c4f2-c210-16f4-d062-1d099e93cb66",
"uri": "http://pasture-one-actor/actor/Lx_5qNOcBVQ",
"url": "http://pasture-one-actor/actor/Lx_5qNOcBVQ",
"created_at": "2024-10-25T18:31:35Z",
"edited_at": null,
"account": {
"id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
"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-25T18:25:49.832877Z",
"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": "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": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/439TNrtcJVc",
"published": "2024-10-25T18:31:37Z",
"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/-felprzGbzY",
"published": "2024-10-25T18:31:37Z",
"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": "0192c4f2-c7e9-9628-38fb-3a0283007435",
"uri": "http://pasture-one-actor/actor/-felprzGbzY",
"url": "http://pasture-one-actor/actor/-felprzGbzY",
"created_at": "2024-10-25T18:31:37Z",
"edited_at": null,
"account": {
"id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
"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-25T18:25:49.832877Z",
"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": 114,
"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": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/XJQgPSx4ETc",
"published": "2024-10-25T18:31:38Z",
"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/YRmEWP_ic6E",
"published": "2024-10-25T18:31:38Z",
"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": "0192c4f2-cdbe-5ab6-6b3a-d52474cbaa51",
"uri": "http://pasture-one-actor/actor/YRmEWP_ic6E",
"url": "http://pasture-one-actor/actor/YRmEWP_ic6E",
"created_at": "2024-10-25T18:31:38Z",
"edited_at": null,
"account": {
"id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
"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-25T18:25:49.832877Z",
"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": 115,
"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": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/_rR9GLDG1Wc",
"published": "2024-10-25T18:31:40Z",
"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/4hxmyX6rL9Q",
"published": "2024-10-25T18:31:40Z",
"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": "0192c4f2-d40d-1da1-6cab-c0e9f619ec12",
"uri": "http://pasture-one-actor/actor/4hxmyX6rL9Q",
"url": "http://pasture-one-actor/actor/4hxmyX6rL9Q",
"created_at": "2024-10-25T18:31:40Z",
"edited_at": null,
"account": {
"id": "0192c4ed-7709-3c9d-a311-039ce69be60b",
"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-25T18:25:49.832877Z",
"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": 116,
"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": "0192c4f2-d3f3-deda-5560-a3ac94cb718e",
"type": "image",
"url": "http://mitra/media/e41202a71324840cf479fb9394edb9063c652ec4ff75e7552b7800a2d4f6880d.png",
"preview_url": "http://mitra/media/e41202a71324840cf479fb9394edb9063c652ec4ff75e7552b7800a2d4f6880d.png",
"description": null
},
{
"id": "0192c4f2-d3fc-0811-6f55-24db72823f88",
"type": "image",
"url": "http://mitra/media/e71dba1cdc1f29b71ddc673ab160ff3d9ca20879b5407c44f80478d5d7856a7f.png",
"preview_url": "http://mitra/media/e71dba1cdc1f29b71ddc673ab160ff3d9ca20879b5407c44f80478d5d7856a7f.png",
"description": null
},
{
"id": "0192c4f2-d3fe-2204-b8d7-76c10b4f83af",
"type": "image",
"url": "http://mitra/media/1314921bf6a41d78b60e92a33e266f99710ddea9da9d0cf64e58a02817e872b4.png",
"preview_url": "http://mitra/media/1314921bf6a41d78b60e92a33e266f99710ddea9da9d0cf64e58a02817e872b4.png",
"description": null
},
{
"id": "0192c4f2-d3ff-18c1-9f16-473e50cd8b9a",
"type": "image",
"url": "http://mitra/media/2c9d36989cd7fef81091025eeb23bd8ff8cbbc99f98538f363f14a9288011bd7.png",
"preview_url": "http://mitra/media/2c9d36989cd7fef81091025eeb23bd8ff8cbbc99f98538f363f14a9288011bd7.png",
"description": null
},
{
"id": "0192c4f2-d401-6405-e14b-e1b01c787516",
"type": "image",
"url": "http://mitra/media/375d8d7a91d977aa0da8f4ee0c4d95d46cd4b56c40b0e1837efb660a3bdbd592.png",
"preview_url": "http://mitra/media/375d8d7a91d977aa0da8f4ee0c4d95d46cd4b56c40b0e1837efb660a3bdbd592.png",
"description": null
},
{
"id": "0192c4f2-d403-eb7a-1c10-4e503c8a8eb4",
"type": "image",
"url": "http://mitra/media/d6bf18d84e974f8ece15660237399432d2fe28f4e3635963243477ba8ca718b2.png",
"preview_url": "http://mitra/media/d6bf18d84e974f8ece15660237399432d2fe28f4e3635963243477ba8ca718b2.png",
"description": null
},
{
"id": "0192c4f2-d405-6dc5-4c9d-9f9b33e34318",
"type": "image",
"url": "http://mitra/media/84896948b3aa027cd24c5cd3ae39be505e5e4a458a127820b57bc1af27093d10.png",
"preview_url": "http://mitra/media/84896948b3aa027cd24c5cd3ae39be505e5e4a458a127820b57bc1af27093d10.png",
"description": null
},
{
"id": "0192c4f2-d406-7913-c1c8-5e15d523e8c3",
"type": "image",
"url": "http://mitra/media/05f94e2099ca79fb9e034d2d3bef316d2dce99a9e6ad8b707ec3172ff3bf51cd.png",
"preview_url": "http://mitra/media/05f94e2099ca79fb9e034d2d3bef316d2dce99a9e6ad8b707ec3172ff3bf51cd.png",
"description": null
},
{
"id": "0192c4f2-d408-7126-93d0-e5a12ffba0c8",
"type": "image",
"url": "http://mitra/media/96beffc309600d8e5707bb8664e707bee14854f098f358eb94c678c9bbc0a281.png",
"preview_url": "http://mitra/media/96beffc309600d8e5707bb8664e707bee14854f098f358eb94c678c9bbc0a281.png",
"description": null
},
{
"id": "0192c4f2-d409-e6b7-3d3a-1377a00e6410",
"type": "image",
"url": "http://mitra/media/acf3aefe9df339cce51a2cdcd95adfb51c683e337cb458bceaf4f115b5a8e0e5.png",
"preview_url": "http://mitra/media/acf3aefe9df339cce51a2cdcd95adfb51c683e337cb458bceaf4f115b5a8e0e5.png",
"description": null
}
],
"mentions": [
{
"id": "0192c4ec-5645-e7ff-a5fb-1f360856c69a",
"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": []
}