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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/nZDaPwrwiL0",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/42EkN2kOJfg",
"published": "2024-02-28T20:57:22Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001.png"
}
}
}
sharkey
{
"id": "9q9udq34lblu001o",
"uri": "http://pasture_one_actor/actor/42EkN2kOJfg",
"url": "http://pasture_one_actor/actor/42EkN2kOJfg",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 51,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format png</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format png",
"created_at": "2024-02-28T20:57:22.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9udqu1lblu001n",
"type": "image",
"url": "http://pasture_one_actor/images/001.png",
"remote_url": "http://pasture_one_actor/images/001.png",
"preview_url": "http://pasture_one_actor/images/001.png",
"text_url": "http://pasture_one_actor/images/001.png",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e2Nryb}FfQ}FfQ}FjtfQjtfQfQfQfQfQfQ}FjtfQjtfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/2t_kW553Vfw",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/64Kw5yMVVdw",
"published": "2024-02-28T20:57:43Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001b.png",
"mediaType": "image/png"
}
}
}
sharkey
{
"id": "9q9ue6aglblu001q",
"uri": "http://pasture_one_actor/actor/64Kw5yMVVdw",
"url": "http://pasture_one_actor/actor/64Kw5yMVVdw",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 52,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format png</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format png",
"created_at": "2024-02-28T20:57:43.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9ue6kllblu001p",
"type": "image",
"url": "http://pasture_one_actor/images/001b.png",
"remote_url": "http://pasture_one_actor/images/001b.png",
"preview_url": "http://pasture_one_actor/images/001b.png",
"text_url": "http://pasture_one_actor/images/001b.png",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e0BA-e=NfQ=NfQ=NjufQjufQfQfQfQfQfQ=NjufQjufQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/LzKLyRubuLs",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/AWjHCYBCunY",
"published": "2024-02-28T20:58:03Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002.jpg"
}
}
}
sharkey
{
"id": "9q9uelq0lblu001s",
"uri": "http://pasture_one_actor/actor/AWjHCYBCunY",
"url": "http://pasture_one_actor/actor/AWjHCYBCunY",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 53,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format jpg</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format jpg",
"created_at": "2024-02-28T20:58:03.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9uembrlblu001r",
"type": "image",
"url": "http://pasture_one_actor/images/002.jpg",
"remote_url": "http://pasture_one_actor/images/002.jpg",
"preview_url": "http://pasture_one_actor/images/002.jpg",
"text_url": "http://pasture_one_actor/images/002.jpg",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e20HEAhWfQhWfQhWfjfQfjfQfQfQfQfQfQhWfjfQfjfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/Dqja20UjcX0",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/HAy3hv1t0Yk",
"published": "2024-02-28T20:58:24Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
sharkey
{
"id": "9q9uf1xclblu001u",
"uri": "http://pasture_one_actor/actor/HAy3hv1t0Yk",
"url": "http://pasture_one_actor/actor/HAy3hv1t0Yk",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 54,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format jpg</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format jpg",
"created_at": "2024-02-28T20:58:24.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9uf224lblu001t",
"type": "image",
"url": "http://pasture_one_actor/images/002b.jpg",
"remote_url": "http://pasture_one_actor/images/002b.jpg",
"preview_url": "http://pasture_one_actor/images/002b.jpg",
"text_url": "http://pasture_one_actor/images/002b.jpg",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e4S?~U|yfQ|yfQ|yjtfQjtfQfQfQfQfQfQ|yjtfQjtfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/2wftWG4Zvx4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/Ig7G6YHK1r0",
"published": "2024-02-28T20:58:44Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg"
}
}
}
sharkey
{
"id": "9q9ufhcwlblu001w",
"uri": "http://pasture_one_actor/actor/Ig7G6YHK1r0",
"url": "http://pasture_one_actor/actor/Ig7G6YHK1r0",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 55,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format svg</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format svg",
"created_at": "2024-02-28T20:58:44.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9ufhs6lblu001v",
"type": "image",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg",
"remote_url": "http://pasture_one_actor/assets/FediverseLogo.svg",
"preview_url": "http://pasture_one_actor/assets/FediverseLogo.svg",
"text_url": "http://pasture_one_actor/assets/FediverseLogo.svg",
"meta": {},
"description": null,
"blurhash": "eLDlNJ.}4.T?Im}fnOEVw[xb9IK[N1w~-T5cO?RPX2$yARM{tkj0t7"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/S9f_-npw0yI",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/8wRABWuJErU",
"published": "2024-02-28T20:59:04Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003.eps"
}
}
}
sharkey
{
"id": "9q9ufwsglblu001y",
"uri": "http://pasture_one_actor/actor/8wRABWuJErU",
"url": "http://pasture_one_actor/actor/8wRABWuJErU",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 56,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format eps</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format eps",
"created_at": "2024-02-28T20:59:04.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9ufxholblu001x",
"type": "unknown",
"url": "http://pasture_one_actor/images/003.eps",
"remote_url": "http://pasture_one_actor/images/003.eps",
"preview_url": null,
"text_url": "http://pasture_one_actor/images/003.eps",
"meta": {},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/bKooJHFofSA",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/DJCEm3qQGfU",
"published": "2024-02-28T20:59:25Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003b.gif"
}
}
}
sharkey
{
"id": "9q9ugczslblu0020",
"uri": "http://pasture_one_actor/actor/DJCEm3qQGfU",
"url": "http://pasture_one_actor/actor/DJCEm3qQGfU",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 57,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format gif</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format gif",
"created_at": "2024-02-28T20:59:25.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9ugda9lblu001z",
"type": "gifv",
"url": "http://pasture_one_actor/images/003b.gif",
"remote_url": "http://pasture_one_actor/images/003b.gif",
"preview_url": "http://pasture_one_actor/images/003b.gif",
"text_url": "http://pasture_one_actor/images/003b.gif",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e1HTu@^ffQ^ffQ^fj@fQj@fQfQfQfQfQfQ^fj@fQj@fQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/Z04q-raJcZg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/bazTDFKZhWE",
"published": "2024-02-28T20:59:45Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003c.tiff"
}
}
}
sharkey
{
"id": "9q9ugsfclblu0022",
"uri": "http://pasture_one_actor/actor/bazTDFKZhWE",
"url": "http://pasture_one_actor/actor/bazTDFKZhWE",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 58,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format tiff</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format tiff",
"created_at": "2024-02-28T20:59:45.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9ugsz2lblu0021",
"type": "image",
"url": "http://pasture_one_actor/images/003c.tiff",
"remote_url": "http://pasture_one_actor/images/003c.tiff",
"preview_url": "http://pasture_one_actor/images/003c.tiff",
"text_url": "http://pasture_one_actor/images/003c.tiff",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/FRR2kAfebNs",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/aB0tjz6tC8M",
"published": "2024-02-28T21:00:05Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003d.webp"
}
}
}
sharkey
{
"id": "9q9uh7uwlblu0024",
"uri": "http://pasture_one_actor/actor/aB0tjz6tC8M",
"url": "http://pasture_one_actor/actor/aB0tjz6tC8M",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 59,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Format webp</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format webp",
"created_at": "2024-02-28T21:00:05.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9uh8qflblu0023",
"type": "image",
"url": "http://pasture_one_actor/images/003d.webp",
"remote_url": "http://pasture_one_actor/images/003d.webp",
"preview_url": "http://pasture_one_actor/images/003d.webp",
"text_url": "http://pasture_one_actor/images/003d.webp",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e3Pr:^~Wn*~Wnk~Wn+fjbaW:nka|W:X6Sy~WX7W:bHX6fQbGbGbGW:"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/KjxwJOhGxhg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/cPxOl25tTRc",
"published": "2024-02-28T21:00:26Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/assets/does_not_exist.png"
}
}
}
no result
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://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/vZpPqzyVpdM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/Etr0dg1in-o",
"published": "2024-02-28T21:00:46Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture_one_actor/images/004.png"
}
}
}
sharkey
{
"id": "9q9ui3hslblu0026",
"uri": "http://pasture_one_actor/actor/Etr0dg1in-o",
"url": "http://pasture_one_actor/actor/Etr0dg1in-o",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 60,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>Wrong height / width</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Wrong height / width",
"created_at": "2024-02-28T21:00:46.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9ui423lblu0025",
"type": "image",
"url": "http://pasture_one_actor/images/004.png",
"remote_url": "http://pasture_one_actor/images/004.png",
"preview_url": "http://pasture_one_actor/images/004.png",
"text_url": "http://pasture_one_actor/images/004.png",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e4O=LO_IfQ_IfQ_Ij@fQj@fQfQfQfQfQfQ_Ij@fQj@fQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/13YH1g2lNdE",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/uK-3c59btM8",
"published": "2024-02-28T21:01:06Z",
"content": "No type",
"attachment": {
"url": "http://pasture_one_actor/images/005.png"
}
}
}
sharkey
{
"id": "9q9uiixclblu0028",
"uri": "http://pasture_one_actor/actor/uK-3c59btM8",
"url": "http://pasture_one_actor/actor/uK-3c59btM8",
"account": {
"id": "9q9to0wnlblu0002",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-02-28T20:37:22.967Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 61,
"note": "",
"url": "http://pasture_one_actor/actor",
"uri": "http://pasture_one_actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>No type</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "No type",
"created_at": "2024-02-28T21:01:06.000Z",
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [
{
"id": "9q9uijr6lblu0027",
"type": "image",
"url": "http://pasture_one_actor/images/005.png",
"remote_url": "http://pasture_one_actor/images/005.png",
"preview_url": "http://pasture_one_actor/images/005.png",
"text_url": "http://pasture_one_actor/images/005.png",
"meta": {
"width": 40,
"height": 40
},
"description": null,
"blurhash": "e3JAdX.ffQ.ffQ.fj@fQj@fQfQfQfQfQfQ.fj@fQj@fQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/6vAfELQ1-FA",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/GwMBatBRO_8",
"published": "2024-02-28T21:01:27Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/uhn6rpvmiJI",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/_etjXqYLetE",
"published": "2024-02-28T21:01:47Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/7Tb7FOXp73Q",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/EbpUYLx6dSo",
"published": "2024-02-28T21:02:08Z",
"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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/CxpTck3Cuus",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9q9tmc4u9pr10001"
],
"id": "http://pasture_one_actor/actor/vT316P_clcM",
"published": "2024-02-28T21:02:28Z",
"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