This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Description
Usage of anyOf, allOf, or oneOf makes all major code generators (OpenAPI Tools, NSwag, Azure autorest) generate invalid C# code (and I think Java also). There is no solution in sight since this seems to be a pretty difficult problem to tackle.
Additionally, there is a repeated enum (READY_TO_START) that also causes invalid code to be generated.