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": [
"https://www.w3.org/ns/activitystreams#Public",
"http://gotosocial/users/cookie"
],
"id": "http://pasture-one-actor/activity/dHuvMd9WGL8",
"published": "2025-10-04T14:08:27Z",
"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/PvZ03l7ISCA",
"published": "2025-10-04T14:08:27Z",
"content": "no description",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/d415c8ad-4560-4c56-9f4d-e5aaaf543d50.png"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K6QRTWVRK5TZ8H06WKWG8KCD",
"created_at": "2025-10-04T14:08:27.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/PvZ03l7ISCA",
"url": "http://pasture-one-actor/object/PvZ03l7ISCA",
"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": "01K6QRQPNK1W7YHAVDDKPZ7HF9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-10-04T14:06:42.368Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.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-10-04T14:08:27.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K6QRTXKC74XV47TW97D4PEMA",
"type": "image",
"url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTXKC74XV47TW97D4PEMA.png",
"text_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTXKC74XV47TW97D4PEMA.png",
"preview_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/small/01K6QRTXKC74XV47TW97D4PEMA.jpg",
"remote_url": "http://pasture-one-actor/images/d415c8ad-4560-4c56-9f4d-e5aaaf543d50.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": "L71qRzkJfQkJkJfSfQfSfQfQfQfQ"
}
],
"mentions": [
{
"id": "01G2QZKQVP4B7YA57W68DKMQD8",
"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/activity/7DMD7tLF01M",
"published": "2025-10-04T14:08:28Z",
"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/KqWohNFLG1Y",
"published": "2025-10-04T14:08:28Z",
"content": "name, summary and content",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/c405adc3-9abf-4fe8-bc4e-a10af38ca508.png",
"name": "name",
"summary": "summary",
"content": "content"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K6QRTXV0KVDRER8JJTYGEMVZ",
"created_at": "2025-10-04T14:08:28.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/KqWohNFLG1Y",
"url": "http://pasture-one-actor/object/KqWohNFLG1Y",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "name, summary and content",
"reblog": null,
"account": {
"id": "01K6QRQPNK1W7YHAVDDKPZ7HF9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-10-04T14:06:42.368Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.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-10-04T14:08:28.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K6QRTY5S9945QSNGY2AZGA4K",
"type": "image",
"url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTY5S9945QSNGY2AZGA4K.png",
"text_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTY5S9945QSNGY2AZGA4K.png",
"preview_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/small/01K6QRTY5S9945QSNGY2AZGA4K.jpg",
"remote_url": "http://pasture-one-actor/images/c405adc3-9abf-4fe8-bc4e-a10af38ca508.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": "L7Esse*EfQ*E*EkBfQkBfQfQfQfQ"
}
],
"mentions": [
{
"id": "01G2QZKQVP4B7YA57W68DKMQD8",
"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/activity/9EvaO8wICvk",
"published": "2025-10-04T14:08:28Z",
"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/aXKcb82IgmE",
"published": "2025-10-04T14:08:28Z",
"content": "only name",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png",
"name": "name",
"imageType": "image/jpeg"
}
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K6QRTXV0BXEQE347XA2G4NDA",
"created_at": "2025-10-04T14:08:28.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/aXKcb82IgmE",
"url": "http://pasture-one-actor/object/aXKcb82IgmE",
"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": "01K6QRQPNK1W7YHAVDDKPZ7HF9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-10-04T14:06:42.368Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.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": "2025-10-04T14:08:28.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K6QRTYQJ8CPS87KWYNZ8F02R",
"type": "image",
"url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTYQJ8CPS87KWYNZ8F02R.png",
"text_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTYQJ8CPS87KWYNZ8F02R.png",
"preview_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/small/01K6QRTYQJ8CPS87KWYNZ8F02R.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": "01G2QZKQVP4B7YA57W68DKMQD8",
"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/activity/aL5Lv2T9OW4",
"published": "2025-10-04T14:08:29Z",
"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/1vFbiHGpHd0",
"published": "2025-10-04T14:08:29Z",
"content": "only summary",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/104bce0b-9424-48c9-9708-bd0de8b9986d.png",
"name": "name",
"summary": "summary",
"content": "content"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K6QRTYT836HS1VNCKBGQZ0XZ",
"created_at": "2025-10-04T14:08:29.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/1vFbiHGpHd0",
"url": "http://pasture-one-actor/object/1vFbiHGpHd0",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "only summary",
"reblog": null,
"account": {
"id": "01K6QRQPNK1W7YHAVDDKPZ7HF9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-10-04T14:06:42.368Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.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": "2025-10-04T14:08:29.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K6QRTZ8XP6WZFTE20VP30EJN",
"type": "image",
"url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTZ8XP6WZFTE20VP30EJN.png",
"text_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTZ8XP6WZFTE20VP30EJN.png",
"preview_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/small/01K6QRTZ8XP6WZFTE20VP30EJN.jpg",
"remote_url": "http://pasture-one-actor/images/104bce0b-9424-48c9-9708-bd0de8b9986d.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": "L4K-:C~nfQ~n~noefQoefQfQfQfQ"
}
],
"mentions": [
{
"id": "01G2QZKQVP4B7YA57W68DKMQD8",
"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/activity/ML5z6OlPS9U",
"published": "2025-10-04T14:08:30Z",
"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/PG1sGO-NAfQ",
"published": "2025-10-04T14:08:30Z",
"content": "only content",
"attachment": {
"type": "Image",
"url": "http://pasture-one-actor/images/7be3492a-d1fa-4e47-ad6f-4f512a857e70.png",
"content": "content"
},
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K6QRTZSG3H0XTH7QVYMVCMT6",
"created_at": "2025-10-04T14:08:30.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/PG1sGO-NAfQ",
"url": "http://pasture-one-actor/object/PG1sGO-NAfQ",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "only content",
"reblog": null,
"account": {
"id": "01K6QRQPNK1W7YHAVDDKPZ7HF9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-10-04T14:06:42.368Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.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": "2025-10-04T14:08:30.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K6QRTZV6BG73419HN6S4NQWH",
"type": "image",
"url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTZV6BG73419HN6S4NQWH.png",
"text_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRTZV6BG73419HN6S4NQWH.png",
"preview_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/small/01K6QRTZV6BG73419HN6S4NQWH.jpg",
"remote_url": "http://pasture-one-actor/images/7be3492a-d1fa-4e47-ad6f-4f512a857e70.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": "L79V~vuifQuiuikCfQkCfQfQfQfQ"
}
],
"mentions": [
{
"id": "01G2QZKQVP4B7YA57W68DKMQD8",
"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/activity/NkEfwEud2jA",
"published": "2025-10-04T14:08:30Z",
"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/u55acQBVK5Q",
"published": "2025-10-04T14:08:30Z",
"content": "no comment in attachment; reused image",
"attachment": [
{
"type": "Image",
"url": "http://pasture-one-actor/assets/FediverseLogo.png"
}
],
"tag": [
{
"type": "Mention",
"href": "http://gotosocial/users/cookie"
}
]
}
}
gotosocial
{
"id": "01K6QRTZSGAE20BY23MXPQWFE5",
"created_at": "2025-10-04T14:08:30.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/u55acQBVK5Q",
"url": "http://pasture-one-actor/object/u55acQBVK5Q",
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"favourited": false,
"reblogged": false,
"muted": false,
"bookmarked": false,
"pinned": false,
"content": "no comment in attachment; reused image",
"reblog": null,
"account": {
"id": "01K6QRQPNK1W7YHAVDDKPZ7HF9",
"username": "actor",
"acct": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": true,
"discoverable": false,
"bot": false,
"created_at": "2025-10-04T14:06:42.368Z",
"note": "",
"url": "http://pasture-one-actor/actor",
"avatar": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.png",
"avatar_static": "http://gotosocial/assets/default_avatars/GoToSocial_icon1.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": "2025-10-04T14:08:30.000Z",
"emojis": [],
"fields": []
},
"media_attachments": [
{
"id": "01K6QRV0CCNKTNFJM8Y38W019B",
"type": "image",
"url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRV0CCNKTNFJM8Y38W019B.png",
"text_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/original/01K6QRV0CCNKTNFJM8Y38W019B.png",
"preview_url": "http://gotosocial/fileserver/01K6QRQPNK1W7YHAVDDKPZ7HF9/attachment/small/01K6QRV0CCNKTNFJM8Y38W019B.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": "01G2QZKQVP4B7YA57W68DKMQD8",
"username": "cookie",
"url": "http://gotosocial/@cookie",
"acct": "cookie"
}
],
"tags": [],
"emojis": [],
"card": null,
"poll": null
}