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 - [x] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? -...
1. Follow example steps from the documentation https://openapi-generator.tech/docs/usage#batch (ignore for now that documentation is outdated and references csharp-netcore which was renamed) ```bash > ls csharp.yaml kotlin.yaml shared > openapi-generator-cli batch...
### Is your feature request related to a problem? Please describe. The `requestBody` specification for OpenAPI 3.0 (https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#requestBodyObject) allows you to specify multiple MediaType names and schemas for the `Content`...
#### Bug Report Checklist - [ X ] Have you provided a full/minimal spec to reproduce the issue? - [ X ] Have you validated the input using an OpenAPI...
The php-dt generator creates Collection objects with generated unique names. See: [PhpDataTransferClientCodegen.java#L435](https://github.com/OpenAPITools/openapi-generator/blame/fe381e219986e8e7029ba2bd9456a52b53062f98/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/PhpDataTransferClientCodegen.java#L435) This will yield a lot of CollectionXX classes, including uniquely named ones that have the exact same purpose/contents....
@cbornet (2017/09) @tomplus (2018/10) @krjakbrjak (2023/02) @fa0311 (2023/10) @multani (2023/10) This pull request main objective is to fix the issue #19453 * Fix a bug of deserializing / serializing anyOf...
There was an edge case in the ObjectSerializer in both the `typescript` and `typescript-node` generators where schema objects (object types defined in `schema.components`) were not properly deserialized if they were...
##### Description When using serializationLibrary micronaut_serde_jackson the getters and setters in the generated code is missing the @JsonProperty annotation that is used for serializationLibrary jackson. If fields in a JSON...
Hello, good afternoon @mostafa I have detected that in the version change from 5.3.0 to 5.3.1 there is a bug that is dragging to the latest current version v7.7.0. The...
The method did not consider the objects created for oneOf schemata. If one of the cases was a list, to_dict would return it instead of something that has an items()...