-
Previously, I could use [u8] in the path macro responses to generate openapi for returning a binary blob.
Now, that is pretty much impossible inside the responses field. The only way I could manage …
-
@ramfox wanted a list of tools that can generate `openapi.yaml` api files from annotated source.
In addition to generating `.yaml` the go tools can generate documentation that could be served from …
-
### Description of Feature
Some code generators and other apps still do not support all OpenAPI 3.1 features, so an OpenAPI 3.0 spec is needed.
### Related Issues
Compilation errors with open…
-
#### 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…
-
#### 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…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/…
-
### Was the documentation helpful?
Yes
### What documentation page is affected
The generated content in the Kibana APIs, for example the operations under https://www.elastic.co/docs/api/doc/kibana/…
lcawl updated
3 weeks ago
-
### Description of the bug
In one of the generated api dart code OneOf is not imported
### Steps to reproduce
Generated code with the following schema
### Minimal openapi specification
…
-
##### Description
Currently, we use openapi spec 3.0.3 with openapi-generator version 5.4.0 and we are planning to migrate to openapi spec 3.1.0 with the latest generator version.
While mig…
-
using this definition
`openApiSpec=https://raw.githubusercontent.com/InterNetX/internetx-swagger-files/master/src/domainrobot.json`
and openapi generator via maven
```
…