JSON-LD @context¶
Various examples the @context
property can take.
See here for the
W3C specification, and here
for what ActivityStreams says about it.
Examples¶
Example 1¶
activity
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/activity/YYE374-IpnQ",
"published": "2025-08-30T20:06:00Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/object/d1xJu5k1Jrs",
"published": "2025-08-30T20:06:00Z",
"@context": "https://www.w3.org/ns/activitystreams",
"content": "@context url as the ActivityStreams URL"
}
}
sharkey
{
"id": "ac29ac00dzsd000o",
"uri": "http://pasture-one-actor/object/d1xJu5k1Jrs",
"url": "http://pasture-one-actor/object/d1xJu5k1Jrs",
"account": {
"id": "ac29a2nndzsd0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-30T20:05:47.891Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 19,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>@context</span> url as the ActivityStreams URL</p>",
"content_type": "text/x.misskeymarkdown",
"text": "@context url as the ActivityStreams URL",
"created_at": "2025-08-30T20:06:00.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 2¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams"
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/activity/FY6Z3QEFZYQ",
"published": "2025-08-30T20:06:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/object/bEOxGnuEyzc",
"published": "2025-08-30T20:06:01Z",
"@context": [
"https://www.w3.org/ns/activitystreams"
],
"content": "@context url is list of ActivityStreams URL"
}
}
sharkey
{
"id": "ac29acrsdzsd000p",
"uri": "http://pasture-one-actor/object/bEOxGnuEyzc",
"url": "http://pasture-one-actor/object/bEOxGnuEyzc",
"account": {
"id": "ac29a2nndzsd0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-30T20:05:47.891Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 20,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>@context</span> url is list of ActivityStreams URL</p>",
"content_type": "text/x.misskeymarkdown",
"text": "@context url is list of ActivityStreams URL",
"created_at": "2025-08-30T20:06:01.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 3¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag"
}
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/activity/t0VFL-qcS0Y",
"published": "2025-08-30T20:06:01Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/object/ExffQ4TL_DY",
"published": "2025-08-30T20:06:01Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"Hashtag": "as:Hashtag"
}
],
"content": "@context url is list of ActivityStreams URL and Hashtag"
}
}
sharkey
{
"id": "ac29acrsdzsd000q",
"uri": "http://pasture-one-actor/object/ExffQ4TL_DY",
"url": "http://pasture-one-actor/object/ExffQ4TL_DY",
"account": {
"id": "ac29a2nndzsd0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-30T20:05:47.891Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 21,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>@context</span> url is list of ActivityStreams URL and Hashtag</p>",
"content_type": "text/x.misskeymarkdown",
"text": "@context url is list of ActivityStreams URL and Hashtag",
"created_at": "2025-08-30T20:06:01.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 4¶
activity
{
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/fep/5711"
],
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/activity/PsDnlqGuCLo",
"published": "2025-08-30T20:06:02Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/object/oAhrURD-Y48",
"published": "2025-08-30T20:06:02Z",
"@context": [
"https://www.w3.org/ns/activitystreams",
"https://w3id.org/fep/5711"
],
"content": "@context with ActivityStreams URL + w3id-fep document"
}
}
sharkey
{
"id": "ac29adjkdzsd000r",
"uri": "http://pasture-one-actor/object/oAhrURD-Y48",
"url": "http://pasture-one-actor/object/oAhrURD-Y48",
"account": {
"id": "ac29a2nndzsd0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-30T20:05:47.891Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 22,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>@context</span> with ActivityStreams URL + w3id-fep document</p>",
"content_type": "text/x.misskeymarkdown",
"text": "@context with ActivityStreams URL + w3id-fep document",
"created_at": "2025-08-30T20:06:02.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 5¶
activity
{
"@context": null,
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/activity/syiWpAnNQFU",
"published": "2025-08-30T20:06:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/object/BYEMFw0S5zw",
"published": "2025-08-30T20:06:03Z",
"@context": null,
"content": "no @context"
}
}
sharkey
{
"id": "ac29aebcdzsd000s",
"uri": "http://pasture-one-actor/object/BYEMFw0S5zw",
"url": "http://pasture-one-actor/object/BYEMFw0S5zw",
"account": {
"id": "ac29a2nndzsd0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-30T20:05:47.891Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 23,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p>no <span>@context</span></p>",
"content_type": "text/x.misskeymarkdown",
"text": "no @context",
"created_at": "2025-08-30T20:06:03.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}
Example 6¶
activity
{
"@context": "http://strange.example/context",
"type": "Create",
"actor": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/activity/0aZKe4qBo0U",
"published": "2025-08-30T20:06:03Z",
"object": {
"type": "Note",
"attributedTo": "http://pasture-one-actor/actor",
"to": [
"https://www.w3.org/ns/activitystreams#Public",
"http://sharkey/users/ac2984fruahh0003"
],
"id": "http://pasture-one-actor/object/1OWgcM-1Qzo",
"published": "2025-08-30T20:06:03Z",
"@context": "http://strange.example/context",
"content": "@context is a broken url"
}
}
sharkey
{
"id": "ac29aebcdzsd000t",
"uri": "http://pasture-one-actor/object/1OWgcM-1Qzo",
"url": "http://pasture-one-actor/object/1OWgcM-1Qzo",
"account": {
"id": "ac29a2nndzsd0004",
"username": "actor",
"acct": "actor@pasture-one-actor",
"fqn": "actor@pasture-one-actor",
"display_name": "Test Actor",
"locked": false,
"created_at": "2025-08-30T20:05:47.891Z",
"followers_count": 0,
"following_count": 0,
"statuses_count": 24,
"note": "",
"url": "http://pasture-one-actor/actor",
"uri": "http://pasture-one-actor/actor",
"avatar": "https://dev.joinsharkey.org/static-assets/avatar.png",
"avatar_static": "https://dev.joinsharkey.org/static-assets/avatar.png",
"header": "https://dev.joinsharkey.org/static-assets/transparent.png",
"header_static": "https://dev.joinsharkey.org/static-assets/transparent.png",
"emojis": [],
"moved": null,
"fields": [],
"bot": false,
"discoverable": true,
"noindex": false,
"group": null,
"suspended": false,
"limited": false
},
"in_reply_to_id": null,
"in_reply_to_account_id": null,
"reblog": null,
"content": "<p><span>@context</span> is a broken url</p>",
"content_type": "text/x.misskeymarkdown",
"text": "@context is a broken url",
"created_at": "2025-08-30T20:06:03.000Z",
"edited_at": null,
"emojis": [],
"replies_count": 0,
"reblogs_count": 0,
"favourites_count": 0,
"reblogged": false,
"favourited": false,
"muted": false,
"sensitive": false,
"spoiler_text": "",
"visibility": "public",
"media_attachments": [],
"mentions": [],
"tags": [],
"card": null,
"poll": null,
"application": null,
"language": null,
"pinned": false,
"bookmarked": false,
"quote": null,
"reactions": []
}