wiki.trwnh.com/content/tech/spec/activitypub/shortcomings/extensibility-in-plain-json.md
2023-05-05 08:30:12 -05:00

8 lines
515 B
Markdown

# extensibility for plain-json consumers is underconstrained
the recommendation in the spec is to use JSON-LD for extensions, which leaves open the "best practices" on how might one expect to serialize and parse those extensions.
my thoughts:
- if you consider the mastodon protocol/profile, then you basically have to compact against the same context as them, because mastodon only understands shorthand terms that match their own definitions.
- a full IRI is the only unambiguous way to refer to the same thing