Image Attachments¶
The Image type is defined in ActivityStreams Vocabulary.
In the following, we test how various configurations of it are rendered.
A ❌ in the support table means that the entire message has failed to parse.
Examples¶
Example 1¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/8RouwNWPTzA",
"published": "2024-10-26T08:50:31Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/_sRVskoHyCA",
"published": "2024-10-26T08:50:31Z",
"content": "Format png",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/001.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40A6YRNXZ5ZSAWDTG9RZPC",
"created_at": "2024-10-26T08:50:31.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/_sRVskoHyCA",
"url": "http://pasture-one-actor/actor/_sRVskoHyCA",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format png",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 68,
"last_status_at": "2024-10-26T08:50:31.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB40A7S3ZHDMWA5QNP9CG6BR",
"type": "image",
"url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A7S3ZHDMWA5QNP9CG6BR.png",
"text_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A7S3ZHDMWA5QNP9CG6BR.png",
"preview_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A7S3ZHDMWA5QNP9CG6BR.jpg",
"remote_url": "http://pasture-one-actor/images/001.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L8KsUs=RfQ=R=RjvfQjvfQfQfQfQ"
}
],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/pGE-L3M1RGk",
"published": "2024-10-26T08:50:32Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/qY8W8KvL_pI",
"published": "2024-10-26T08:50:32Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40A7Y0K5WWSQ24Z78J4EWQ",
"created_at": "2024-10-26T08:50:32.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/qY8W8KvL_pI",
"url": "http://pasture-one-actor/actor/qY8W8KvL_pI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format png",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 69,
"last_status_at": "2024-10-26T08:50:32.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB40A8DHQ2AY688XDX9FRSWT",
"type": "image",
"url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A8DHQ2AY688XDX9FRSWT.png",
"text_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A8DHQ2AY688XDX9FRSWT.png",
"preview_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A8DHQ2AY688XDX9FRSWT.jpg",
"remote_url": "http://pasture-one-actor/images/001b.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L8Rh,Q|~fQ|~|~o2fQo2fQfQfQfQ"
}
],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/EPO9dtAPFfs",
"published": "2024-10-26T08:50:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/SSZvxNbJNjA",
"published": "2024-10-26T08:50:33Z",
"content": "Format jpg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/002.jpg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40A8X8KANX16AJV1FNKYPD",
"created_at": "2024-10-26T08:50:33.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/SSZvxNbJNjA",
"url": "http://pasture-one-actor/actor/SSZvxNbJNjA",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format jpg",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 70,
"last_status_at": "2024-10-26T08:50:33.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB40A91RTHS2H1NMYHR3D239",
"type": "image",
"url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A91RTHS2H1NMYHR3D239.jpg",
"text_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A91RTHS2H1NMYHR3D239.jpg",
"preview_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A91RTHS2H1NMYHR3D239.jpg",
"remote_url": "http://pasture-one-actor/images/002.jpg",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L6D8}+xzfQxzxzj]fQj]fQfQfQfQ"
}
],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/0yX68HhLBx0",
"published": "2024-10-26T08:50:33Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/HBy0-VB_pfk",
"published": "2024-10-26T08:50:33Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40A8X8MKB256RSPJWEJX02",
"created_at": "2024-10-26T08:50:33.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/HBy0-VB_pfk",
"url": "http://pasture-one-actor/actor/HBy0-VB_pfk",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format jpg",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 71,
"last_status_at": "2024-10-26T08:50:33.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB40A9PE5N9DT9HGY93FXVXZ",
"type": "image",
"url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A9PE5N9DT9HGY93FXVXZ.jpg",
"text_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40A9PE5N9DT9HGY93FXVXZ.jpg",
"preview_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40A9PE5N9DT9HGY93FXVXZ.jpg",
"remote_url": "http://pasture-one-actor/images/002b.jpg",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L6E=jZ*0fQ*0*0j]fQj]fQfQfQfQ"
}
],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 5¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/sjSy_Y2bRLM",
"published": "2024-10-26T08:50:34Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/1rehyETOIRI",
"published": "2024-10-26T08:50:34Z",
"content": "Format svg",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.svg"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40A9WGRGZFEEK4YD7YEMJ3",
"created_at": "2024-10-26T08:50:34.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/1rehyETOIRI",
"url": "http://pasture-one-actor/actor/1rehyETOIRI",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format svg<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 1 attachment in this status could not be downloaded. Treat the following external link with care:</i></p><ul><li><a href=\"http://pasture-one-actor/assets/FediverseLogo.svg\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">FediverseLogo.svg</a></li></ul>",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 72,
"last_status_at": "2024-10-26T08:50:34.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 6¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/G6rcUxy9_sc",
"published": "2024-10-26T08:50:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/1RfBjSUj4iY",
"published": "2024-10-26T08:50:35Z",
"content": "Format eps",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003.eps"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40AAVRMRWJBMTYRVTJ8TPX",
"created_at": "2024-10-26T08:50:35.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/1RfBjSUj4iY",
"url": "http://pasture-one-actor/actor/1RfBjSUj4iY",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format eps<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 1 attachment in this status could not be downloaded. Treat the following external link with care:</i></p><ul><li><a href=\"http://pasture-one-actor/images/003.eps\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">003.eps</a></li></ul>",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 73,
"last_status_at": "2024-10-26T08:50:35.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 7¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/8ECWJMep2Us",
"published": "2024-10-26T08:50:35Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/gNi1zD4Yr4c",
"published": "2024-10-26T08:50:35Z",
"content": "Format gif",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003b.gif"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40AAVRB0AGYS7AS607BENC",
"created_at": "2024-10-26T08:50:35.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/gNi1zD4Yr4c",
"url": "http://pasture-one-actor/actor/gNi1zD4Yr4c",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format gif",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 74,
"last_status_at": "2024-10-26T08:50:35.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB40ABN8RNM4CQZ0489PT34V",
"type": "image",
"url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ABN8RNM4CQZ0489PT34V.gif",
"text_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ABN8RNM4CQZ0489PT34V.gif",
"preview_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40ABN8RNM4CQZ0489PT34V.jpg",
"remote_url": "http://pasture-one-actor/images/003b.gif",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L0000-fXfQfXfXfRfQfRfQfQfQfQ"
}
],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 8¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/FCxajsK6JXI",
"published": "2024-10-26T08:50:36Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/TX6YZEzmni8",
"published": "2024-10-26T08:50:36Z",
"content": "Format tiff",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003c.tiff"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40ABV08CT2PGMTRTGQ46VW",
"created_at": "2024-10-26T08:50:36.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/TX6YZEzmni8",
"url": "http://pasture-one-actor/actor/TX6YZEzmni8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format tiff<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 1 attachment in this status could not be downloaded. Treat the following external link with care:</i></p><ul><li><a href=\"http://pasture-one-actor/images/003c.tiff\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">003c.tiff</a></li></ul>",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 75,
"last_status_at": "2024-10-26T08:50:36.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 9¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/SowN043ZPeU",
"published": "2024-10-26T08:50:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/qZL044tOkow",
"published": "2024-10-26T08:50:37Z",
"content": "Format webp",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/003d.webp"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40ACT8B9V1C89MNXBXD5PQ",
"created_at": "2024-10-26T08:50:37.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/qZL044tOkow",
"url": "http://pasture-one-actor/actor/qZL044tOkow",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "Format webp",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 76,
"last_status_at": "2024-10-26T08:50:37.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB40ACYZV9QYM09RT97FNS6M",
"type": "image",
"url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ACYZV9QYM09RT97FNS6M.webp",
"text_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40ACYZV9QYM09RT97FNS6M.webp",
"preview_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40ACYZV9QYM09RT97FNS6M.jpg",
"remote_url": "http://pasture-one-actor/images/003d.webp",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L5MEQ2}pfQ}p}poKfQoKfQfQfQfQ"
}
],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 10¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/vuFh_hxXbWk",
"published": "2024-10-26T08:50:37Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/dz9QZ45yaqs",
"published": "2024-10-26T08:50:37Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40ACT89TBPN0GP93Q7EWTT",
"created_at": "2024-10-26T08:50:37.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/dz9QZ45yaqs",
"url": "http://pasture-one-actor/actor/dz9QZ45yaqs",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "url does not exit<hr><p><i lang=\"en\">\u2139\ufe0f Note from gotosocial: 1 attachment in this status could not be downloaded. Treat the following external link with care:</i></p><ul><li><a href=\"http://pasture-one-actor/assets/does_not_exist.png\" rel=\"nofollow noreferrer noopener\" target=\"_blank\">does_not_exist.png</a></li></ul>",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 77,
"last_status_at": "2024-10-26T08:50:37.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/Hjznq8Ot0PQ",
"published": "2024-10-26T08:50:38Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/b-ikcssWa0Q",
"published": "2024-10-26T08:50:38Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40ADSGWN5TD9N0P44APDV8",
"created_at": "2024-10-26T08:50:38.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/b-ikcssWa0Q",
"url": "http://pasture-one-actor/actor/b-ikcssWa0Q",
"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,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 78,
"last_status_at": "2024-10-26T08:50:38.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01JB40AE9Q083WQMKE9Y3SZ4ZV",
"type": "image",
"url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40AE9Q083WQMKE9Y3SZ4ZV.png",
"text_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/original/01JB40AE9Q083WQMKE9Y3SZ4ZV.png",
"preview_url": "http://gotosocial/fileserver/01JB406J7N5Z0WY56CB5KSGDGA/attachment/small/01JB40AE9Q083WQMKE9Y3SZ4ZV.jpg",
"remote_url": "http://pasture-one-actor/images/004.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"small": {
"width": 40,
"height": 40,
"size": "40x40",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "L132XVp[fQp[p[fkfQfkfQfQfQfQ"
}
],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 12¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/f9EB15gIfA4",
"published": "2024-10-26T08:50:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/RQ__X0uw3b4",
"published": "2024-10-26T08:50:39Z",
"content": "No type",
"attachment": {
"url": "http://pasture-one-actor/images/005.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01JB40AERRRFJ2V5QQYFZJ73DZ",
"created_at": "2024-10-26T08:50:39.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/RQ__X0uw3b4",
"url": "http://pasture-one-actor/actor/RQ__X0uw3b4",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "No type",
"reblog": null,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 79,
"last_status_at": "2024-10-26T08:50:39.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}
Example 13¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag",
"sensitive": "as:sensitive"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/gtHnFCFLWjk",
"published": "2024-10-26T08:50:39Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/5EhoWaxeWKM",
"published": "2024-10-26T08:50:39Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40AERR3ZN4QB3QS5SR32KZ",
"created_at": "2024-10-26T08:50:39.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/5EhoWaxeWKM",
"url": "http://pasture-one-actor/actor/5EhoWaxeWKM",
"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,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 80,
"last_status_at": "2024-10-26T08:50:39.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/OX0H41CvMEc",
"published": "2024-10-26T08:50:40Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/Up2Ws9j5tiI",
"published": "2024-10-26T08:50:40Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40AFR027VX8WPRQRJ6CNY0",
"created_at": "2024-10-26T08:50:40.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/Up2Ws9j5tiI",
"url": "http://pasture-one-actor/actor/Up2Ws9j5tiI",
"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,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 81,
"last_status_at": "2024-10-26T08:50:40.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/z7kEs74NpWY",
"published": "2024-10-26T08:50:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/h2slosQClyI",
"published": "2024-10-26T08:50:41Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40AGQ8XB0FEV1GPXPET67F",
"created_at": "2024-10-26T08:50:41.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/h2slosQClyI",
"url": "http://pasture-one-actor/actor/h2slosQClyI",
"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,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 82,
"last_status_at": "2024-10-26T08:50:41.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": 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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/xCQVHrcK-2k",
"published": "2024-10-26T08:50:41Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/actor/v7WuxIwTw_g",
"published": "2024-10-26T08:50:41Z",
"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"
}
]
}
}
gotosocial
{
"id": "01JB40AGQ8K7VR6133X8H0NMDV",
"created_at": "2024-10-26T08:50:41.000Z",
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"language": null,
"uri": "http://pasture-one-actor/actor/v7WuxIwTw_g",
"url": "http://pasture-one-actor/actor/v7WuxIwTw_g",
"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,
"account": {
"id": "01JB406J7N5Z0WY56CB5KSGDGA",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2024-10-26T08:48:31.488Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon6.png",
"header": "http://gotosocial/assets/default_header.png",
"header_static": "http://gotosocial/assets/default_header.png",
"followers_count": 0,
"following_count": 0,
"statuses_count": 83,
"last_status_at": "2024-10-26T08:50:41.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [],
"mentions": [
{
"id": "01N304667NDPR3W9JH5AD5H4SW",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}