Image Description¶
The Image type is defined in ActivityStreams Vocabulary.
In this support table, we only consider how the image description, commonly called AltText is handled. Image descriptions are important from an accessibility standpoint, see WCAG 2.2. Text Alternatives.
It seems that certain implementations, e.g. misskey, store the image description on a per image URL basis and not for every instance of an image reference.
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://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/DYiDC9By9cE",
"published": "2025-09-09T10:36:44Z",
"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/object/V2beVldvcL0",
"published": "2025-09-09T10:36:44Z",
"content": "no description",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K4Q0S8K01GYQ51HR2S5YWBJN",
"created_at": "2025-09-09T10:36:44.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/object/V2beVldvcL0",
"url": "http://pasture-one-actor/object/V2beVldvcL0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "no description",
"reblog": null,
"account": {
"id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-09-09T10:34:50.897Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.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": "2025-09-09T10:36:44.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K4Q0S8ZAM2Y03J6NDHK2M0NY",
"type": "image",
"url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0S8ZAM2Y03J6NDHK2M0NY.png",
"text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0S8ZAM2Y03J6NDHK2M0NY.png",
"preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0S8ZAM2Y03J6NDHK2M0NY.jpg",
"remote_url": "http://pasture-one-actor/images/100.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": "L3JsRc}@fQ}@}@oLfQoLfQfQfQfQ"
}
],
"mentions": [
{
"id": "01SFNR5MPRC497N6PM436ZKHDZ",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/scl87uPRxXk",
"published": "2025-09-09T10:36:44Z",
"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/object/o3UW8ppEvjg",
"published": "2025-09-09T10:36:44Z",
"content": "name and summary",
"attachment": {
"type": "Document",
"url": "http://pasture-one-actor/images/100.png",
"name": "name",
"summary": "summary",
"content": "content"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K4Q0S8K0VY1S5EJ9EPHVVEFX",
"created_at": "2025-09-09T10:36:44.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/object/o3UW8ppEvjg",
"url": "http://pasture-one-actor/object/o3UW8ppEvjg",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "name and summary",
"reblog": null,
"account": {
"id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-09-09T10:34:50.897Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.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": "2025-09-09T10:36:44.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K4Q0S9N0RJSXJDV229X9SS4Y",
"type": "image",
"url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0S9N0RJSXJDV229X9SS4Y.png",
"text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0S9N0RJSXJDV229X9SS4Y.png",
"preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0S9N0RJSXJDV229X9SS4Y.jpg",
"remote_url": "http://pasture-one-actor/images/100.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": "summary",
"blurhash": "L1E3C.~qfQ~q~qoffQoffQfQfQfQ"
}
],
"mentions": [
{
"id": "01SFNR5MPRC497N6PM436ZKHDZ",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/XnvRtju5qzU",
"published": "2025-09-09T10:36:45Z",
"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/object/ithECJwcYp8",
"published": "2025-09-09T10:36:45Z",
"content": "only name",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K4Q0S9J8SHW409NTGCYH5C48",
"created_at": "2025-09-09T10:36:45.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/object/ithECJwcYp8",
"url": "http://pasture-one-actor/object/ithECJwcYp8",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "only name",
"reblog": null,
"account": {
"id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-09-09T10:34:50.897Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.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": "2025-09-09T10:36:45.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K4Q0SAAFEQ4R17Z4Y3CDTA9D",
"type": "image",
"url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0SAAFEQ4R17Z4Y3CDTA9D.png",
"text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0SAAFEQ4R17Z4Y3CDTA9D.png",
"preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0SAAFEQ4R17Z4Y3CDTA9D.jpg",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 1548,
"height": 1548,
"size": "1548x1548",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": "name",
"blurhash": "LIB{x~.}9Fcn}gnOEUxBDlK[N1wi"
}
],
"mentions": [
{
"id": "01SFNR5MPRC497N6PM436ZKHDZ",
"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": [
"http://gotosocial/users/cookie",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/uvQ9iW9pIZ0",
"published": "2025-09-09T10:36:46Z",
"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/object/GuGvywquuLo",
"published": "2025-09-09T10:36:46Z",
"content": "no comment in attachment",
"attachment": [
{
"type": "Document",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K4Q0SAHGJD4V1SSCD253C42Y",
"created_at": "2025-09-09T10:36:46.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/object/GuGvywquuLo",
"url": "http://pasture-one-actor/object/GuGvywquuLo",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "no comment in attachment",
"reblog": null,
"account": {
"id": "01K4Q0NT3HSFK1SRH2DNH7B8TT",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-09-09T10:34:50.897Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon5.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": "2025-09-09T10:36:46.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K4Q0SAZVEPSNC61B97403CEH",
"type": "image",
"url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0SAZVEPSNC61B97403CEH.png",
"text_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/original/01K4Q0SAZVEPSNC61B97403CEH.png",
"preview_url": "http://gotosocial/fileserver/01K4Q0NT3HSFK1SRH2DNH7B8TT/attachment/small/01K4Q0SAZVEPSNC61B97403CEH.jpg",
"remote_url": "http://pasture-one-actor/assets/FediverseLogo.png",
"preview_remote_url": null,
"meta": {
"original": {
"width": 1548,
"height": 1548,
"size": "1548x1548",
"aspect": 1
},
"small": {
"width": 512,
"height": 512,
"size": "512x512",
"aspect": 1
},
"focus": {
"x": 0,
"y": 0
}
},
"description": null,
"blurhash": "LIB{x~.}9Fcn}gnOEUxBDlK[N1wi"
}
],
"mentions": [
{
"id": "01SFNR5MPRC497N6PM436ZKHDZ",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}