Fediverse JSON-LD — Complete Reference
Overview
ActivityPub and ActivityStreams 2.0 use JSON-LD as their data format.
JSON-LD (JSON for Linking Data) is a W3C standard that extends JSON with
semantic meaning by mapping property names to IRIs via a @context.
In practice, most Fediverse implementations do not perform full
JSON-LD processing. They treat ActivityPub messages as plain JSON,
looking up properties by their short names and ignoring the @context.
This mostly works but cre
[Description truncada. Veja o README completo no GitHub.]