Enum OpenApiExportFormat
- Namespace
- Kuestenlogik.Bowire.Protocol.Rest
- Assembly
- Kuestenlogik.Bowire.Protocol.Rest.dll
Output formats OpenApiDocumentBuilder can emit.
public enum OpenApiExportFormat
Fields
Json = 1JSON — what most tooling generates natively (Swagger UI, codegen).
Yaml = 0YAML — the more common OpenAPI distribution format in the wild.