Open scink opened 4 years ago
When I was working on AsyncAPI support I didn't find anything else except full path because of some reasons (don't remember). Perhaps because of name clashes.
is there any way to set the name? i mean, does async api has something that can be used?
looks like, only using Specification Extensions, like x-name
or something
any new thoughts about this?
There's no support for spec extensions at the moment, and I suppose there will never be in the core. It's too specific. OTOH we could think about comprehensive plugin system which would allow any kind of extra feature without complicating the core.
how about use x-name or something for generated name?