Enum AsyncApiExportFormat
- Namespace
- Kuestenlogik.Bowire.AsyncApi
- Assembly
- Kuestenlogik.Bowire.AsyncApi.dll
Output formats AsyncApiDocumentBuilder can emit.
public enum AsyncApiExportFormat
Fields
Json = 1JSON — for consumers that read AsyncAPI as JSON only.
Yaml = 0YAML — the AsyncAPI ecosystem's canonical format.