wiki.trwnh.com/content/tech/spec/activitypub/shortcomings/extensibility-in-plain-json.md

8 lines
619 B
Markdown
Raw Normal View History

2023-04-28 19:07:59 +00:00
# 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.
2024-04-21 20:29:44 +00:00
- a full IRI is the only unambiguous way to refer to the same thing. namespaces / prefixes are bad because you could have infinitely many ways of expressing the same thing