openapi-generator
openapi-generator copied to clipboard
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
#### Bug Report Checklist I noticed that the code generator parameters I can pass to the CLI and the Maven Plugin differ. When we consider Java as target language, here...
#### Bug Report Checklist - [ X] Have you provided a full/minimal spec to reproduce the issue? - [ X ] Have you validated the input using an OpenAPI validator...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how...
https://github.com/OpenAPITools/openapi-generator/issues/14569 Added `enumType` generator argument: - `stringUnion` - `"available" | "pending" | "sold"` - `enum` - `{ Available = 'available', Pending = 'pending', Sold = 'sold' }` ### PR checklist...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
##### Description When using oneOf for an array it generates in a way that array of single value can not be empy. If you leave out the oneOf and have...
Currently when a min/max value for a number field is not respected, the api only returns a generic error message without providing any useful information to fix the request. This...
When a default value is set for an object property, ensure it is set into the struct before decoding the JSON body. Fix OpenAPITools#4579
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...