Image Attachments¶
The Image type is defined in ActivityStreams Vocabulary.
In the following, we test how various configurations of it are rendered.
A ❌ in the support table means that the entire message has failed to parse.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/NfiY0IdODRM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/7EU1qQ5XcxU",
"published": "2024-03-04T16:25:59Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001.png"
}
}
}
sharkey
{
"id": "9qgpvzdkbg0k001p",
"uri": "http://pasture_one_actor/actor/7EU1qQ5XcxU",
"url": "http://pasture_one_actor/actor/7EU1qQ5XcxU",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:25:59.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": "9qgpw036bg0k001o",
"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": "e14rJPpyfQpyfQpyfkfQfkfQfQfQfQfQfQpyfkfQfkfQfQfQfQfQfQ"
}
],
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/1q94VhT-ShE",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/_dtZbAAJDIE",
"published": "2024-03-04T16:26:02Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture_one_actor/images/001b.png",
"mediaType": "image/png"
}
}
}
sharkey
{
"id": "9qgpw1owbg0k001r",
"uri": "http://pasture_one_actor/actor/_dtZbAAJDIE",
"url": "http://pasture_one_actor/actor/_dtZbAAJDIE",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:02.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": "9qgpw1svbg0k001q",
"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": "e00f%MlPfQlPfQlPfjfQfjfQfQfQfQfQfQlPfjfQfjfQfQfQfQfQfQ"
}
],
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/KUS25EtFbXQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/FazKzy-bbf4",
"published": "2024-03-04T16:26:04Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002.jpg"
}
}
}
sharkey
{
"id": "9qgpw38gbg0k001t",
"uri": "http://pasture_one_actor/actor/FazKzy-bbf4",
"url": "http://pasture_one_actor/actor/FazKzy-bbf4",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26: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": "9qgpw3gjbg0k001s",
"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": "e1I|gA~8fQ~8fQ~8j@fQj@fQfQfQfQfQfQ~8j@fQj@fQfQfQfQfQfQ"
}
],
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/XeDH8bHtRQg",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/VhQEXlPGJGE",
"published": "2024-03-04T16:26:06Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
sharkey
{
"id": "9qgpw4s0bg0k001v",
"uri": "http://pasture_one_actor/actor/VhQEXlPGJGE",
"url": "http://pasture_one_actor/actor/VhQEXlPGJGE",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26: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": "9qgpw55xbg0k001u",
"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": "e4R@n.}DfQ}DfQ}DjtfQjtfQfQfQfQfQfQ}DjtfQjtfQfQfQfQfQfQ"
}
],
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/8l00ugvHiY4",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/areCXw1HHAk",
"published": "2024-03-04T16:26:08Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/assets/FediverseLogo.svg"
}
}
}
sharkey
{
"id": "9qgpw6bkbg0k001x",
"uri": "http://pasture_one_actor/actor/areCXw1HHAk",
"url": "http://pasture_one_actor/actor/areCXw1HHAk",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:08.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": "9qgpw6v5bg0k001w",
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/ElsUs3KVR3g",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/U_4Vv_W1yZc",
"published": "2024-03-04T16:26:10Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003.eps"
}
}
}
sharkey
{
"id": "9qgpw7v4bg0k001z",
"uri": "http://pasture_one_actor/actor/U_4Vv_W1yZc",
"url": "http://pasture_one_actor/actor/U_4Vv_W1yZc",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:10.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": "9qgpw8kcbg0k001y",
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/GEXFvtBikc0",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/Wu-NedYtyPY",
"published": "2024-03-04T16:26:13Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003b.gif"
}
}
}
sharkey
{
"id": "9qgpwa6gbg0k0021",
"uri": "http://pasture_one_actor/actor/Wu-NedYtyPY",
"url": "http://pasture_one_actor/actor/Wu-NedYtyPY",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:13.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": "9qgpwa8jbg0k0020",
"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": "e13ScsomfQomfQomfRfQfRfQfQfQfQfQfQomfRfQfRfQfQfQfQfQfQ"
}
],
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/pCW2HYYYdhk",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/kRz1aElfm24",
"published": "2024-03-04T16:26:15Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003c.tiff"
}
}
}
sharkey
{
"id": "9qgpwbq0bg0k0023",
"uri": "http://pasture_one_actor/actor/kRz1aElfm24",
"url": "http://pasture_one_actor/actor/kRz1aElfm24",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:15.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": "9qgpwbw9bg0k0022",
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/u6YWu0Xxq3o",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/fekjqoIp5kg",
"published": "2024-03-04T16:26:17Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture_one_actor/images/003d.webp"
}
}
}
sharkey
{
"id": "9qgpwd9kbg0k0025",
"uri": "http://pasture_one_actor/actor/fekjqoIp5kg",
"url": "http://pasture_one_actor/actor/fekjqoIp5kg",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:17.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": "9qgpwdm3bg0k0024",
"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": "e32D=Bl$f8l$f8l$f9f8fRf8f8f8fRf8f8l$fRf8fjf8fRf8f8f8f8"
}
],
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/EME2FTJBVFM",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/3wf10-gOPcc",
"published": "2024-03-04T16:26:19Z",
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/A0dftyJjnZU",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/lkmHgpx1wJc",
"published": "2024-03-04T16:26:21Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture_one_actor/images/004.png"
}
}
}
sharkey
{
"id": "9qgpwgcobg0k0027",
"uri": "http://pasture_one_actor/actor/lkmHgpx1wJc",
"url": "http://pasture_one_actor/actor/lkmHgpx1wJc",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:21.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": "9qgpwgzgbg0k0026",
"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": "e2Lq=6_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 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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/Co-dsXXyuyo",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/YORG_QycMiE",
"published": "2024-03-04T16:26:23Z",
"content": "No type",
"attachment": {
"url": "http://pasture_one_actor/images/005.png"
}
}
}
sharkey
{
"id": "9qgpwhw8bg0k0029",
"uri": "http://pasture_one_actor/actor/YORG_QycMiE",
"url": "http://pasture_one_actor/actor/YORG_QycMiE",
"account": {
"id": "9qgpt8hxbg0k0003",
"username": "actor",
"acct": "actor@pasture_one_actor",
"fqn": "actor@pasture_one_actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-03-04T16:23:50.853Z",
"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-03-04T16:26:23.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": "9qgpwingbg0k0028",
"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": "e35NbxoTfQoTfQoTfRfQfRfQfQfQfQfQfQoTfRfQfRfQfQfQfQfQfQ"
}
],
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/rXYTemkve0w",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/zUM3obZDKa0",
"published": "2024-03-04T16:26:26Z",
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/2djQsLKDi-0",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/oMfIm6O97Fo",
"published": "2024-03-04T16:26:28Z",
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/YyrmtwQZlvQ",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/9ngABb24nIk",
"published": "2024-03-04T16:26:30Z",
"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/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/ansy08_azhU",
"object": {
"type": "Note",
"attributedTo": "http://pasture_one_actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9qgprq5jcxrh0001"
],
"id": "http://pasture_one_actor/actor/2rIyHELcZfM",
"published": "2024-03-04T16:26:32Z",
"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