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/y6jSAdFDRBA",
"published": "2024-12-04T18:40: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/lhAU4I2bZ6c",
"published": "2024-12-04T18:40:25Z",
"content": "Image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/cow.jpg",
"mediaType": "image/jpeg",
"name": "a cow"
}
]
}
}
mitra
{
"id": "019392f9-38b5-13b8-a06c-8178411579ce",
"uri": "http://pasture-one-actor/actor/lhAU4I2bZ6c",
"url": "http://pasture-one-actor/actor/lhAU4I2bZ6c",
"created_at": "2024-12-04T18:40:25Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 152,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Image",
"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": "019392f9-38ae-59a6-4cef-60b68e1c833c",
"type": "image",
"url": "http://mitra/media/6e403ee33c2817a06af46b6e362c054aec3b43057ff32d2f7ac7761761e6e1ff.jpg",
"preview_url": "http://mitra/media/6e403ee33c2817a06af46b6e362c054aec3b43057ff32d2f7ac7761761e6e1ff.jpg",
"description": "a cow"
}
],
"mentions": [
{
"id": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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/q4zCn6UyWYc",
"published": "2024-12-04T18:40: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/jj2fjIhHKcI",
"published": "2024-12-04T18:40:27Z",
"content": "Video",
"attachment": [
{
"type": "Video",
"url": "http://pasture-one-actor/assets/cow_eating.mp4",
"mediaType": "video/mp4",
"name": "a cow eating grass"
}
]
}
}
mitra
{
"id": "019392f9-3e9e-5510-6415-8a1755d2c8c2",
"uri": "http://pasture-one-actor/actor/jj2fjIhHKcI",
"url": "http://pasture-one-actor/actor/jj2fjIhHKcI",
"created_at": "2024-12-04T18:40:27Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 153,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Video",
"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": "019392f9-3e96-5b1b-288c-197b8e4deeba",
"type": "video",
"url": "http://mitra/media/4514a0bf67069eb36444ace0c4d5d6d4b95be4f01490e6a22ada67bbc3967d0e.mp4",
"preview_url": "http://mitra/media/4514a0bf67069eb36444ace0c4d5d6d4b95be4f01490e6a22ada67bbc3967d0e.mp4",
"description": "a cow eating grass"
}
],
"mentions": [
{
"id": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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/HKJA0eT3T1o",
"published": "2024-12-04T18:40: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/xcThVr1itiY",
"published": "2024-12-04T18:40:28Z",
"content": "Audio",
"attachment": [
{
"type": "Audio",
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"mediaType": "audio/mpeg",
"name": "the moo sound of a cow"
}
]
}
}
mitra
{
"id": "019392f9-447a-6224-dae9-f882ae572006",
"uri": "http://pasture-one-actor/actor/xcThVr1itiY",
"url": "http://pasture-one-actor/actor/xcThVr1itiY",
"created_at": "2024-12-04T18:40:28Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 154,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Audio",
"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": "019392f9-4472-8e32-b3cf-91ddc2f2396e",
"type": "audio",
"url": "http://mitra/media/3e33fee4c40cdc62e2744d8cf9b7b65b97e0af17e81170b067a1b8fe49b88f28.m2a",
"preview_url": "http://mitra/media/3e33fee4c40cdc62e2744d8cf9b7b65b97e0af17e81170b067a1b8fe49b88f28.m2a",
"description": "the moo sound of a cow"
}
],
"mentions": [
{
"id": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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/lVwAkA79uo8",
"published": "2024-12-04T18:40: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/Si5XBvcKank",
"published": "2024-12-04T18:40:30Z",
"content": "Audio as Document",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/cow_moo.mp3",
"mediaType": "audio/mpeg",
"name": "the moo sound of a cow"
}
]
}
}
mitra
{
"id": "019392f9-4a5a-6bc7-10b5-b51dfa51dd93",
"uri": "http://pasture-one-actor/actor/Si5XBvcKank",
"url": "http://pasture-one-actor/actor/Si5XBvcKank",
"created_at": "2024-12-04T18:40:30Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 155,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Audio as Document",
"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": "019392f9-4a50-a1b7-89ff-9dd7f77f760f",
"type": "audio",
"url": "http://mitra/media/3e33fee4c40cdc62e2744d8cf9b7b65b97e0af17e81170b067a1b8fe49b88f28.m2a",
"preview_url": "http://mitra/media/3e33fee4c40cdc62e2744d8cf9b7b65b97e0af17e81170b067a1b8fe49b88f28.m2a",
"description": "the moo sound of a cow"
}
],
"mentions": [
{
"id": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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/V-2j8VSjc5M",
"published": "2024-12-04T18:40: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/1XmfHmDhXNk",
"published": "2024-12-04T18:40:31Z",
"content": "Link",
"attachment": {
"href": "https://funfedi.dev",
"type": "Link"
}
}
}
mitra
{
"id": "019392f9-5012-9e21-c520-a57fe6e76f98",
"uri": "http://pasture-one-actor/actor/1XmfHmDhXNk",
"url": "http://pasture-one-actor/actor/1XmfHmDhXNk",
"created_at": "2024-12-04T18:40:31Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 156,
"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": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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/p-woBuOrYX8",
"published": "2024-12-04T18:40: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/NFrIi9M5CYo",
"published": "2024-12-04T18:40:33Z",
"content": "Payment Link, see FEP-0ea0",
"attachment": {
"type": "Link",
"name": "Donate",
"href": "payto://iban/DE75512108001245126199",
"rel": "payment"
}
}
}
mitra
{
"id": "019392f9-55f3-592b-7447-4bca12ee65f4",
"uri": "http://pasture-one-actor/actor/NFrIi9M5CYo",
"url": "http://pasture-one-actor/actor/NFrIi9M5CYo",
"created_at": "2024-12-04T18:40:33Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 157,
"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": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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/WsK291odP_A",
"published": "2024-12-04T18:40: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/INPpDded274",
"published": "2024-12-04T18:40:34Z",
"content": "Text document",
"attachment": {
"type": "Document",
"name": "text document",
"url": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "019392f9-5bdc-a118-0f84-be193baf7793",
"uri": "http://pasture-one-actor/actor/INPpDded274",
"url": "http://pasture-one-actor/actor/INPpDded274",
"created_at": "2024-12-04T18:40:34Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 158,
"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": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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 8¶
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/TmoY-TpFGPw",
"published": "2024-12-04T18:40:36Z",
"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/_yYE8HnKabk",
"published": "2024-12-04T18:40:36Z",
"content": "Text document, href instead of url",
"attachment": {
"type": "Document",
"name": "text document",
"href": "http://pasture-one-actor/assets/sample.txt"
}
}
}
mitra
{
"id": "019392f9-61a5-0b98-0eec-8d3e93382cc4",
"uri": "http://pasture-one-actor/actor/_yYE8HnKabk",
"url": "http://pasture-one-actor/actor/_yYE8HnKabk",
"created_at": "2024-12-04T18:40:36Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 159,
"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": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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 9¶
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/SZwS5YWZEtg",
"published": "2024-12-04T18:40: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/1R7I0yIw5qA",
"published": "2024-12-04T18:40: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": "019392f9-678a-7b95-09ae-ec7e2c14afc3",
"uri": "http://pasture-one-actor/actor/1R7I0yIw5qA",
"url": "http://pasture-one-actor/actor/1R7I0yIw5qA",
"created_at": "2024-12-04T18:40:37Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 160,
"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": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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 10¶
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/Z8f9eQdEnjU",
"published": "2024-12-04T18:40:39Z",
"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/xUMQ24pvE7Q",
"published": "2024-12-04T18:40:39Z",
"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": "019392f9-6d63-7336-4bdd-1a6d688b5b51",
"uri": "http://pasture-one-actor/actor/xUMQ24pvE7Q",
"url": "http://pasture-one-actor/actor/xUMQ24pvE7Q",
"created_at": "2024-12-04T18:40:39Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 161,
"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": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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 11¶
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/8wUjV4VT4Ow",
"published": "2024-12-04T18:40: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/MluZ6eLYoQg",
"published": "2024-12-04T18:40: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": "019392f9-73cd-cc01-8524-1d3f2f2b2592",
"uri": "http://pasture-one-actor/actor/MluZ6eLYoQg",
"url": "http://pasture-one-actor/actor/MluZ6eLYoQg",
"created_at": "2024-12-04T18:40:40Z",
"edited_at": null,
"account": {
"id": "019392f3-08a5-e6d9-619c-16f4176b94bf",
"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-12-04T18:33:41.285211Z",
"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": 162,
"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": "019392f9-73a7-fb55-362f-058f8f2ad986",
"type": "image",
"url": "http://mitra/media/4b44615e005b888d6dad8c72a4478ebd31bf9ae170427bf8f60faca2837da840.png",
"preview_url": "http://mitra/media/4b44615e005b888d6dad8c72a4478ebd31bf9ae170427bf8f60faca2837da840.png",
"description": null
},
{
"id": "019392f9-73b0-d25d-84c4-58adb19513b4",
"type": "image",
"url": "http://mitra/media/dd43c015b661ffae19f231987078b2e22a36a5023a074679e31ffb58bdbd88cc.png",
"preview_url": "http://mitra/media/dd43c015b661ffae19f231987078b2e22a36a5023a074679e31ffb58bdbd88cc.png",
"description": null
},
{
"id": "019392f9-73b3-2a66-b5da-146a8a568531",
"type": "image",
"url": "http://mitra/media/af879d94444c7c611853d126282acf4797b9ceec033778c3e63d9c662b765665.png",
"preview_url": "http://mitra/media/af879d94444c7c611853d126282acf4797b9ceec033778c3e63d9c662b765665.png",
"description": null
},
{
"id": "019392f9-73b6-cb0f-354d-33db487b8e39",
"type": "image",
"url": "http://mitra/media/72cb0f5e1814b2742c25c2dc1ce9a05479c15320d9de1d3a8b15d54d2e1b1e3f.png",
"preview_url": "http://mitra/media/72cb0f5e1814b2742c25c2dc1ce9a05479c15320d9de1d3a8b15d54d2e1b1e3f.png",
"description": null
},
{
"id": "019392f9-73b8-bb52-44e7-4275228b0494",
"type": "image",
"url": "http://mitra/media/948769d03476f9ed3803b6816cf4904afc32e65051dbef4e199d997d4f29e6df.png",
"preview_url": "http://mitra/media/948769d03476f9ed3803b6816cf4904afc32e65051dbef4e199d997d4f29e6df.png",
"description": null
},
{
"id": "019392f9-73bb-d154-61ea-068e1f66f7b8",
"type": "image",
"url": "http://mitra/media/b713567a4bcbee5fdc2980061b180036c346bc1baa527fb2ef15a92bb5d464a4.png",
"preview_url": "http://mitra/media/b713567a4bcbee5fdc2980061b180036c346bc1baa527fb2ef15a92bb5d464a4.png",
"description": null
},
{
"id": "019392f9-73be-28cf-7590-aebf5be0bcd1",
"type": "image",
"url": "http://mitra/media/781b9e30298585346fd99b31ab85e9ca0f5b5316c574382e6d80430f480b4d91.png",
"preview_url": "http://mitra/media/781b9e30298585346fd99b31ab85e9ca0f5b5316c574382e6d80430f480b4d91.png",
"description": null
},
{
"id": "019392f9-73c0-7f8d-369e-4cf6e20998f7",
"type": "image",
"url": "http://mitra/media/7a090e1d59f24c2131f2778684ab85b1e82a41b4382b39d1027ffe317710cc41.png",
"preview_url": "http://mitra/media/7a090e1d59f24c2131f2778684ab85b1e82a41b4382b39d1027ffe317710cc41.png",
"description": null
},
{
"id": "019392f9-73c3-7871-9ace-b23163cd8e01",
"type": "image",
"url": "http://mitra/media/446b48b6cae5aa21cc3420053947c5fa8220fddaa88fafcf3270290214bd7613.png",
"preview_url": "http://mitra/media/446b48b6cae5aa21cc3420053947c5fa8220fddaa88fafcf3270290214bd7613.png",
"description": null
},
{
"id": "019392f9-73c6-1a80-6e4e-396bacd77f5a",
"type": "image",
"url": "http://mitra/media/0cc3d8fa71fc69689b26ff8a728a0cdcb33ea6c61d6dd73f7f5a920eddaffdcd.png",
"preview_url": "http://mitra/media/0cc3d8fa71fc69689b26ff8a728a0cdcb33ea6c61d6dd73f7f5a920eddaffdcd.png",
"description": null
}
],
"mentions": [
{
"id": "019392f1-ff94-4793-4b67-935bcebe62ff",
"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": []
}