I saw a previous topic similar to this one but I don't see any conclusion on that and was archived so creating new one. I have a some WebSocket implementation in my spring boot application and I ...
OpenAPI Specification and Swagger tools aren't really suitable for WebSocket APIs.
Check out AsyncAPI instead. AsyncAPI is very similar to the OpenAPI Specification but designed specifically for event-driven messaging APIs, including WebSocket APIs.