davidmoten / openapi-codegen

OpenAPI Java client and Spring server generator, strong typing, immutability, fail-fast validation, chained builders, feature rich
Apache License 2.0
8 stars 1 forks source link

nested discriminated oneOf not supported #218

Open davidmoten opened 3 months ago

davidmoten commented 3 months ago

If a discriminated oneOf itself has a discriminated oneOf as a member then the generated classes have compile failures.

Quite doable but not supported for the moment. Comment here if you need it.