kokuwaio/micronaut-openapi-codegen

Inproper enum handling when defined as property

Closed this issue · 0 comments

For sample spec:
enum-problem-minimal-sample-api.txt
The enum for property state is not generated what leads to compilation error.
However when spec is chaned so that enum is a separate schema it's generated properly
enum-problem-minimal-sample-api-working.txt