Enum AsyncApiExportFormat

Namespace
Kuestenlogik.Bowire.AsyncApi
Assembly
Kuestenlogik.Bowire.AsyncApi.dll

Output formats AsyncApiDocumentBuilder can emit.

public enum AsyncApiExportFormat

Fields

Json = 1

JSON — for consumers that read AsyncAPI as JSON only.

Yaml = 0

YAML — the AsyncAPI ecosystem's canonical format.