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

Headers - AsyncApi

RenanZanelato opened this issue · comments

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

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