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/ZGQXhf9jPco",
"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/06BTeJdobfY",
"published": "2024-08-14T10:21:59Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
mitra
{
"id": "01915068-a2e4-d1a5-6b5f-f46700205a5b",
"uri": "http://pasture-one-actor/actor/06BTeJdobfY",
"url": null,
"created_at": "2024-08-14T10:21:59Z",
"edited_at": null,
"account": {
"id": "01915063-5d13-9e38-ee07-83619d956ac4",
"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-08-14T10:16:14.867539Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 104,
"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": "01915062-5a32-ede5-d7a2-c4be34515e6a",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/wmtniHYFChU",
"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/gL4mTYwtlM0",
"published": "2024-08-14T10:22:00Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
mitra
{
"id": "01915068-a8c2-740f-6ae8-26af58fd6d28",
"uri": "http://pasture-one-actor/actor/gL4mTYwtlM0",
"url": null,
"created_at": "2024-08-14T10:22:00Z",
"edited_at": null,
"account": {
"id": "01915063-5d13-9e38-ee07-83619d956ac4",
"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-08-14T10:16:14.867539Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 105,
"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": "01915062-5a32-ede5-d7a2-c4be34515e6a",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/JIrtPZM4uLI",
"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/wOeXVRuxW5w",
"published": "2024-08-14T10:22:02Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "01915068-aeb6-257f-17a5-a31716e1354a",
"uri": "http://pasture-one-actor/actor/wOeXVRuxW5w",
"url": null,
"created_at": "2024-08-14T10:22:02Z",
"edited_at": null,
"account": {
"id": "01915063-5d13-9e38-ee07-83619d956ac4",
"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-08-14T10:16:14.867539Z",
"note": "",
"avatar": null,
"header": null,
"locked": false,
"mention_policy": "none",
"bot": false,
"identity_proofs": [],
"payment_options": [],
"fields": [],
"emojis": [],
"followers_count": 0,
"following_count": 0,
"subscribers_count": 0,
"statuses_count": 106,
"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": "01915062-5a32-ede5-d7a2-c4be34515e6a",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/LuWBdYIX5yw",
"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/JLxcvyToAoQ",
"published": "2024-08-14T10:22:04Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "01915068-b483-9ec4-6530-f00e95d4a81e",
"uri": "http://pasture-one-actor/actor/JLxcvyToAoQ",
"url": null,
"created_at": "2024-08-14T10:22:04Z",
"edited_at": null,
"account": {
"id": "01915063-5d13-9e38-ee07-83619d956ac4",
"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-08-14T10:16:14.867539Z",
"note": "",
"avatar": null,
"header": null,
"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": "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": "01915062-5a32-ede5-d7a2-c4be34515e6a",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/yxfQa8etuw8",
"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/KqoHdK8x4QQ",
"published": "2024-08-14T10:22:05Z",
"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": "01915068-ba5d-3387-af98-4c3cffee4bf8",
"uri": "http://pasture-one-actor/actor/KqoHdK8x4QQ",
"url": null,
"created_at": "2024-08-14T10:22:05Z",
"edited_at": null,
"account": {
"id": "01915063-5d13-9e38-ee07-83619d956ac4",
"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-08-14T10:16:14.867539Z",
"note": "",
"avatar": null,
"header": null,
"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": "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": "01915062-5a32-ede5-d7a2-c4be34515e6a",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/FqHTbrBTbhc",
"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/VmGf9S3DK5g",
"published": "2024-08-14T10:22:06Z",
"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": "01915068-c037-4efa-faff-b1cc6e8b6a4a",
"uri": "http://pasture-one-actor/actor/VmGf9S3DK5g",
"url": null,
"created_at": "2024-08-14T10:22:06Z",
"edited_at": null,
"account": {
"id": "01915063-5d13-9e38-ee07-83619d956ac4",
"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-08-14T10:16:14.867539Z",
"note": "",
"avatar": null,
"header": null,
"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": "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": "01915062-5a32-ede5-d7a2-c4be34515e6a",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"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/DJMH6ndbxAU",
"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/KHbkBM_-yEA",
"published": "2024-08-14T10:22:08Z",
"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": "01915068-c666-30e1-a4cc-b8d0285a3508",
"uri": "http://pasture-one-actor/actor/KHbkBM_-yEA",
"url": null,
"created_at": "2024-08-14T10:22:08Z",
"edited_at": null,
"account": {
"id": "01915063-5d13-9e38-ee07-83619d956ac4",
"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-08-14T10:16:14.867539Z",
"note": "",
"avatar": null,
"header": null,
"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": "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": "01915068-c646-ae95-f841-8b2b3e209407",
"type": "image",
"url": "http://mitra/media/9ba6b27dcb6814cfae0dc1f31219423fdadac3f60b731787cbaf9902b2ca3ece.png",
"preview_url": "http://mitra/media/9ba6b27dcb6814cfae0dc1f31219423fdadac3f60b731787cbaf9902b2ca3ece.png",
"description": null
},
{
"id": "01915068-c64b-df59-84b4-1219f041f0d0",
"type": "image",
"url": "http://mitra/media/8eb3116707806066e83cf951a2e179630ee6367ca0d4571d3a223605d369b714.png",
"preview_url": "http://mitra/media/8eb3116707806066e83cf951a2e179630ee6367ca0d4571d3a223605d369b714.png",
"description": null
},
{
"id": "01915068-c64e-9e28-df46-f5b78f3e8882",
"type": "image",
"url": "http://mitra/media/d81dcfa7c07bb70fa0201ffe56b6f6a473feeeecb308e8298cdcc9cd68b1ce64.png",
"preview_url": "http://mitra/media/d81dcfa7c07bb70fa0201ffe56b6f6a473feeeecb308e8298cdcc9cd68b1ce64.png",
"description": null
},
{
"id": "01915068-c650-8600-6669-28f330ef10bf",
"type": "image",
"url": "http://mitra/media/63ce61ce2c459af8f21e70fefc15c8631825d1864fcaec2485f80617f741c101.png",
"preview_url": "http://mitra/media/63ce61ce2c459af8f21e70fefc15c8631825d1864fcaec2485f80617f741c101.png",
"description": null
},
{
"id": "01915068-c653-7cc3-ba5c-111a924b30da",
"type": "image",
"url": "http://mitra/media/62d7994858c07cde103d72c171923d205ea64d9ee098f2ee186a999b78bd7130.png",
"preview_url": "http://mitra/media/62d7994858c07cde103d72c171923d205ea64d9ee098f2ee186a999b78bd7130.png",
"description": null
},
{
"id": "01915068-c655-2896-2021-6a7c5570b8dd",
"type": "image",
"url": "http://mitra/media/a604beb7b3bdfda864c45728fef7e55fca0ba2a373910697e3cff8f4c44cb267.png",
"preview_url": "http://mitra/media/a604beb7b3bdfda864c45728fef7e55fca0ba2a373910697e3cff8f4c44cb267.png",
"description": null
},
{
"id": "01915068-c658-d97f-b975-593317757259",
"type": "image",
"url": "http://mitra/media/a90b83d4494fa5b002fd320b814353a929ce73868d5bc6a55c4cee2159b39682.png",
"preview_url": "http://mitra/media/a90b83d4494fa5b002fd320b814353a929ce73868d5bc6a55c4cee2159b39682.png",
"description": null
},
{
"id": "01915068-c65a-9231-bdee-98f0aea878a1",
"type": "image",
"url": "http://mitra/media/486398a898a3450da580d8844e863df2c8504d2a67da6c928cfce89da7d8ab61.png",
"preview_url": "http://mitra/media/486398a898a3450da580d8844e863df2c8504d2a67da6c928cfce89da7d8ab61.png",
"description": null
},
{
"id": "01915068-c65d-7daa-30bb-b5188a1fffc5",
"type": "image",
"url": "http://mitra/media/09faf9c949ef7a7c89e566259533503c1ba7742150172e998905de1fc0f26bf4.png",
"preview_url": "http://mitra/media/09faf9c949ef7a7c89e566259533503c1ba7742150172e998905de1fc0f26bf4.png",
"description": null
},
{
"id": "01915068-c65f-7e60-611f-aec7e18180c8",
"type": "image",
"url": "http://mitra/media/49ee844e65befc654ac7b29f856b9ccca5dc2e1a48dce699979c684b929f8091.png",
"preview_url": "http://mitra/media/49ee844e65befc654ac7b29f856b9ccca5dc2e1a48dce699979c684b929f8091.png",
"description": null
}
],
"mentions": [
{
"id": "01915062-5a32-ede5-d7a2-c4be34515e6a",
"username": "admin",
"acct": "admin",
"url": "http://mitra/users/admin"
}
],
"tags": [],
"emojis": [],
"favourited": false,
"reblogged": false,
"pleroma": {
"emoji_reactions": [],
"in_reply_to_account_acct": null,
"quote": null,
"quote_visible": false
},
"ipfs_cid": null,
"links": []
}
Example 8¶
no result
no result
Example 9¶
no result
no result
Example 10¶
no result
no result
Example 11¶
no result
no result