JSON-LD @context¶
Various examples the @context property can take.
See here for the
W3C specification, and here
for what ActivityStreams says about it.
Support table¶
| X | @context | akkoma | gotosocial | hollo | mastodon | mitra | pleroma | sharkey |
|---|---|---|---|---|---|---|---|---|
| # | “https://www.w3.org/ns/activitystreams” |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| # | [ “https://www.w3.org/ns/activitystreams” ] |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| # | [ “https://www.w3.org/ns/activitystreams”, {“Hashtag”: “as:Hashtag” } ] |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| # | [ “https://www.w3.org/ns/activitystreams”, “https://w3id.org/fep/5711” ] |
✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| # | null |
✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |
| # | “http://strange.example/context” |
✅ | ✅ | ❌ | ❌ | ✅ | ✅ | ✅ |