-
##### Description
for 3.0.0 version, swagger codegen use languages packs (classes and templates) in a different (a new one) repository [swagger-codegen-generators](https://github.com/swagger-ap…
-
**Is your feature request related to a problem? Please describe.**
The api config openAPI v3.0.2 json file I'm using contains discriminators. the code generation build process end up with error messa…
-
We would like to pass some options to the java executor to reduce logging output:
```
export JAVA_OPTS="${JAVA_OPTS} -Dlog.level=warn --illegal-access=warn"
```
In the OpenApi generator for exam…
-
```
Response model path does not exist responseModelFullPath-> swagger-generator-express\example\express-swagger-example\src\responseModel\index.js
Response model path does not exist requestModelF…
-
##### Description
If there are two models in the swagger definition whose subproperties are the same, the code generator always uses the first one.
e.g. take the following two definitions
```…
-
**while I am doing run docker in vagarant**
git clone http://github.com/swagger-api/swagger-codegen.git
cd swagger-codegen
vagrant up
vagrant ssh
cd /vagrant
./run-in-docker.sh mvn package
# I am gett…
-
Using Swagger Editor (The web based one from swagger.io). You get a bunch of additional lints/validation that I don't see with this extension installed. It would be nice to have those. They include fo…
-
When a property has `x-ms-client-flatten: true` extension, and its schema has a discriminator, our generator is only generating the model with properties flattened from the base model of the discrimin…
-
#### 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/swagg…
-
Hello! Could it be that @DtoCastType is currently broken? During my tests, the following schema snippet will result in the cast being ignored. It seems like the cast import is generated correctly, but…