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/RI8o2cuyzNY",
"published": "2024-10-21T16:01:45Z",
"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/peTgl10d3uU",
"published": "2024-10-21T16:01:45Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
mitra
{
"id": "0192afd0-21f1-816a-f916-c5fe83282626",
"uri": "http://pasture-one-actor/actor/peTgl10d3uU",
"url": "http://pasture-one-actor/actor/peTgl10d3uU",
"created_at": "2024-10-21T16:01:45Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-21T15:55:59.007304Z",
"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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/pR8HPjGukb4",
"published": "2024-10-21T16:01:46Z",
"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/cfvftzTH3UE",
"published": "2024-10-21T16:01:46Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
mitra
{
"id": "0192afd0-27ca-b1d4-1dca-11c608ad0cc0",
"uri": "http://pasture-one-actor/actor/cfvftzTH3UE",
"url": "http://pasture-one-actor/actor/cfvftzTH3UE",
"created_at": "2024-10-21T16:01:46Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-21T15:55:59.007304Z",
"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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/Kd8fMOhPdEc",
"published": "2024-10-21T16:01:47Z",
"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/tQzUDUEkKdA",
"published": "2024-10-21T16:01:47Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "0192afd0-2db3-1559-6cf3-bd91b1e28c7f",
"uri": "http://pasture-one-actor/actor/tQzUDUEkKdA",
"url": "http://pasture-one-actor/actor/tQzUDUEkKdA",
"created_at": "2024-10-21T16:01:47Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-21T15:55:59.007304Z",
"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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/0s2uJ96pDRE",
"published": "2024-10-21T16:01: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/IvlTJGDSClw",
"published": "2024-10-21T16:01:49Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "0192afd0-3377-c87d-5d12-ddff36eef3a4",
"uri": "http://pasture-one-actor/actor/IvlTJGDSClw",
"url": "http://pasture-one-actor/actor/IvlTJGDSClw",
"created_at": "2024-10-21T16:01:49Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-21T15:55:59.007304Z",
"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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/1xmbAGlYmTk",
"published": "2024-10-21T16:01: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/GG7jiAe3AEg",
"published": "2024-10-21T16:01:51Z",
"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": "0192afd0-3960-499e-229c-a01e7d7ed565",
"uri": "http://pasture-one-actor/actor/GG7jiAe3AEg",
"url": "http://pasture-one-actor/actor/GG7jiAe3AEg",
"created_at": "2024-10-21T16:01:51Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-21T15:55:59.007304Z",
"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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/DhLGwA2mg3s",
"published": "2024-10-21T16:01:52Z",
"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/Vl-u9Gc1d18",
"published": "2024-10-21T16:01:52Z",
"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": "0192afd0-3f39-18ce-26de-25316533f8c8",
"uri": "http://pasture-one-actor/actor/Vl-u9Gc1d18",
"url": "http://pasture-one-actor/actor/Vl-u9Gc1d18",
"created_at": "2024-10-21T16:01:52Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-21T15:55:59.007304Z",
"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": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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/B6nXrHFa3eE",
"published": "2024-10-21T16:01: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/6aSF-krzvYw",
"published": "2024-10-21T16:01:53Z",
"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": "0192afd0-4581-6807-a135-4b4aef63d217",
"uri": "http://pasture-one-actor/actor/6aSF-krzvYw",
"url": "http://pasture-one-actor/actor/6aSF-krzvYw",
"created_at": "2024-10-21T16:01:53Z",
"edited_at": null,
"account": {
"id": "0192afca-d69f-33cc-2e36-e6361893054a",
"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-21T15:55:59.007304Z",
"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": "0192afd0-4560-d47b-2f7f-c9b70d6f1242",
"type": "image",
"url": "http://mitra/media/02b8675cf54bd0f6bc36c67ba035d18cfea0cb8932d8a36c6f2aa523c9352513.png",
"preview_url": "http://mitra/media/02b8675cf54bd0f6bc36c67ba035d18cfea0cb8932d8a36c6f2aa523c9352513.png",
"description": null
},
{
"id": "0192afd0-4563-0644-4829-448f83a7fcc2",
"type": "image",
"url": "http://mitra/media/5aaf6b8dfa45ee2582c7540ec9151e5ee3ebe9b3004bc54e93ed1cc91f2d2fba.png",
"preview_url": "http://mitra/media/5aaf6b8dfa45ee2582c7540ec9151e5ee3ebe9b3004bc54e93ed1cc91f2d2fba.png",
"description": null
},
{
"id": "0192afd0-4565-dba5-434a-8a115870be84",
"type": "image",
"url": "http://mitra/media/11f3bd48a25c781c17be7dfb7d366be4653f52b097a6357f473b2295843a8bb9.png",
"preview_url": "http://mitra/media/11f3bd48a25c781c17be7dfb7d366be4653f52b097a6357f473b2295843a8bb9.png",
"description": null
},
{
"id": "0192afd0-4568-a385-2608-531e7b37c6c5",
"type": "image",
"url": "http://mitra/media/b495505407c5a691cc3f2abe243fd626fbab8fba23d60a046fa5489dbdc0c4ac.png",
"preview_url": "http://mitra/media/b495505407c5a691cc3f2abe243fd626fbab8fba23d60a046fa5489dbdc0c4ac.png",
"description": null
},
{
"id": "0192afd0-456b-908c-f0d4-5c11ba1f29e0",
"type": "image",
"url": "http://mitra/media/99fd37401ac54e564381d689d1aa8011d66e056e6c85253f9325fa3fa30d22fb.png",
"preview_url": "http://mitra/media/99fd37401ac54e564381d689d1aa8011d66e056e6c85253f9325fa3fa30d22fb.png",
"description": null
},
{
"id": "0192afd0-456e-bb5c-9a3b-92eb558806c0",
"type": "image",
"url": "http://mitra/media/6968744e6b05c82cd3823dde80978bc2c480c059af05e0d8e1aef24ad4e785a5.png",
"preview_url": "http://mitra/media/6968744e6b05c82cd3823dde80978bc2c480c059af05e0d8e1aef24ad4e785a5.png",
"description": null
},
{
"id": "0192afd0-4571-51c0-c7c0-72c00c52e77f",
"type": "image",
"url": "http://mitra/media/c78bf3844a1dfbede680e40c7ae6cbe9c672a7cf95ea4121588650a408d261d7.png",
"preview_url": "http://mitra/media/c78bf3844a1dfbede680e40c7ae6cbe9c672a7cf95ea4121588650a408d261d7.png",
"description": null
},
{
"id": "0192afd0-4574-a4da-aa4b-4894d63a3146",
"type": "image",
"url": "http://mitra/media/ad6a734fbc70c27e661c1030c618899d5a70e486dac94d0b6d7f4b1b54e027bf.png",
"preview_url": "http://mitra/media/ad6a734fbc70c27e661c1030c618899d5a70e486dac94d0b6d7f4b1b54e027bf.png",
"description": null
},
{
"id": "0192afd0-4576-0c50-a1dc-41eea6f4ed2d",
"type": "image",
"url": "http://mitra/media/1f40906d457b53a72ee59ee72f528139c649096ef24822f2881b8813a535158e.png",
"preview_url": "http://mitra/media/1f40906d457b53a72ee59ee72f528139c649096ef24822f2881b8813a535158e.png",
"description": null
},
{
"id": "0192afd0-457a-449a-e267-aa25f52c3f7a",
"type": "image",
"url": "http://mitra/media/9edeed8d8c989affe4c00c920fe93d65022533aba744e94be14fefd7ed4b4734.png",
"preview_url": "http://mitra/media/9edeed8d8c989affe4c00c920fe93d65022533aba744e94be14fefd7ed4b4734.png",
"description": null
}
],
"mentions": [
{
"id": "0192afc9-9e24-6ede-72d7-8a0c1d5e5cd6",
"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": []
}