Mike Ralphson
Mike Ralphson
Is there anything currently acting as a roadblock in the OAS to prevent use of JOSE signatures today? With the possible addition of a `format` value in the proposed registry,...
> once you register, you cannot make breaking changes. things cannot be unregistered, they will simply be marked as deprecated. Yep, I think that's understood by all. > submissions must...
> The main (only?) problem is for implementations supporting signature schemes, Thanks - a concrete example in OAS terms would be enlightening.
@dret > there may be extensions for AsyncAPI (if that ever gets to be a proper OpenAPI-based thing) Just FYI, at the moment AsyncAPI is pursuing a course with their...
Thanks @dret, that's all very helpful and I really appreciate the offer of an extra set of eyes. The four initial registries all use the same basic jekyll static site...
> I'm not clear yet on what a PR for a new registry entry should look like, and I assume we don't yet have an example of such a PR...
> so that i could extract and rebuild the registry somewhere else simply by using the data i can get through the API. I'm **so** not sure that's an actual...
Ted: I added a discussion item for this exact topic to this week's agenda earlier today.
> what if I simply get rid of the OperationId? It isn't mandatory, is it? No. And if present, they can be anything you wish, including unique integers, hashes etc....
Yes, I would *personally* recommend providing a descriptive `operationId` if you can, in case your OpenAPI document is ever used for code-generation. The consequence would be less readable generated code...