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)
##### Description The Erlang-client generator does not apply `--name-mappings` which are e.g. necessary to work around a field called `_`. ##### openapi-generator version 0e05cf26d94 ##### OpenAPI declaration file content or...
##### Description The Elixir generator does not apply `--name-mappings` which are e.g. necessary to work around a field called `_`. ##### openapi-generator version 0e05cf26d94 ##### OpenAPI declaration file content or...
based on #18620 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull request and Pull Request...
based on #18618 ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull request and Pull Request...
Generated swagger url definition yaml throws Security requirements must match a security definition
##### Description I am using api.yaml file which is being used to generate. the generated swagger url json doesn't have securityschemes. I tried pasting the json content into swagger editor...
Using version 6.0.0 The generated models contain the following annotation: `@JsonIgnoreProperties( value = "type", // ignore manually set type, it will be automatically generated by Jackson during serialization allowSetters =...
#### 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]...
#### 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]...
Currently, trying various syntax and versions, examples cannot be converted to Asciidoc. Is this a bug? If not, please advise on how to export examples in OpenAPI 3.0 and above...
### Is your feature request related to a problem? Please describe. - In java, while generating polymorphic deserialization based on sub types, there's an option to specify default implementation class...