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

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

#### 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/))? - [...

Issue: Bug

##### Description The generator throw "attribute components.schemas.test.default is not of type `string`" when property is of type array and default value is array. ##### openapi-generator version 3.3.1 ##### OpenAPI declaration...

#### Bug Report Checklist - [ ] 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/))? -...

Issue: Bug

## Version used openapi-generator version: 7.6.0-SNAPSHOT ## Description The `rust-axum` generator has the following issue: It is smart enough to detect the `format: uuid` specifier in openAPI types and map...

Issue: Bug

…fined "Object.h" (#2769) Should handle Object.h, AnyType.h correctly. Set.h also tested. - #include Object.h removed and replaced by a typeMapping.put(object, nlohmann::json) like suggested in other issues - object had an...

Server: C++

As Lombok is available throughout the project and also used in a couple of places, we can use it to remove several thousand lines of boilerplate code. This PR applies...

##### Description ##### openapi-generator version N/A ##### OpenAPI declaration file content or url N/A ##### Command line used for generation N/A ##### Steps to reproduce View "Documentation Feature" table: https://openapi-generator.tech/docs/generators/typescript-fetch#documentation-feature...

### Is your feature request related to a problem? Please describe. Generator name: **aspnetcore** Generator cli version: **7.5.0** When generating a model with a **UUID** property, 'EmitDefaultValue' is set to...

Enhancement: Feature

Using archive.org snapshots in case the URLs change again, like they apparently have in the past. Also fixing formal JavaDoc error, which does not allow bare URLs. This will become...