Ktor-OpenAPI-Generator icon indicating copy to clipboard operation
Ktor-OpenAPI-Generator copied to clipboard

Enum classes are generated for each usage instead of a schema that can be reused

Open Burtan opened this issue 3 years ago • 0 comments

Hey, when you use enum classes in different request classes, for each class the enum is generated independently, instead of just using the single enum class to create a schema.

Burtan avatar May 16 '22 18:05 Burtan