You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
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.