swicg / activitypub-html-discovery

Other
20 stars 0 forks source link

[Question] position on using `application/ld+json; profile="https://www.w3.org/ns/activitystreams"` in mime type declarations throughout examples? #34

Open trwnh opened 22 hours ago

trwnh commented 22 hours ago

i did a quick ctrl+f search and found 0 results for ld+json; so it looks like the "ld+json with the activitystreams profile" option is not given any consideration. this is to some extent understandable since content negotiation often works on the base media type without any parameters, and "profile negotiation" is something that still isn't ready yet. but it probably deserves a mention at least in some places throughout the document. whether this is inadvisable, or whether usage of an HTTP Link header with rel=profile ought to be mentioned as well, or whether some other outcome, it should probably be acknowledged as a potential issue.