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/aZzCD3xNd4k",
"published": "2024-11-02T19:00: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/eDQlnjuYZ-U",
"published": "2024-11-02T19:00:23Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/cmcQxTNyLaE",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:47Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/eCHUm9ifWc8",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:47Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format png",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
}
]
}
}
hollo
{
"id": "0192ee3f-f958-7d68-8a05-67b3f3b11995",
"created_at": "2024-11-02T19:00:23.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/eDQlnjuYZ-U",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee3f-fc77-72cd-beda-d0ad50c76bc6",
"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
}
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/BbxCgs-A6bM",
"published": "2024-11-02T19:00: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/MnHt0wYamqU",
"published": "2024-11-02T19:00:24Z",
"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"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/juh78t960X0",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:47Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/jKAxP83mLv0",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:47Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format png",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/images/001b.png",
"mediaType": "image/png"
}
]
}
}
hollo
{
"id": "0192ee3f-fd40-7a53-8f5b-3735bed1877d",
"created_at": "2024-11-02T19:00:24.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/MnHt0wYamqU",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee3f-ff78-70b7-9e01-823cfa6f9463",
"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
}
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/FfQPuV_v1zY",
"published": "2024-11-02T19:00: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/XrfM9J8Rv8Y",
"published": "2024-11-02T19:00:25Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/NcromJy7qe4",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:48Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/OLLaO3OI7Bk",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:48Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format jpg",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
}
]
}
}
hollo
{
"id": "0192ee40-0128-7132-bede-9d397a9d1d5a",
"created_at": "2024-11-02T19:00:25.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/XrfM9J8Rv8Y",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-029a-7dc6-9452-abdd0597b2ad",
"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
}
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/weaS_eYCqAQ",
"published": "2024-11-02T19:00: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/3thi9i0IYHI",
"published": "2024-11-02T19:00:25Z",
"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"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/8TLk4gZISjs",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:49Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/o90jUFTZxhI",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:49Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format jpg",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/images/002b.jpg",
"mediaType": "image/jpeg"
}
]
}
}
hollo
{
"id": "0192ee40-0128-7132-bede-9d3a65652967",
"created_at": "2024-11-02T19:00:25.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/3thi9i0IYHI",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-05b8-70bf-9c32-fa64a466c10f",
"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
}
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/4y_azVQ10k8",
"published": "2024-11-02T19:00: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/vTgKrPtVaGM",
"published": "2024-11-02T19:00:26Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/awvr8IximuU",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:49Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/4cCS1huj4r0",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:49Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format svg",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
}
]
}
}
hollo
{
"id": "0192ee40-0510-7efc-b080-e663ec7a36d2",
"created_at": "2024-11-02T19:00:26.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/vTgKrPtVaGM",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-08bc-77a3-8b18-66614b3362fb",
"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
}
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/I3Zq7nqSv6c",
"published": "2024-11-02T19:00: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/7gAfa9-au_w",
"published": "2024-11-02T19:00:27Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/RcLyw6ak_Qg",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:50Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/9UcbBswDp-g",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:50Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format eps",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
}
]
}
}
hollo
{
"id": "0192ee40-08f8-7b93-87d5-6d2548bda4d6",
"created_at": "2024-11-02T19:00:27.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/7gAfa9-au_w",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-0bd3-72d4-9430-ce63e5351fff",
"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
}
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/oXz04cHOxUQ",
"published": "2024-11-02T19:00: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/YoVEQfu2nrI",
"published": "2024-11-02T19:00:28Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/Y2pDNpktCAs",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:51Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/ncfLq91bgTI",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:51Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format gif",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
}
]
}
}
hollo
{
"id": "0192ee40-0ce0-7063-8070-a52721e8911b",
"created_at": "2024-11-02T19:00:28.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/YoVEQfu2nrI",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-0f39-7332-8d0a-bacf29b6b566",
"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
}
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/gXlRJ1n2QxM",
"published": "2024-11-02T19:00: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/2yE_mAin_fw",
"published": "2024-11-02T19:00:29Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/S9OGMlaEQB4",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:51Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/IzNjz_Ydenw",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:51Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format tiff",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
}
]
}
}
hollo
{
"id": "0192ee40-10c8-7d66-ba7a-f7185894d68e",
"created_at": "2024-11-02T19:00:29.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/2yE_mAin_fw",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-120a-7878-8a51-f4dcfde8dd5f",
"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
}
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/pXubizqnePM",
"published": "2024-11-02T19:00: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/AShos8KHIek",
"published": "2024-11-02T19:00:29Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/KqAm5aDqdqI",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:52Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/2v8Hc4gSuGo",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:52Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Format webp",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
}
]
}
}
hollo
{
"id": "0192ee40-10c8-7d66-ba7a-f7189e9e88d5",
"created_at": "2024-11-02T19:00:29.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/AShos8KHIek",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-151c-76ac-906a-954b00555c67",
"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
}
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/0TW8olM9fqc",
"published": "2024-11-02T19:00: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/B3xCVAUHVyI",
"published": "2024-11-02T19:00:30Z",
"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"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/_GINGAAEPls",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:52Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/GwDETkp-S5o",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:52Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "url does not exit",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/does_not_exist.png"
}
]
}
}
hollo
{
"id": "0192ee40-14b0-7c00-9a1e-c9d21adbff5f",
"created_at": "2024-11-02T19:00:30.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/B3xCVAUHVyI",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-1856-771d-b8dd-1dada5797cfa",
"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
}
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/gqsJ3dgsUhM",
"published": "2024-11-02T19:00:31Z",
"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/s3CXbRgqWHM",
"published": "2024-11-02T19:00:31Z",
"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"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/Y1tqRhfvlbY",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:53Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/iOCcgMg98ZM",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:53Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "Wrong height / width",
"attachment": [
{
"type": "Document",
"width": 13,
"height": 17,
"url": "http://pasture-one-actor/images/004.png"
}
]
}
}
hollo
{
"id": "0192ee40-1898-7242-8d6d-9bb7c662c8a6",
"created_at": "2024-11-02T19:00:31.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/s3CXbRgqWHM",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-1b28-737f-ab06-742dce195bc4",
"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
}
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/0ml64YEHaR4",
"published": "2024-11-02T19:00:32Z",
"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/OPZTTh4sbhw",
"published": "2024-11-02T19:00:32Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/qJXOv2L1K1k",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:54Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/ktC0g4f-FRw",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:54Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "No type",
"attachment": [
{
"url": "http://pasture-one-actor/images/005.png"
}
]
}
}
hollo
{
"id": "0192ee40-1c80-768d-a0e2-f0e84ecd5bf2",
"created_at": "2024-11-02T19:00:32.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/OPZTTh4sbhw",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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
}
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/aRf8-MAIsrU",
"published": "2024-11-02T19:00:33Z",
"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/Ndu88aOcqP0",
"published": "2024-11-02T19:00:33Z",
"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"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/JglzGSSfNWc",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:54Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/7lYKRCdl3pc",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:54Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "url is Link object",
"attachment": [
{
"type": "Image",
"url": {
"type": "Link",
"href": "http://pasture-one-actor/images/006.png"
}
}
]
}
}
hollo
{
"id": "0192ee40-2068-7a2b-beab-a06054df11be",
"created_at": "2024-11-02T19:00:33.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/Ndu88aOcqP0",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-214b-7735-8f35-cf8729a9c76b",
"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
}
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/OSSX_9TdSFQ",
"published": "2024-11-02T19:00:33Z",
"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/atG1is8RvrU",
"published": "2024-11-02T19:00: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"
}
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/O3wRmAu25fQ",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:55Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/U9BTaLqyDWA",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:55Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"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"
}
}
]
}
}
hollo
{
"id": "0192ee40-2068-7a2b-beab-a0614c5bba95",
"created_at": "2024-11-02T19:00:33.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/atG1is8RvrU",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-245a-7a67-981d-5bb1a59c91f4",
"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
}
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/RKTbNAD8T-Y",
"published": "2024-11-02T19:00:34Z",
"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/8j4e3RALGZY",
"published": "2024-11-02T19:00:34Z",
"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"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/0XhqjVQ4CSA",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:56Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/-zSvZx0t7WY",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:56Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"content": "url is Link object in an array",
"attachment": [
{
"type": "Image",
"url": [
{
"type": "Link",
"href": "http://pasture-one-actor/images/006c.png"
}
]
}
]
}
}
hollo
{
"id": "0192ee40-2450-7c5b-bcb7-29adb1544107",
"created_at": "2024-11-02T19:00:34.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/8j4e3RALGZY",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-2777-7eb2-ab0e-a404c20eb44f",
"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
}
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/l559DtxBWdA",
"published": "2024-11-02T19:00:35Z",
"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/T6wLpslvpAA",
"published": "2024-11-02T19:00: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"
}
]
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
cattle_grid
{
"field_context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"id": "http://pasture-one-actor/actor/mzlZZJ_qbyo",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:56Z",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"object": {
"id": "http://pasture-one-actor/actor/fPhJ13JUEpo",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://abel/actor/a_Ov0G8sbw0AqVeyefxDWQ"
],
"published": "2024-11-02T14:55:56Z",
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"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"
}
]
}
]
}
}
hollo
{
"id": "0192ee40-2838-74cd-9dac-84c9dd03cf84",
"created_at": "2024-11-02T19:00:35.000Z",
"in_reply_to_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/T6wLpslvpAA",
"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": "0192ee3e-cd62-7072-bd1d-65735daf05d7",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"bot": false,
"created_at": "2024-11-02T18:59:06.152Z",
"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": "0192ee40-2a77-7d9d-b66d-cafc459c8c05",
"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
}