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": [
"http://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/1sJD47m7kHk",
"published": "2024-08-29T10:44:57Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/UeWAN_2Dsz4",
"published": "2024-08-29T10:44:57Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
}
}
sharkey
{
"id": "9xiq31go0jwn001v",
"uri": "http://pasture-one-actor/actor/UeWAN_2Dsz4",
"url": "http://pasture-one-actor/actor/UeWAN_2Dsz4",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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 png</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format png",
"created_at": "2024-08-29T10:44:57.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": "9xiq329t0jwn001u",
"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": "e1IAXG]ufQ]ufQ]ujufQjufQfQfQfQfQfQ]ujufQjufQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Y6CHezgPJ0M",
"published": "2024-08-29T10:44:58Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/lrJjRYEXOfg",
"published": "2024-08-29T10:44:58Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
}
}
sharkey
{
"id": "9xiq328g0jwn001x",
"uri": "http://pasture-one-actor/actor/lrJjRYEXOfg",
"url": "http://pasture-one-actor/actor/lrJjRYEXOfg",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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 png</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format png",
"created_at": "2024-08-29T10:44:58.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": "9xiq32up0jwn001w",
"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": "e3Buxny+fQy+fQy+fjfQfjfQfQfQfQfQfQy+fjfQfjfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/EIVRjLlonS0",
"published": "2024-08-29T10:44:59Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/hjBY_ey3h9M",
"published": "2024-08-29T10:44:59Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
}
}
sharkey
{
"id": "9xiq33080jwn001z",
"uri": "http://pasture-one-actor/actor/hjBY_ey3h9M",
"url": "http://pasture-one-actor/actor/hjBY_ey3h9M",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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 jpg</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format jpg",
"created_at": "2024-08-29T10:44: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": "9xiq33h30jwn001y",
"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": "e289%guefQuefQuefkfQfkfQfQfQfQfQfQuefkfQfkfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/YqQQ2lwjZHc",
"published": "2024-08-29T10:45:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/LLBhfH7KWsA",
"published": "2024-08-29T10:45:00Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
}
}
sharkey
{
"id": "9xiq33s00jwn0021",
"uri": "http://pasture-one-actor/actor/LLBhfH7KWsA",
"url": "http://pasture-one-actor/actor/LLBhfH7KWsA",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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 jpg</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format jpg",
"created_at": "2024-08-29T10:45:00.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": "9xiq34320jwn0020",
"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": "e2Ft4{.AfQ.AfQ.Aj[fQj[fQfQfQfQfQfQ.Aj[fQj[fQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/PbljEGm_WM0",
"published": "2024-08-29T10:45:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/e3TYaqJWzZc",
"published": "2024-08-29T10:45:01Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
}
}
sharkey
{
"id": "9xiq34js0jwn0023",
"uri": "http://pasture-one-actor/actor/e3TYaqJWzZc",
"url": "http://pasture-one-actor/actor/e3TYaqJWzZc",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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 svg</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format svg",
"created_at": "2024-08-29T10:45:01.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": "9xiq34p70jwn0022",
"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,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/naBxsZNsIX0",
"published": "2024-08-29T10:45:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/uCQ0aU5KqyA",
"published": "2024-08-29T10:45:01Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
}
}
sharkey
{
"id": "9xiq34js0jwn0025",
"uri": "http://pasture-one-actor/actor/uCQ0aU5KqyA",
"url": "http://pasture-one-actor/actor/uCQ0aU5KqyA",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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 eps</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format eps",
"created_at": "2024-08-29T10:45:01.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": "9xiq35b20jwn0024",
"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,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/l1aFxkCB8Y8",
"published": "2024-08-29T10:45:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/MudKYSkjo8o",
"published": "2024-08-29T10:45:02Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
}
}
sharkey
{
"id": "9xiq35bk0jwn0027",
"uri": "http://pasture-one-actor/actor/MudKYSkjo8o",
"url": "http://pasture-one-actor/actor/MudKYSkjo8o",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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>Format gif</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format gif",
"created_at": "2024-08-29T10:45: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": "9xiq35wo0jwn0026",
"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": "e03-~quMfQuMfQuMfkfQfkfQfQfQfQfQfQuMfkfQfkfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/09QPkwjsn1k",
"published": "2024-08-29T10:45:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/41sfY0i-Khs",
"published": "2024-08-29T10:45:03Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
}
}
sharkey
{
"id": "9xiq363c0jwn0029",
"uri": "http://pasture-one-actor/actor/41sfY0i-Khs",
"url": "http://pasture-one-actor/actor/41sfY0i-Khs",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"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>Format tiff</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format tiff",
"created_at": "2024-08-29T10:45: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": "9xiq36iz0jwn0028",
"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,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/3Rxz7rPaBYI",
"published": "2024-08-29T10:45:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/6iyGoZcHg2M",
"published": "2024-08-29T10:45:04Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
}
}
sharkey
{
"id": "9xiq36v40jwn002b",
"uri": "http://pasture-one-actor/actor/6iyGoZcHg2M",
"url": "http://pasture-one-actor/actor/6iyGoZcHg2M",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 62,
"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-08-29T10:45: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": "9xiq37560jwn002a",
"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": "e2Fbgw.kfz.kfi.lk8fhkBfPfifzfgf9fR.lk7f#j]fRe@f8f8e?f8"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/_S0rJYsrHsE",
"published": "2024-08-29T10:45:04Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/4J0QT9ofdus",
"published": "2024-08-29T10:45:04Z",
"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": [
"http://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/T3tq-Z9lKIE",
"published": "2024-08-29T10:45:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/5sA7LT41KPQ",
"published": "2024-08-29T10:45:18Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
}
}
sharkey
{
"id": "9xiq3ho00jwn002d",
"uri": "http://pasture-one-actor/actor/5sA7LT41KPQ",
"url": "http://pasture-one-actor/actor/5sA7LT41KPQ",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 63,
"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-08-29T10:45:18.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": "9xiq3i930jwn002c",
"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": "e42H1NkJfQkJfQkJfRfQfRfQfQfQfQfQfQkJfRfQfRfQfQfQfQfQfQ"
}
],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": 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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/OhpatxlXddI",
"published": "2024-08-29T10:45:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/ThAmRM8qpek",
"published": "2024-08-29T10:45:19Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
}
}
}
no result
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://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/YdFhvkt_s0Q",
"published": "2024-08-29T10:45:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/GFfiHQ970Mo",
"published": "2024-08-29T10:45:32Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
}
}
}
sharkey
{
"id": "9xiq3sgw0jwn002e",
"uri": "http://pasture-one-actor/actor/GFfiHQ970Mo",
"url": "http://pasture-one-actor/actor/GFfiHQ970Mo",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 64,
"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>url is Link object</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "url is Link object",
"created_at": "2024-08-29T10:45:32.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": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 14¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/-jBFC8HIwQw",
"published": "2024-08-29T10:45:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/1Nry1VVmbfo",
"published": "2024-08-29T10:45:33Z",
"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"
}
}
}
}
sharkey
{
"id": "9xiq3t8o0jwn002f",
"uri": "http://pasture-one-actor/actor/1Nry1VVmbfo",
"url": "http://pasture-one-actor/actor/1Nry1VVmbfo",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 65,
"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>url is Link object with media type</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "url is Link object with media type",
"created_at": "2024-08-29T10:45:33.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": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 15¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Vf46uBz8xDw",
"published": "2024-08-29T10:45:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/la1ZFmnxCYg",
"published": "2024-08-29T10:45:34Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
}
}
}
sharkey
{
"id": "9xiq3u0g0jwn002g",
"uri": "http://pasture-one-actor/actor/la1ZFmnxCYg",
"url": "http://pasture-one-actor/actor/la1ZFmnxCYg",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 66,
"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>url is Link object in an array</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "url is Link object in an array",
"created_at": "2024-08-29T10:45:34.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": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 16¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://sharkey/users/9xipy29eixkp0001",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/J2e84l9DfgE",
"published": "2024-08-29T10:45:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/9xipy29eixkp0001"
],
"id": "http://pasture-one-actor/actor/hDb7a71J7Rk",
"published": "2024-08-29T10:45:35Z",
"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"
}
]
}
}
}
sharkey
{
"id": "9xiq3us80jwn002h",
"uri": "http://pasture-one-actor/actor/hDb7a71J7Rk",
"url": "http://pasture-one-actor/actor/hDb7a71J7Rk",
"account": {
"id": "9xipztck0jwn0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-08-29T10:42:26.516Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 67,
"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>url is array of two Link objects</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "url is array of two Link objects",
"created_at": "2024-08-29T10:45:35.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": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}