Image Attachments¶
The Image type is defined in ActivityStreams Vocabulary.
In the following, we test how various configurations of it are rendered.
A ❌ in the support table means that the entire message has failed to parse.
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/wt9V4SXs9BQ",
"published": "2024-09-04T11:06: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/_yaO55XjxxE",
"published": "2024-09-04T11:06:36Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
mitra
{
"id": "0191bcb7-078e-2bf8-328a-587b53fea065",
"uri": "http://pasture-one-actor/actor/_yaO55XjxxE",
"url": "http://pasture-one-actor/actor/_yaO55XjxxE",
"created_at": "2024-09-04T11:06:36Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 54,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format png",
"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": "0191bcb7-0785-d137-a3d9-414e8b4c9fc5",
"type": "image",
"url": "http://mitra/media/6ebfdafd4c1d0889ca5ea870a5f39e52dce449fb5b88731823244b3c5e883e5e.png",
"preview_url": "http://mitra/media/6ebfdafd4c1d0889ca5ea870a5f39e52dce449fb5b88731823244b3c5e883e5e.png",
"description": null
}
],
"mentions": [
{
"id": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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/rJv3sUEeoao",
"published": "2024-09-04T11:06: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/iQwE_iJrFLM",
"published": "2024-09-04T11:06:37Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
mitra
{
"id": "0191bcb7-0d69-0f80-0231-30e1b982ae1d",
"uri": "http://pasture-one-actor/actor/iQwE_iJrFLM",
"url": "http://pasture-one-actor/actor/iQwE_iJrFLM",
"created_at": "2024-09-04T11:06:37Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 55,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format png",
"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": "0191bcb7-0d61-2ec0-12f7-2d71da1efc69",
"type": "image",
"url": "http://mitra/media/f9ebcd9dd1daa7af8f90b99cc9be17247db00b4cfeef2a2bd74ac91217f1ffcd.png",
"preview_url": "http://mitra/media/f9ebcd9dd1daa7af8f90b99cc9be17247db00b4cfeef2a2bd74ac91217f1ffcd.png",
"description": null
}
],
"mentions": [
{
"id": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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/NzozRSyjkZ4",
"published": "2024-09-04T11:06: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/QtRzeATlODE",
"published": "2024-09-04T11:06:39Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
mitra
{
"id": "0191bcb7-1347-aea0-c320-bd7754829305",
"uri": "http://pasture-one-actor/actor/QtRzeATlODE",
"url": "http://pasture-one-actor/actor/QtRzeATlODE",
"created_at": "2024-09-04T11:06:39Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 56,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format jpg",
"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": "0191bcb7-133f-723e-fdd1-1bbf502fc03e",
"type": "image",
"url": "http://mitra/media/b686365714450c90ed7c8c9d768b2686418e67d5c80f99c9fb737c92f3d43bb6.jpg",
"preview_url": "http://mitra/media/b686365714450c90ed7c8c9d768b2686418e67d5c80f99c9fb737c92f3d43bb6.jpg",
"description": null
}
],
"mentions": [
{
"id": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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/GkOKVFnEOU4",
"published": "2024-09-04T11:06: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/uLZXNR7B5zk",
"published": "2024-09-04T11:06:40Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
mitra
{
"id": "0191bcb7-1924-7880-dbc4-ef4bcefbc35b",
"uri": "http://pasture-one-actor/actor/uLZXNR7B5zk",
"url": "http://pasture-one-actor/actor/uLZXNR7B5zk",
"created_at": "2024-09-04T11:06:40Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 57,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format jpg",
"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": "0191bcb7-191d-30c2-7cc4-16f64201f9ed",
"type": "image",
"url": "http://mitra/media/3cba6842bff3d656ab27b63851ad7d7f1f1db0e94622b7b1b6166a8c8580672f.jpg",
"preview_url": "http://mitra/media/3cba6842bff3d656ab27b63851ad7d7f1f1db0e94622b7b1b6166a8c8580672f.jpg",
"description": null
}
],
"mentions": [
{
"id": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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/cPZO-zdu4ZQ",
"published": "2024-09-04T11:06:42Z",
"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/TmDGriI5wcQ",
"published": "2024-09-04T11:06:42Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
mitra
{
"id": "0191bcb7-1ee1-45f7-b540-3d178b262028",
"uri": "http://pasture-one-actor/actor/TmDGriI5wcQ",
"url": "http://pasture-one-actor/actor/TmDGriI5wcQ",
"created_at": "2024-09-04T11:06:42Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 58,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format svg<p><a href=\"http://pasture-one-actor/assets/FediverseLogo.svg\" rel=\"noopener\">http://pasture-one-actor/assets/FediverseLogo.svg</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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/LrufGPeZZTs",
"published": "2024-09-04T11:06:43Z",
"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/1JcYc2jhZYI",
"published": "2024-09-04T11:06:43Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
mitra
{
"id": "0191bcb7-2500-015b-309b-df224112e868",
"uri": "http://pasture-one-actor/actor/1JcYc2jhZYI",
"url": "http://pasture-one-actor/actor/1JcYc2jhZYI",
"created_at": "2024-09-04T11:06:43Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 59,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format eps<p><a href=\"http://pasture-one-actor/images/003.eps\" rel=\"noopener\">http://pasture-one-actor/images/003.eps</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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/Q4KisiQdnm8",
"published": "2024-09-04T11:06: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/ua7jOMLj2WQ",
"published": "2024-09-04T11:06:45Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
mitra
{
"id": "0191bcb7-2aac-0bd9-f28b-62063d84c304",
"uri": "http://pasture-one-actor/actor/ua7jOMLj2WQ",
"url": "http://pasture-one-actor/actor/ua7jOMLj2WQ",
"created_at": "2024-09-04T11:06:45Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 60,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format gif",
"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": "0191bcb7-2aa6-44dc-d731-ac172eed79e9",
"type": "image",
"url": "http://mitra/media/c2b4b64adba56478dde0ed1609cf6563b7d0c9112bf4955a1dcc1259494eb8b6.gif",
"preview_url": "http://mitra/media/c2b4b64adba56478dde0ed1609cf6563b7d0c9112bf4955a1dcc1259494eb8b6.gif",
"description": null
}
],
"mentions": [
{
"id": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ZRyHNqmQZN8",
"published": "2024-09-04T11:06: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/BBDRt51NvCs",
"published": "2024-09-04T11:06:46Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
mitra
{
"id": "0191bcb7-3090-61b1-d0ac-dc77a4659930",
"uri": "http://pasture-one-actor/actor/BBDRt51NvCs",
"url": "http://pasture-one-actor/actor/BBDRt51NvCs",
"created_at": "2024-09-04T11:06:46Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 61,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format tiff<p><a href=\"http://pasture-one-actor/images/003c.tiff\" rel=\"noopener\">http://pasture-one-actor/images/003c.tiff</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/gjbLytei_Go",
"published": "2024-09-04T11:06:48Z",
"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/Y9FgVazFMQk",
"published": "2024-09-04T11:06:48Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
mitra
{
"id": "0191bcb7-3656-c79b-ca14-e420550a0e6d",
"uri": "http://pasture-one-actor/actor/Y9FgVazFMQk",
"url": "http://pasture-one-actor/actor/Y9FgVazFMQk",
"created_at": "2024-09-04T11:06:48Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 62,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Format webp",
"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": "0191bcb7-3652-0603-0a11-9690a5f9aa11",
"type": "image",
"url": "http://mitra/media/9ee1c1e24b67d853534dd3d7ed7ca92f7ecc0067ed4df05a35a5656d66bad45c.webp",
"preview_url": "http://mitra/media/9ee1c1e24b67d853534dd3d7ed7ca92f7ecc0067ed4df05a35a5656d66bad45c.webp",
"description": null
}
],
"mentions": [
{
"id": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/__mXN_Czq4A",
"published": "2024-09-04T11:06: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/EVzZVrAQ3F8",
"published": "2024-09-04T11:06:49Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
}
}
mitra
{
"id": "0191bcb7-3c31-f8cc-c4f2-ccadb4ec20bf",
"uri": "http://pasture-one-actor/actor/EVzZVrAQ3F8",
"url": "http://pasture-one-actor/actor/EVzZVrAQ3F8",
"created_at": "2024-09-04T11:06:49Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 63,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url does not exit<p><a href=\"http://pasture-one-actor/assets/does_not_exist.png\" rel=\"noopener\">http://pasture-one-actor/assets/does_not_exist.png</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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ZbNenQWMWGE",
"published": "2024-09-04T11:06: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/pXhXu9IukPs",
"published": "2024-09-04T11:06:51Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
mitra
{
"id": "0191bcb7-4223-179f-9bc3-30f9bf923691",
"uri": "http://pasture-one-actor/actor/pXhXu9IukPs",
"url": "http://pasture-one-actor/actor/pXhXu9IukPs",
"created_at": "2024-09-04T11:06:51Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 64,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "Wrong height / width",
"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": "0191bcb7-421b-60d9-0c08-da076c852d7d",
"type": "image",
"url": "http://mitra/media/fece33ad3fbdeaff42a3f6424c82f693d66c4770ed9531f33f91142a9381f750.png",
"preview_url": "http://mitra/media/fece33ad3fbdeaff42a3f6424c82f693d66c4770ed9531f33f91142a9381f750.png",
"description": null
}
],
"mentions": [
{
"id": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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 12¶
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/hZ9RFhO5F6I",
"published": "2024-09-04T11:06: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/vhk2qLIHNR0",
"published": "2024-09-04T11:06:52Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
mitra
{
"id": "0191bcb7-47fa-da3c-47ab-145c42ecca2e",
"uri": "http://pasture-one-actor/actor/vhk2qLIHNR0",
"url": "http://pasture-one-actor/actor/vhk2qLIHNR0",
"created_at": "2024-09-04T11:06:52Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 65,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "No type",
"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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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 13¶
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/1my742xhGvc",
"published": "2024-09-04T11:06:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/ohk495t889k",
"published": "2024-09-04T11:06:54Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
}
}
}
mitra
{
"id": "0191bcb7-4dd0-36a3-3c47-7dd1bcb455db",
"uri": "http://pasture-one-actor/actor/ohk495t889k",
"url": "http://pasture-one-actor/actor/ohk495t889k",
"created_at": "2024-09-04T11:06:54Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 66,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is Link object",
"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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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 14¶
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/dpT3UUCzU8w",
"published": "2024-09-04T11:06:55Z",
"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/SO74Ty5Bkk4",
"published": "2024-09-04T11:06:55Z",
"content": "url is Link object with media type",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006b.png",
"mediaType": "image/png"
}
}
}
}
mitra
{
"id": "0191bcb7-539e-fb98-d124-2d485d3db628",
"uri": "http://pasture-one-actor/actor/SO74Ty5Bkk4",
"url": "http://pasture-one-actor/actor/SO74Ty5Bkk4",
"created_at": "2024-09-04T11:06:55Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 67,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is Link object with media type",
"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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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 15¶
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/2GwpMjj8x7s",
"published": "2024-09-04T11:06:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mitra/users/admin"
],
"id": "http://pasture-one-actor/actor/e7Ah41h-Ikg",
"published": "2024-09-04T11:06:57Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
}
}
}
mitra
{
"id": "0191bcb7-597d-1085-cc45-4e9537ed48f6",
"uri": "http://pasture-one-actor/actor/e7Ah41h-Ikg",
"url": "http://pasture-one-actor/actor/e7Ah41h-Ikg",
"created_at": "2024-09-04T11:06:57Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 68,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is Link object in an array",
"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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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 16¶
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/8WSFdAv6omY",
"published": "2024-09-04T11:06:58Z",
"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/ENgkss0mXVk",
"published": "2024-09-04T11:06:58Z",
"content": "url is array of two Link objects",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/007.png",
"mediaType": "image/png"
},
{
"type": "Link",
"href": "http://pasture-one-actor/images/008.jpg",
"mediaType": "image/jpeg"
}
]
}
}
}
mitra
{
"id": "0191bcb7-5f65-c638-53f4-a8815440e581",
"uri": "http://pasture-one-actor/actor/ENgkss0mXVk",
"url": "http://pasture-one-actor/actor/ENgkss0mXVk",
"created_at": "2024-09-04T11:06:58Z",
"edited_at": null,
"account": {
"id": "0191bcb4-4397-50dd-ea22-cd8bafc9f5b0",
"username": "actor",
"acct": "actor@pasture-one-actor",
"actor_id": "http://pasture-one-actor/actor",
"url": "http://pasture-one-actor/actor",
"display_name": "Test Actor",
"created_at": "2024-09-04T11:03:36.086945Z",
"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": 69,
"source": null,
"role": null,
"authentication_methods": null,
"client_config": null
},
"content": "url is array of two Link objects",
"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": "0191bcb3-10b1-24f3-311b-7c50f6dc81f5",
"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": []
}