Jeroen Beullens
Jeroen Beullens
The plugin is not available through npm as I figured out the hard way. The artifact published on npmjs.com links to a repo that doesn't exist anymore. If you follow...
Can this be expedited? Following [MR](https://github.com/OpenAPITools/openapi-generator/pull/11691) introduced a limitation in the OpenAPI specification. The following snippet is valid: ``` "discriminator": { "propertyName": "species", "mapping": { "Dog": "#/components/schemas/Dog", "Cat": "#/components/schemas/Cat", "Tiger":...
@wing328 FYI This project contains a valid spec file and a unit test that reproduces the issue. https://github.com/jbeullen/open-api-generator-issue
@wing328 Any news on this? I found a discussion on Open API stating that Many-To-One is allowed in de specification. https://github.com/OAI/OpenAPI-Specification/discussions/3283 Hopes this gives new insight into the severity of...