asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
204 stars 57 forks source link

Headers - AsyncApi #128

Closed RenanZanelato closed 2 years ago

RenanZanelato commented 2 years ago

Guys,

Do you know if using Saunter it's possible to create the Headers? Example:

channels: material: publish: message: name: "blablabla" title: "blablabla" summary: "blablabla" headers: type: object properties: blablaproperty: description: "blablabla",, type: string $ref: '#/components/messages/blabla' image

RenanZanelato commented 2 years ago

I think I can resolve my problem using the attribute ChannelParameterAttribute thanks everyone.