Enum OpenApiExportFormat

Namespace
Kuestenlogik.Bowire.Protocol.Rest
Assembly
Kuestenlogik.Bowire.Protocol.Rest.dll

Output formats OpenApiDocumentBuilder can emit.

public enum OpenApiExportFormat

Fields

Json = 1

JSON — what most tooling generates natively (Swagger UI, codegen).

Yaml = 0

YAML — the more common OpenAPI distribution format in the wild.