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. A "-" means that the message was parsed, but
no attachment was generated. The text, e.g. image
or
unknown
is the the media type the Fediverse application
determined for the attachment.
We furthermore wish to point out that having several links
in the url
property is useful to both offer the attachment
in different formats and say dimensions, e.g. one high resolution
and one low resolution one.
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/FWFZSCuy3fk",
"published": "2025-07-31T10:42:51Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/QyfdEnOvUbw",
"published": "2025-07-31T10:42:51Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
mastodon
{
"id": "114947428954357738",
"created_at": "2025-07-31T10:42:51.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/QyfdEnOvUbw",
"url": "http://pasture-one-actor/actor/QyfdEnOvUbw",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format png",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 79,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947428948643653",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/428/948/643/653/original/8f50b20bb9884275.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/428/948/643/653/small/8f50b20bb9884275.png",
"remote_url": "http://pasture-one-actor/images/001.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U14;hKp3fQp3p3fRfQfRfQfQfQfQp3fRfQfR"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/7PYrtSEh65Q",
"published": "2025-07-31T10:42:52Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/AVY9sUTy3HY",
"published": "2025-07-31T10:42:52Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
mastodon
{
"id": "114947429018206252",
"created_at": "2025-07-31T10:42:52.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/AVY9sUTy3HY",
"url": "http://pasture-one-actor/actor/AVY9sUTy3HY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format png",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 80,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429012220268",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/012/220/268/original/37daffb449581bb7.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/012/220/268/small/37daffb449581bb7.png",
"remote_url": "http://pasture-one-actor/images/001b.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U27u0zq6fQq6q6fjfQfjfQfQfQfQq6fjfQfj"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/sBOHLnaZy4w",
"published": "2025-07-31T10:42:53Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/ttHSNxJkd90",
"published": "2025-07-31T10:42:53Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
mastodon
{
"id": "114947429084709753",
"created_at": "2025-07-31T10:42:53.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/ttHSNxJkd90",
"url": "http://pasture-one-actor/actor/ttHSNxJkd90",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format jpg",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 81,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429078417254",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/078/417/254/original/74ae7362c87fc59f.jpg",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/078/417/254/small/74ae7362c87fc59f.jpg",
"remote_url": "http://pasture-one-actor/images/002.jpg",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U16fg.p[fQp[p[fjfQfjfQfQfQfQp[fjfQfj"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/QIhY309iXUc",
"published": "2025-07-31T10:42:54Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/JekFAR8dAtY",
"published": "2025-07-31T10:42:54Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
mastodon
{
"id": "114947429152233455",
"created_at": "2025-07-31T10:42:54.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/JekFAR8dAtY",
"url": "http://pasture-one-actor/actor/JekFAR8dAtY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format jpg",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 82,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429143541890",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/143/541/890/original/7d4fc0370560d688.jpg",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/143/541/890/small/7d4fc0370560d688.jpg",
"remote_url": "http://pasture-one-actor/images/002b.jpg",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U00fu9lBfQlBlBfkfQfkfQfQfQfQlBfkfQfk"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ZdL57Kq1tS4",
"published": "2025-07-31T10:42:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/VaV493kJl-E",
"published": "2025-07-31T10:42:55Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
mastodon
{
"id": "114947429411983498",
"created_at": "2025-07-31T10:42:55.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/VaV493kJl-E",
"url": "http://pasture-one-actor/actor/VaV493kJl-E",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format svg",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 83,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429206292940",
"type": "unknown",
"url": "http://mastodon/media_proxy/114947429206292940/original",
"preview_url": "http://mastodon/media_proxy/114947429206292940/small",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"preview_remote_url": null,
"text_url": null,
"meta": null,
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/SUC2c2wJDMQ",
"published": "2025-07-31T10:42:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/CnS4PCuE-aI",
"published": "2025-07-31T10:42:58Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
mastodon
{
"id": "114947429449067684",
"created_at": "2025-07-31T10:42:58.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/CnS4PCuE-aI",
"url": "http://pasture-one-actor/actor/CnS4PCuE-aI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format eps",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 84,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429442575788",
"type": "unknown",
"url": "http://mastodon/media_proxy/114947429442575788/original",
"preview_url": "http://mastodon/media_proxy/114947429442575788/small",
"remote_url": "http://pasture-one-actor/images/003.eps",
"preview_remote_url": null,
"text_url": null,
"meta": null,
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/pPMADGEQhzE",
"published": "2025-07-31T10:42:59Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/lSn62qdTRRg",
"published": "2025-07-31T10:42:59Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
mastodon
{
"id": "114947429512478994",
"created_at": "2025-07-31T10:42:59.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/lSn62qdTRRg",
"url": "http://pasture-one-actor/actor/lSn62qdTRRg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format gif",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 85,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429504952359",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/504/952/359/original/9e163600a78bd3ca.gif",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/504/952/359/small/9e163600a78bd3ca.png",
"remote_url": "http://pasture-one-actor/images/003b.gif",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U2Ks^1,}fQ,},}jufQjufQfQfQfQ,}jufQju"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/jHkr2kPpEFg",
"published": "2025-07-31T10:43:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/SXO5HFPqqso",
"published": "2025-07-31T10:43:00Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
mastodon
{
"id": "114947429574343809",
"created_at": "2025-07-31T10:43:00.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/SXO5HFPqqso",
"url": "http://pasture-one-actor/actor/SXO5HFPqqso",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format tiff",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 86,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429569402344",
"type": "unknown",
"url": "http://mastodon/media_proxy/114947429569402344/original",
"preview_url": "http://mastodon/media_proxy/114947429569402344/small",
"remote_url": "http://pasture-one-actor/images/003c.tiff",
"preview_remote_url": null,
"text_url": null,
"meta": null,
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/a9N58JEVtfQ",
"published": "2025-07-31T10:43:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/f55odrCy5rY",
"published": "2025-07-31T10:43:01Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
mastodon
{
"id": "114947429638876290",
"created_at": "2025-07-31T10:43:01.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/f55odrCy5rY",
"url": "http://pasture-one-actor/actor/f55odrCy5rY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Format webp",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 87,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429631709732",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/631/709/732/original/55195e8397be56d6.webp",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/631/709/732/small/55195e8397be56d6.webp",
"remote_url": "http://pasture-one-actor/images/003d.webp",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U1LbS%]pfQ]p]pjtfQjtfQfQfQfQ]pjtfQjt"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/SMDOaIL97_s",
"published": "2025-07-31T10:43:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/YEF3isOFmlM",
"published": "2025-07-31T10:43:02Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
}
}
mastodon
{
"id": "114947429698493705",
"created_at": "2025-07-31T10:43:02.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/YEF3isOFmlM",
"url": "http://pasture-one-actor/actor/YEF3isOFmlM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "url does not exit",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 88,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429696149263",
"type": "unknown",
"url": "http://mastodon/media_proxy/114947429696149263/original",
"preview_url": "http://mastodon/media_proxy/114947429696149263/small",
"remote_url": "http://pasture-one-actor/assets/does_not_exist.png",
"preview_remote_url": null,
"text_url": null,
"meta": null,
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/VScb4_pMwFg",
"published": "2025-07-31T10:43:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/LCGLXsoSVDE",
"published": "2025-07-31T10:43:03Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
mastodon
{
"id": "114947429765938907",
"created_at": "2025-07-31T10:43:03.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/LCGLXsoSVDE",
"url": "http://pasture-one-actor/actor/LCGLXsoSVDE",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "Wrong height / width",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 89,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429759869904",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/759/869/904/original/739ff0133a63ab4c.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/759/869/904/small/739ff0133a63ab4c.png",
"remote_url": "http://pasture-one-actor/images/004.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U2OA5X^AfQ^A^AjufQjufQfQfQfQ^AjufQju"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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": [
"http://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Cw3DUiSUeOE",
"published": "2025-07-31T10:43:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/v8z0OVwNCGQ",
"published": "2025-07-31T10:43:04Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
mastodon
{
"id": "114947429831910810",
"created_at": "2025-07-31T10:43:04.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/v8z0OVwNCGQ",
"url": "http://pasture-one-actor/actor/v8z0OVwNCGQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "No type",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 90,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429823737326",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/823/737/326/original/bd19175d974c0fed.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/823/737/326/small/bd19175d974c0fed.png",
"remote_url": "http://pasture-one-actor/images/005.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U2R#rC|yfQ|y|yjtfQjtfQfQfQfQ|yjtfQjt"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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": [
"http://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/u_suM2TIjHw",
"published": "2025-07-31T10:43:05Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/TCUHmz0WY0M",
"published": "2025-07-31T10:43:05Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
}
}
}
mastodon
{
"id": "114947429947712078",
"created_at": "2025-07-31T10:43:05.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/TCUHmz0WY0M",
"url": "http://pasture-one-actor/actor/TCUHmz0WY0M",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "url is Link object",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 91,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947429941027203",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/941/027/203/original/3301395088f06fbf.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/429/941/027/203/small/3301395088f06fbf.png",
"remote_url": "http://pasture-one-actor/images/006.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U0Gka3~9fQ~9~9j@fQj@fQfQfQfQ~9j@fQj@"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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": [
"http://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/w3DEj0w7ZTo",
"published": "2025-07-31T10:43:07Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/015lSeYmYLA",
"published": "2025-07-31T10:43:07Z",
"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"
}
}
}
}
mastodon
{
"id": "114947430031902416",
"created_at": "2025-07-31T10:43:07.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/015lSeYmYLA",
"url": "http://pasture-one-actor/actor/015lSeYmYLA",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "url is Link object with media type",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 92,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947430026024347",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/430/026/024/347/original/e0aae4e578c82686.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/430/026/024/347/small/e0aae4e578c82686.png",
"remote_url": "http://pasture-one-actor/images/006b.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U24+-=l*fQl*l*fkfQfkfQfQfQfQl*fkfQfk"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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": [
"http://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/KNyQexyto4A",
"published": "2025-07-31T10:43:08Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/WlQU-oFYidI",
"published": "2025-07-31T10:43:08Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
}
}
}
mastodon
{
"id": "114947430070802945",
"created_at": "2025-07-31T10:43:08.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/WlQU-oFYidI",
"url": "http://pasture-one-actor/actor/WlQU-oFYidI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "url is Link object in an array",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 93,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947430064933831",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/430/064/933/831/original/aeb57a7c1f5262cd.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/430/064/933/831/small/aeb57a7c1f5262cd.png",
"remote_url": "http://pasture-one-actor/images/006c.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U1F[vv.efQ.e.ej@fQj@fQfQfQfQ.ej@fQj@"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
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": [
"http://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/LOdl17poqqM",
"published": "2025-07-31T10:43:09Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/G-YD9FzvWgM",
"published": "2025-07-31T10:43:09Z",
"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"
}
]
}
}
}
mastodon
{
"id": "114947430134615353",
"created_at": "2025-07-31T10:43:09.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/G-YD9FzvWgM",
"url": "http://pasture-one-actor/actor/G-YD9FzvWgM",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "url is array of two Link objects",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 94,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "114947430127908802",
"type": "image",
"url": "http://localhost:2970/system/cache/media_attachments/files/114/947/430/127/908/802/original/0ec549fb99f275c7.png",
"preview_url": "http://localhost:2970/system/cache/media_attachments/files/114/947/430/127/908/802/small/0ec549fb99f275c7.png",
"remote_url": "http://pasture-one-actor/images/007.png",
"preview_remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1.0
}
},
"description": null,
"blurhash": "U1Kn#5_1fQ_1_1j[fQj[fQfQfQfQ_1j[fQj["
}
],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}
Example 17¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://mastodon/users/hippo",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/u5e-LUuZCls",
"published": "2025-07-31T10:43:10Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://mastodon/users/hippo"
],
"id": "http://pasture-one-actor/actor/IsQnLnah6Vc",
"published": "2025-07-31T10:43:10Z",
"content": "inline image",
"attachment": [
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://www.w3.org/ns/credentials/v2",
{
"size": "https://joinpeertube.org/ns#size"
}
],
"type": "Image",
"name": "A beautiful cow",
"url": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEASABIAAD/4QCuRXhpZgAASUkqAAgAAAAHABIBAwABAAAAAQAAABoBBQABAAAAYgAAABsBBQABAAAAagAAACgBAwABAAAAAgAAADEBAgANAAAAcgAAADIBAgAUAAAAgAAAAGmHBAABAAAAlAAAAAAAAABIAAAAAQAAAEgAAAABAAAAR0lNUCAyLjEwLjM2AAAyMDI1OjAzOjA2IDE5OjI1OjMwAAEAAaADAAEAAAABAAAAAAAAAP/hDM9odHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDQuNC4wLUV4aXYyIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiIHhtbG5zOkdJTVA9Imh0dHA6Ly93d3cuZ2ltcC5vcmcveG1wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9ImdpbXA6ZG9jaWQ6Z2ltcDo0ZWY2N2JmZC04NTlhLTRiYzMtYThjZC05YzY0MjQzNTNkYzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZDdjNDhmYjEtNmY5OC00NGE5LTg0MmMtYTE3NWRmZDUxMzc5IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MWY4ODBiMWEtYTk5Zi00YTU2LWFiY2ItZTIzMmIzNWFhZjY2IiBHSU1QOkFQST0iMi4wIiBHSU1QOlBsYXRmb3JtPSJMaW51eCIgR0lNUDpUaW1lU3RhbXA9IjE3NDEyODU1MzExMTM1MTkiIEdJTVA6VmVyc2lvbj0iMi4xMC4zNiIgZGM6Rm9ybWF0PSJpbWFnZS9qcGVnIiB4bXA6Q3JlYXRvclRvb2w9IkdJTVAgMi4xMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNTowMzowNlQxOToyNTozMCswMTowMCIgeG1wOk1vZGlmeURhdGU9IjIwMjU6MDM6MDZUMTk6MjU6MzArMDE6MDAiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6Y2hhbmdlZD0iLyIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDozMWNjY2FlMy0xYmJiLTRjMDMtODI4NC0xMDJmNGU1YTFjNzkiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkdpbXAgMi4xMCAoTGludXgpIiBzdEV2dDp3aGVuPSIyMDI1LTAzLTA2VDE5OjI1OjMxKzAxOjAwIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8P3hwYWNrZXQgZW5kPSJ3Ij8+/+ICsElDQ19QUk9GSUxFAAEBAAACoGxjbXMEQAAAbW50clJHQiBYWVogB+kAAwAGABIAGAAwYWNzcEFQUEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1sY21zAAAAAAAAAAAAAAAAAAAAAAAAAAAA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",
"width": 50,
"height": 41,
"mediaType": "image/jpeg",
"digestMultibase": "zQmQVuinGXVKTeqesXeNA1vfWVJxiCpekcFQ6ESHLq2DHXf",
"size": 5873
}
]
}
}
mastodon
{
"id": "114947430193719906",
"created_at": "2025-07-31T10:43:10.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/IsQnLnah6Vc",
"url": "http://pasture-one-actor/actor/IsQnLnah6Vc",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"edited_at": null,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"content": "inline image",
"filtered": [],
"reblog": null,
"account": {
"id": "114947419241946686",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"indexable": false,
"group": false,
"created_at": "2025-07-31T00:00:00.000Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "http://mastodon/avatars/original/missing.png",
"avatar_static": "http://mastodon/avatars/original/missing.png",
"header": "http://mastodon/headers/original/missing.png",
"header_static": "http://mastodon/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 95,
"last_status_at": "2025-07-31",
"hide_collections": true,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"emojis": [],
"quote": null,
"card": null,
"poll": null
}