How to define an array of dynamic types using OpenAPI?
I want to define a schema for a data structure that contains an array with values of different types:
OpenAPI Enums getting mixed up during doc generation
I have an object with multiple properties and enums. In the generated documentation, the latter property also has the enums from the former property why is that?
How to stop OpenAPI 3 from appending “def” to classes
Since I upgrade my openapi version from x to x all of the generated file now end with def. Example Action is now Actiondef. The files have not changed, just the version.