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/ExHOELsG2mQ",
"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/u2VG2vhddv4",
"published": "2024-02-28T16:40:29Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001.png"
}
}
}
mastodon
{
"id": "112010096159041048",
"created_at": "2024-02-28T16:40:29.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/u2VG2vhddv4",
"url": "http://pasture_one_actor/actor/u2VG2vhddv4",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 57,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010096156076094",
"type": "image",
"url": "http://mastodon/system/cache/media_attachments/files/112/010/096/156/076/094/original/1035c0bce106355e.png",
"preview_url": "http://mastodon/system/cache/media_attachments/files/112/010/096/156/076/094/small/1035c0bce106355e.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": "U3E}#Z.kfQ.k.kj[fQj[fQfQfQfQ.kj[fQj["
}
],
"mentions": [],
"tags": [],
"emojis": [],
"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/_rAiWE1ZGFc",
"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/cz16XigB_1s",
"published": "2024-02-28T16:40:32Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001b.png",
"mediaType": "image/png"
}
}
}
mastodon
{
"id": "112010096307443550",
"created_at": "2024-02-28T16:40:32.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/cz16XigB_1s",
"url": "http://pasture_one_actor/actor/cz16XigB_1s",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 58,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010096304957527",
"type": "image",
"url": "http://mastodon/system/cache/media_attachments/files/112/010/096/304/957/527/original/fb39f21b4b7e6aad.png",
"preview_url": "http://mastodon/system/cache/media_attachments/files/112/010/096/304/957/527/small/fb39f21b4b7e6aad.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": "U5Bb4ny*fQy*y*j@fQj@fQfQfQfQy*j@fQj@"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"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/0D0vXG3FQM0",
"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/JPJlWhELHqI",
"published": "2024-02-28T16:40:34Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002.jpg"
}
}
}
mastodon
{
"id": "112010096457070564",
"created_at": "2024-02-28T16:40:34.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/JPJlWhELHqI",
"url": "http://pasture_one_actor/actor/JPJlWhELHqI",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 59,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010096453889627",
"type": "image",
"url": "http://mastodon/system/cache/media_attachments/files/112/010/096/453/889/627/original/c0b454e233f2343c.jpg",
"preview_url": "http://mastodon/system/cache/media_attachments/files/112/010/096/453/889/627/small/c0b454e233f2343c.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": "U3L8eM|+fQ|+|+jufQjufQfQfQfQ|+jufQju"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"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/kS1YODzY4lA",
"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/xmqKEUVwTTs",
"published": "2024-02-28T16:40:36Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
mastodon
{
"id": "112010096608601516",
"created_at": "2024-02-28T16:40:36.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/xmqKEUVwTTs",
"url": "http://pasture_one_actor/actor/xmqKEUVwTTs",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 60,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010096604117793",
"type": "image",
"url": "http://mastodon/system/cache/media_attachments/files/112/010/096/604/117/793/original/aedfa536ddf04dda.jpg",
"preview_url": "http://mastodon/system/cache/media_attachments/files/112/010/096/604/117/793/small/aedfa536ddf04dda.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": "U7Sx@B}xfQ}x}xj[fQj[fQfQfQfQ}xj[fQj["
}
],
"mentions": [],
"tags": [],
"emojis": [],
"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/4YSIR7uGT3M",
"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/D38EbDFty1g",
"published": "2024-02-28T16:40:39Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg"
}
}
}
mastodon
{
"id": "112010096755173206",
"created_at": "2024-02-28T16:40:39.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/D38EbDFty1g",
"url": "http://pasture_one_actor/actor/D38EbDFty1g",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 61,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010096752910492",
"type": "unknown",
"url": "http://mastodon/media_proxy/112010096752910492/original",
"preview_url": "http://mastodon/media_proxy/112010096752910492/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": [],
"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/dAcROMrKYCE",
"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/oU94UuvcK48",
"published": "2024-02-28T16:40:41Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003.eps"
}
}
}
mastodon
{
"id": "112010096905764639",
"created_at": "2024-02-28T16:40:41.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/oU94UuvcK48",
"url": "http://pasture_one_actor/actor/oU94UuvcK48",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 62,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010096902510201",
"type": "unknown",
"url": "http://mastodon/media_proxy/112010096902510201/original",
"preview_url": "http://mastodon/media_proxy/112010096902510201/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": [],
"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/oDDQVmOKs24",
"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/Wxb53UXQsxc",
"published": "2024-02-28T16:40:43Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003b.gif"
}
}
}
mastodon
{
"id": "112010097060881183",
"created_at": "2024-02-28T16:40:43.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/Wxb53UXQsxc",
"url": "http://pasture_one_actor/actor/Wxb53UXQsxc",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 63,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010097057938381",
"type": "image",
"url": "http://mastodon/system/cache/media_attachments/files/112/010/097/057/938/381/original/334d81bcca2af5ef.gif",
"preview_url": "http://mastodon/system/cache/media_attachments/files/112/010/097/057/938/381/small/334d81bcca2af5ef.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": "U15H7Lu6fQu6u6fkfQfkfQfQfQfQu6fkfQfk"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"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/kpss9WgcCNE",
"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/W9I1kyUoANE",
"published": "2024-02-28T16:40:46Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003c.tiff"
}
}
}
mastodon
{
"id": "112010097216265846",
"created_at": "2024-02-28T16:40:46.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/W9I1kyUoANE",
"url": "http://pasture_one_actor/actor/W9I1kyUoANE",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 64,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010097214488677",
"type": "unknown",
"url": "http://mastodon/media_proxy/112010097214488677/original",
"preview_url": "http://mastodon/media_proxy/112010097214488677/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": [],
"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/40fWiWEJt7M",
"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/edw1lhJvUrs",
"published": "2024-02-28T16:40:48Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003d.webp"
}
}
}
no result
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/PTyNp8245Yo",
"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/QEzuaLBhNmY",
"published": "2024-02-28T16:40:50Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/assets/does_not_exist.png"
}
}
}
mastodon
{
"id": "112010097535221266",
"created_at": "2024-02-28T16:40:50.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/QEzuaLBhNmY",
"url": "http://pasture_one_actor/actor/QEzuaLBhNmY",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 66,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010097534427660",
"type": "unknown",
"url": "http://mastodon/media_proxy/112010097534427660/original",
"preview_url": "http://mastodon/media_proxy/112010097534427660/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": [],
"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/vzwXeNhbrxU",
"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/MI0EscL_2hg",
"published": "2024-02-28T16:40:52Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture_one_actor/images/004.png"
}
}
}
mastodon
{
"id": "112010097666837309",
"created_at": "2024-02-28T16:40: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/MI0EscL_2hg",
"url": "http://pasture_one_actor/actor/MI0EscL_2hg",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 67,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010097664257358",
"type": "image",
"url": "http://mastodon/system/cache/media_attachments/files/112/010/097/664/257/358/original/3a11e67ec09ed28c.png",
"preview_url": "http://mastodon/system/cache/media_attachments/files/112/010/097/664/257/358/small/3a11e67ec09ed28c.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": "U70o.Sg9fQg9g9fRfQfRfQfQfQfQg9fRfQfR"
}
],
"mentions": [],
"tags": [],
"emojis": [],
"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/M0PfOXReddA",
"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/uRAzdGAhopE",
"published": "2024-02-28T16:40:55Z",
"content": "No type",
"attachment": {
"url": "http://pasture_one_actor/images/005.png"
}
}
}
mastodon
{
"id": "112010097816001303",
"created_at": "2024-02-28T16:40: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/uRAzdGAhopE",
"url": "http://pasture_one_actor/actor/uRAzdGAhopE",
"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": "112010087285689919",
"username": "actor",
"acct": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"discoverable": false,
"group": false,
"created_at": "2024-02-28T00: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": 68,
"last_status_at": "2024-02-28",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "112010097813056327",
"type": "image",
"url": "http://mastodon/system/cache/media_attachments/files/112/010/097/813/056/327/original/12dad0f7e74375c0.png",
"preview_url": "http://mastodon/system/cache/media_attachments/files/112/010/097/813/056/327/small/12dad0f7e74375c0.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": "U18~=B*GfQ*G*Gj[fQj[fQfQfQfQ*Gj[fQj["
}
],
"mentions": [],
"tags": [],
"emojis": [],
"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/loSvBLy3AbE",
"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/iRjsPfMlw_E",
"published": "2024-02-28T16:40:57Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture_one_actor/images/006.png"
}
}
}
}
no result
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/yJYRqIK6rlw",
"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/qQGNzwvnm2A",
"published": "2024-02-28T16:41:00Z",
"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"
}
}
}
}
no result
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/p_97626xHqs",
"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/rrSpQCR5Sfg",
"published": "2024-02-28T16:41:02Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture_one_actor/images/006c.png"
}
]
}
}
}
no result
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/DQ78_2dlccA",
"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/HLLwqUfXLfk",
"published": "2024-02-28T16:41:04Z",
"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"
}
]
}
}
}
no result