Current Limitation
In our current implementation, when creating an AsyncAPI, the x-auth-type property in the definition is undefined by default. However, the WS API behaves as if it has x-auth-type: Any (which means security is enabled). This might confuse the users.
Suggested Improvement
Automatically add the x-auth-type extension to async API definitions, if it is missing.
Version
No response