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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/_KqS5zMDVdU",
"published": "2024-10-30T15:57:18Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/fQ2b1ggjIZ4",
"published": "2024-10-30T15:57:18Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-4730-71e1-af36-72634a27fbd4",
"created_at": "2024-10-30T15:57:18.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/fQ2b1ggjIZ4",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format png",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-4bcb-7866-bac3-3355dad16dac",
"type": "image",
"url": "http://pasture-one-actor/images/001.png",
"preview_url": "http://pasture-one-actor/images/001.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmao00te6p0026",
"uri": "http://pasture-one-actor/actor/m8Hd1YcXya8",
"url": "http://pasture-one-actor/actor/m8Hd1YcXya8",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"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>Format png</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format png",
"created_at": "2024-10-30T15:50: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": "9zzmaougte6p0025",
"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": "e2Oi:D|+fQ|+fQ|+jufQjufQfQfQfQfQfQ|+jufQjufQfQfQfQfQfQ"
}
],
"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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/0kPUl7PaSfw",
"published": "2024-10-30T15:57:19Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/ZBjILYEEog0",
"published": "2024-10-30T15:57:19Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-4b18-7a2c-820a-b1317b000bdb",
"created_at": "2024-10-30T15:57:19.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/ZBjILYEEog0",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format png",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-4e8d-77fa-b111-0245ffc6640f",
"type": "image",
"url": "http://pasture-one-actor/images/001b.png",
"preview_url": "http://pasture-one-actor/images/001b.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmaorste6p0028",
"uri": "http://pasture-one-actor/actor/B6L0Fs9BYik",
"url": "http://pasture-one-actor/actor/B6L0Fs9BYik",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"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>Format png</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format png",
"created_at": "2024-10-30T15:50: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": "9zzmaphete6p0027",
"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": "e2LI~_]tfQ]tfQ]tjufQjufQfQfQfQfQfQ]tjufQjufQfQfQfQfQfQ"
}
],
"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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/W4dOMQDRL2Q",
"published": "2024-10-30T15:57:20Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/y02akZKoevc",
"published": "2024-10-30T15:57:20Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-4f00-78b0-9f0c-ac6fad458046",
"created_at": "2024-10-30T15:57:20.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/y02akZKoevc",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format jpg",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-51a0-7257-bd39-1c45c6bb197e",
"type": "image",
"url": "http://pasture-one-actor/images/002.jpg",
"preview_url": "http://pasture-one-actor/images/002.jpg",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmapjkte6p002a",
"uri": "http://pasture-one-actor/actor/9of9oev9QeM",
"url": "http://pasture-one-actor/actor/9of9oev9QeM",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"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>Format jpg</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "Format jpg",
"created_at": "2024-10-30T15:50:26.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": "9zzmaq3lte6p0029",
"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": "e18at=y,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 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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ijMvYV2t_3Q",
"published": "2024-10-30T15:57:21Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/KUpRgxri5Qo",
"published": "2024-10-30T15:57:21Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-52e8-78d0-ad88-854543ee003a",
"created_at": "2024-10-30T15:57:21.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/KUpRgxri5Qo",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format jpg",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-54c8-749f-ae7e-f4f2d49f7b03",
"type": "image",
"url": "http://pasture-one-actor/images/002b.jpg",
"preview_url": "http://pasture-one-actor/images/002b.jpg",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmaqbcte6p002c",
"uri": "http://pasture-one-actor/actor/GGHcLqnZ6JY",
"url": "http://pasture-one-actor/actor/GGHcLqnZ6JY",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 68,
"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-10-30T15:50:27.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": "9zzmaqqhte6p002b",
"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": "e3P+TI|wfQ|wfQ|wjtfQjtfQfQfQfQfQfQ|wjtfQjtfQfQfQfQfQfQ"
}
],
"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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/Q272a22KvnI",
"published": "2024-10-30T15:57:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/cLGHngTRuf0",
"published": "2024-10-30T15:57:22Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-56d0-7ebb-85ea-15a3f4abf649",
"created_at": "2024-10-30T15:57:22.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/cLGHngTRuf0",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format svg",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-57ae-7055-9cde-8efdeb2da7f3",
"type": "image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"preview_url": "http://pasture-one-actor/assets/FediverseLogo.svg",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmar34te6p002e",
"uri": "http://pasture-one-actor/actor/Fw9yzgTDb5I",
"url": "http://pasture-one-actor/actor/Fw9yzgTDb5I",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 69,
"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-10-30T15:50:28.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": "9zzmarbwte6p002d",
"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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/0P0URYvEf3w",
"published": "2024-10-30T15:57:22Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/8TGQUgHeHBk",
"published": "2024-10-30T15:57:22Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-56d0-7ebb-85ea-15a49457af52",
"created_at": "2024-10-30T15:57:22.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/8TGQUgHeHBk",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format eps",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-5ae2-76e1-8187-d950ff537219",
"type": "image",
"url": "http://pasture-one-actor/images/003.eps",
"preview_url": "http://pasture-one-actor/images/003.eps",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmar34te6p002g",
"uri": "http://pasture-one-actor/actor/xH5-1r4gYAg",
"url": "http://pasture-one-actor/actor/xH5-1r4gYAg",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 70,
"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-10-30T15:50:28.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": "9zzmaryete6p002f",
"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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/gkju0AL7cRE",
"published": "2024-10-30T15:57:23Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/X3r-3wwLQ64",
"published": "2024-10-30T15:57:23Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-5ab8-7084-bff2-5cd0e40633cb",
"created_at": "2024-10-30T15:57:23.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/X3r-3wwLQ64",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format gif",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-5daa-73f8-b58c-83ce0146c9ff",
"type": "image",
"url": "http://pasture-one-actor/images/003b.gif",
"preview_url": "http://pasture-one-actor/images/003b.gif",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmaruwte6p002i",
"uri": "http://pasture-one-actor/actor/TwiHg3LLw7o",
"url": "http://pasture-one-actor/actor/TwiHg3LLw7o",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 71,
"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-10-30T15:50:29.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": "9zzmask0te6p002h",
"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": "e0C@vC_LfQ_LfQ_Lj[fQj[fQfQfQfQfQfQ_Lj[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 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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/hFWydVhqv4M",
"published": "2024-10-30T15:57:24Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/at5ikuGzc2Q",
"published": "2024-10-30T15:57:24Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-5ea0-749e-a772-90dcad26ec45",
"created_at": "2024-10-30T15:57:24.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/at5ikuGzc2Q",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format tiff",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-60bd-790d-9094-81517679cf66",
"type": "image",
"url": "http://pasture-one-actor/images/003c.tiff",
"preview_url": "http://pasture-one-actor/images/003c.tiff",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmasmote6p002k",
"uri": "http://pasture-one-actor/actor/NEWuQsAqKfc",
"url": "http://pasture-one-actor/actor/NEWuQsAqKfc",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 72,
"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-10-30T15:50:30.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": "9zzmat3nte6p002j",
"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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/NE96Ze3g44g",
"published": "2024-10-30T15:57:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/DBcdeiGCbXw",
"published": "2024-10-30T15:57:25Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-6288-78c0-a23c-34876a533553",
"created_at": "2024-10-30T15:57:25.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/DBcdeiGCbXw",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format webp",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-63c6-7f26-b55f-f220e59833ce",
"type": "image",
"url": "http://pasture-one-actor/images/003d.webp",
"preview_url": "http://pasture-one-actor/images/003d.webp",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmategte6p002m",
"uri": "http://pasture-one-actor/actor/ogH0TgXjFEM",
"url": "http://pasture-one-actor/actor/ogH0TgXjFEM",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 73,
"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-10-30T15:50:31.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": "9zzmatr8te6p002l",
"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": "e1I]}8|{fh|{fR|{j?fij?f8fhfPfPfifR|{j?fPj?fRfPfRfRfRf8"
}
],
"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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/o91gZzmX7Nk",
"published": "2024-10-30T15:57:25Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/kIu-4-WqY3k",
"published": "2024-10-30T15:57:25Z",
"content": "url does not exit",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-6288-78c0-a23c-348862a065ad",
"created_at": "2024-10-30T15:57:25.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/kIu-4-WqY3k",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url does not exit",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-66c8-78ad-9ce5-68f3005ac685",
"type": "text",
"url": "http://pasture-one-actor/assets/does_not_exist.png",
"preview_url": "http://pasture-one-actor/assets/does_not_exist.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/xdsatg1eXRY",
"published": "2024-10-30T15:57:26Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/1DZxXnhVhS0",
"published": "2024-10-30T15:57:26Z",
"content": "Wrong height / width",
"attachment": {
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-6670-7a1e-9fb1-93b76524f739",
"created_at": "2024-10-30T15:57:26.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/1DZxXnhVhS0",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Wrong height / width",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-69c3-78d7-b56b-3704e274acbd",
"type": "image",
"url": "http://pasture-one-actor/images/004.png",
"preview_url": "http://pasture-one-actor/images/004.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 13,
"height": 17,
"size": "13x17",
"aspect": 0.7647058823529411
},
"small": {
"width": 13,
"height": 17,
"size": "13x17",
"aspect": 0.7647058823529411
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmb47cte6p002o",
"uri": "http://pasture-one-actor/actor/8DX4khS4Q5w",
"url": "http://pasture-one-actor/actor/8DX4khS4Q5w",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 74,
"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-10-30T15:50: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": "9zzmb4xkte6p002n",
"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": "e1ELFW?1fQ?1fQ?1j[fQj[fQfQfQfQfQfQ?1j[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 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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/ldNMHJH7--c",
"published": "2024-10-30T15:57:27Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/mWFR1prLmwc",
"published": "2024-10-30T15:57:27Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-6a58-71d6-bd90-205bf19f178a",
"created_at": "2024-10-30T15:57:27.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/mWFR1prLmwc",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "No type",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmb4z4te6p002p",
"uri": "http://pasture-one-actor/actor/DBfJx85vD0o",
"url": "http://pasture-one-actor/actor/DBfJx85vD0o",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 75,
"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-10-30T15:50: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": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"reactions": [],
"emoji_reactions": [],
"bookmarked": false,
"quote": null,
"edited_at": null
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/5YsC4nW9xQs",
"published": "2024-10-30T15:57:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/AShDblysQsU",
"published": "2024-10-30T15:57:28Z",
"content": "url is Link object",
"attachment": {
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-6e40-74f2-a548-ce2eedebad92",
"created_at": "2024-10-30T15:57:28.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/AShDblysQsU",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is Link object",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-6fba-75e3-95b2-2a50f7629b1b",
"type": "image",
"url": "http://pasture-one-actor/images/006.png",
"preview_url": "http://pasture-one-actor/images/006.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmb5qwte6p002q",
"uri": "http://pasture-one-actor/actor/aNy8v9qI_vM",
"url": "http://pasture-one-actor/actor/aNy8v9qI_vM",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 76,
"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-10-30T15:50:47.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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/obQSWHW0p68",
"published": "2024-10-30T15:57:28Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/kezXrHpR-Xc",
"published": "2024-10-30T15:57: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"
}
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-6e40-74f2-a548-ce2f4740aa49",
"created_at": "2024-10-30T15:57:28.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/kezXrHpR-Xc",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is Link object with media type",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-730b-7764-a319-43234abd2ed6",
"type": "image",
"url": "http://pasture-one-actor/images/006b.png",
"preview_url": "http://pasture-one-actor/images/006b.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmb6iote6p002r",
"uri": "http://pasture-one-actor/actor/12Sz5NPVacU",
"url": "http://pasture-one-actor/actor/12Sz5NPVacU",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 77,
"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-10-30T15:50:48.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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/fjpkzFSo1nU",
"published": "2024-10-30T15:57:29Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/DR1TVQxPuLk",
"published": "2024-10-30T15:57:29Z",
"content": "url is Link object in an array",
"attachment": {
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-7228-70db-97b8-cc26d510da4a",
"created_at": "2024-10-30T15:57:29.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/DR1TVQxPuLk",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is Link object in an array",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-7613-7321-8e4d-d5a35d08bb97",
"type": "image",
"url": "http://pasture-one-actor/images/006c.png",
"preview_url": "http://pasture-one-actor/images/006c.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmb6iote6p002s",
"uri": "http://pasture-one-actor/actor/6FDuJIecUmA",
"url": "http://pasture-one-actor/actor/6FDuJIecUmA",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 78,
"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-10-30T15:50:48.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://hollo/@john",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/actor/XxX6r7Hmq0w",
"published": "2024-10-30T15:57:30Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://hollo/@john"
],
"id": "http://pasture-one-actor/actor/LdFHKaMiB7s",
"published": "2024-10-30T15:57:30Z",
"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"
}
]
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
hollo
{
"id": "0192de25-7610-7dcf-9cf4-acb810ed5ed9",
"created_at": "2024-10-30T15:57:30.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/LdFHKaMiB7s",
"url": null,
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url is array of two Link objects",
"reblog": null,
"quote_id": null,
"quote": null,
"application": null,
"account": {
"id": "0192de24-1e6d-712c-9efb-1801e3b352b1",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-10-30T15:56:01.966Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://hollo/image/avatars/original/missing.png",
"avatar_static": "http://hollo/image/avatars/original/missing.png",
"header": "http://hollo/image/headers/original/missing.png",
"header_static": "http://hollo/image/headers/original/missing.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 0,
"moved": null,
"last_status_at": null,
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "0192de25-78fb-7550-8cf9-4dd6017db2da",
"type": "image",
"url": "http://pasture-one-actor/images/007.png",
"preview_url": "http://pasture-one-actor/images/007.png",
"remote_url": null,
"text_url": null,
"meta": {
"original": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": null
}
],
"mentions": [],
"tags": [],
"card": null,
"emojis": [],
"emoji_reactions": [],
"poll": null,
"filtered": null
}
sharkey
{
"id": "9zzmb7agte6p002t",
"uri": "http://pasture-one-actor/actor/bwCBhah9zEU",
"url": "http://pasture-one-actor/actor/bwCBhah9zEU",
"account": {
"id": "9zzm83xete6p0002",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2024-10-30T15:48:24.674Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 79,
"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-10-30T15:50:49.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
}