asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.

Home Page:https://www.asyncapi.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use saunter asyncapi specification in generator

mr-nuno opened this issue · comments

ag spec.json @asyncapi/nodejs-template -o nodejs

The $ref is wrong for channelBindings

"bindings": {
   "$ref": "#/components/operationBindings/my-custom-binding"
 },

image

My bad I had placed the BindingRef inside a PublishOperation instead of directly on the Channel