AsyncAPI Best Practices
asyncapi-server-no-trailing-slash
general > asyncapi-server-no-trailing-slash
Guidance
The server URL should not have a trailing slash.
Some tooling forgets to strip trailing slashes off when it's joining the servers.url with channels, and you can
get awkward URLs like mqtt://example.com/broker//pets. Best to just strip them off yourself.
Applies to Server