Hashtags and JSON-LD¶
The examples here are various variations of creating the Hashtag element in the tag list. These variations can be useful in understanding how strict an application sees JSON-LD.
Hashtags are a good illustration of JSON-LD parsing as Hashtag is not part of the ActivityStreams vocabulary.
All examples except the first are questionable, and probably should not
be used when publishing to the Fediverse. The examples marked with
⚠️ are expected to fail with a JSON-LD parser. The examples using
as:Hashtag
are expected to fail with a JSON only parser.
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/hVcAtWx8xqQ",
"published": "2025-10-14T08:58:42Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/jH4FwVNgyII",
"published": "2025-10-14T08:58:42Z",
"content": "text",
"tag": {
"type": "Hashtag",
"name": "#test"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "text"
},
"context": "http://pasture-one-actor/object/jH4FwVNgyII",
"conversation_id": 1487351475,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/jH4FwVNgyII",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC925cdCdf9QA9A48",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:58:42.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/jH4FwVNgyII",
"content": "text",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 14,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [
{
"name": "test",
"url": "http://akkoma/tag/test"
}
],
"language": null,
"favourited": false,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/iUo1UvFvugk",
"published": "2025-10-14T08:58:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/NfY15ijxxmE",
"published": "2025-10-14T08:58:43Z",
"content": "using as:Hashtag",
"tag": {
"type": "as:Hashtag",
"name": "#test"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "using as:Hashtag"
},
"context": "http://pasture-one-actor/object/NfY15ijxxmE",
"conversation_id": 1473300320,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/NfY15ijxxmE",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC92942PCMs61zahU",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:58:43.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/NfY15ijxxmE",
"content": "using as:Hashtag",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 15,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}
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://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/v89PnV0IPOU",
"published": "2025-10-14T08:58:43Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/hZWd14jbpFo",
"published": "2025-10-14T08:58:43Z",
"content": "no type \u26a0\ufe0f ",
"tag": {
"name": "#test"
}
}
}
no result
Example 4¶
activity
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/5iBl0by1b0Y",
"published": "2025-10-14T08:58:55Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/2A9IjBS_WFE",
"published": "2025-10-14T08:58:55Z",
"@context": "https://www.w3.org/ns/activitystreams",
"content": "Hashtag not in @context \u26a0\ufe0f ",
"tag": {
"type": "Hashtag",
"name": "#test"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "Hashtag not in @context \u26a0\ufe0f "
},
"context": "http://pasture-one-actor/object/2A9IjBS_WFE",
"conversation_id": 1107085587,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/2A9IjBS_WFE",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC93Ir5UIn2kiUGVk",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:58:55.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/2A9IjBS_WFE",
"content": "Hashtag not in @context \u26a0\ufe0f ",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 16,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [
{
"name": "test",
"url": "http://akkoma/tag/test"
}
],
"language": null,
"favourited": false,
"favourites_count": 0
}
Example 5¶
activity
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"http://akkoma/users/witch",
"https://www.w3.org/ns/activitystreams#Public"
],
"id": "http://pasture-one-actor/activity/DXAEi9Q2au8",
"published": "2025-10-14T08:58:56Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://akkoma/users/witch"
],
"id": "http://pasture-one-actor/object/_VVpWE1vbHA",
"published": "2025-10-14T08:58:56Z",
"@context": "https://www.w3.org/ns/activitystreams",
"content": "Hashtag not in @context; as:Hashtag",
"tag": {
"type": "as:Hashtag",
"name": "#test"
}
}
}
akkoma
{
"visibility": "public",
"replies_count": 0,
"bookmarked": false,
"pleroma": {
"content": {
"text/plain": "Hashtag not in @context; as:Hashtag"
},
"context": "http://pasture-one-actor/object/_VVpWE1vbHA",
"conversation_id": 1470197953,
"direct_conversation_id": null,
"emoji_reactions": [],
"expires_at": null,
"in_reply_to_account_acct": null,
"local": false,
"parent_visible": false,
"pinned_at": null,
"spoiler_text": {
"text/plain": ""
},
"thread_muted": false
},
"spoiler_text": "",
"uri": "http://pasture-one-actor/object/_VVpWE1vbHA",
"quote": null,
"media_attachments": [],
"card": null,
"edited_at": null,
"id": "AzC93MCp1wxT8zgAIy",
"muted": false,
"emoji_reactions": [],
"in_reply_to_account_id": null,
"reblogged": false,
"created_at": "2025-10-14T08:58:56.000Z",
"text": null,
"reblogs_count": 0,
"pinned": false,
"url": "http://pasture-one-actor/object/_VVpWE1vbHA",
"content": "Hashtag not in @context; as:Hashtag",
"reblog": null,
"application": null,
"mentions": [
{
"acct": "witch",
"id": "AzC8swYwaUNrXx8owS",
"url": "http://akkoma/users/witch",
"username": "witch"
}
],
"poll": null,
"sensitive": false,
"quote_id": null,
"akkoma": {
"source": null
},
"in_reply_to_id": null,
"emojis": [],
"account": {
"acct": "actor@pasture-one-actor",
"akkoma": {
"instance": null,
"permit_followback": false,
"status_ttl_days": null
},
"avatar": "http://akkoma/images/avi.png",
"avatar_static": "http://akkoma/images/avi.png",
"bot": false,
"created_at": "2025-10-14T08:58:34.000Z",
"display_name": "Test Actor",
"emojis": [],
"fields": [],
"followers_count": 0,
"following_count": 0,
"fqn": "actor@pasture-one-actor",
"header": "http://akkoma/images/banner.png",
"header_static": "http://akkoma/images/banner.png",
"id": "AzC91MZuftkZihWr56",
"last_status_at": "2025-10-14",
"locked": false,
"note": "",
"pleroma": {
"also_known_as": [],
"ap_id": "http://pasture-one-actor/actor",
"background_image": null,
"favicon": null,
"hide_favorites": true,
"hide_followers": false,
"hide_followers_count": false,
"hide_follows": false,
"hide_follows_count": false,
"is_admin": false,
"is_confirmed": true,
"is_moderator": false,
"is_suggested": false,
"relationship": {},
"skip_thread_containment": false,
"tags": []
},
"source": {
"fields": [],
"note": "",
"pleroma": {
"actor_type": "Person",
"discoverable": false
},
"sensitive": false
},
"statuses_count": 17,
"url": "http://pasture-one-actor/actor",
"username": "actor"
},
"tags": [],
"language": null,
"favourited": false,
"favourites_count": 0
}