Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Message could be a $ref in Operation. #8

Closed
fglaeser opened this issue Mar 20, 2020 · 1 comment
Closed

Message could be a $ref in Operation. #8

fglaeser opened this issue Mar 20, 2020 · 1 comment
Labels
💡 enhancement New feature or request

Comments

@fglaeser
Copy link

Check this asyncapi documentation.

channels:
  Envios/Traza/Admision:
    publish:
      operationId: Admision
      message:
        $ref: '#/components/messages/Admision'  

I think is no way to do that with the current classes. The Message should implement an Interface like Schema to have the possibility of add a Reference.

Best Regards,
Facundo

@m-wild
Copy link
Collaborator

m-wild commented Jul 19, 2021

Closing in favor of #60

@m-wild m-wild closed this as completed Jul 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants