Open
Description
I'm looking at various options to "upgrade" a simple API (HTTP POST of CloudEvents) to allow clients and servers to be able to extend into more complex OpenAPI space (e.g. "what events are you interested in" or "what types of events might be returned in the HTTP response").
One attractive option would be to provide a Link
header pointing to the OpenAPI spec on the existing endpoint to provide a hint that upgrade is available.
I don't see a documented rel
(relation) value for OpenAPI; would something like "oas-3.0" be a reasonable value?