openapi-generator icon indicating copy to clipboard operation
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)

Results 1209 openapi-generator issues
Sort by recently updated
recently updated
newest added

#18651 Add assert constraints checks for complex types in the model template. Every nested model will be validated (if necessary according to the component schema format). ### 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]...

Issue: Bug

### 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 description provides details...

[REQ][GO] Model templates not contain constraints checks for complex types ##### Description The `TenantSettings` model will be generated without the relevant constraints checks of DeclarativeSettings. (only the DeclarativeSettings will have...

#### 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]...

Issue: Bug

##### Description The option `mergedFileName` for `openApiGenerate` task (Gradle plugin) is missing while it is mentioned in the [doc](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-gradle-plugin#openapigenerate). ##### openapi-generator version `6.6.0` (and also `7.0.0-beta`)

Issue: Bug

Can we convert the example nodes to asciidoc together? Currently, I have tried several methods but none of them can convert them ![Uploading image.png…]()

Issue: Bug

##### Description The Rust generator generates syntax errors when URI templates have parameter names with `-` dashes in them. ##### openapi-generator version 0e05cf2 ##### OpenAPI declaration file content or url...

Issue: Bug

##### Description The Clojure generator does not apply `--name-mappings`. ##### openapi-generator version 0e05cf26d94 ##### OpenAPI declaration file content or url ```yaml openapi: '3.0.0' info: version: 1.0.0 title: test paths: /test:...

Issue: Bug

##### Description The Dart 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...

Issue: Bug