-
This difference leads an ugly workaround on sample generator.
Fixing it here might not be worthy, creating this issue to track the issue.
Issue:
In typespec input, models are created by `ModelProvid…
-
Especially given Aspire and when using it, being able to spin up a micro service separately to build openapi docs is not easy anymore, Swashbuckle dying and NSwag not supporting most of V3.1 spec (inc…
-
### Description of the bug
Generating the api fails
### Steps to reproduce
```shell
dart run build_runner build --delete-conflicting-outputs
# OR
flutter pub run build_runner build --delet…
-
When I start my quarkus application with mvn quarkus:dev the openapi-generator from quarkus always generates the proxies from the swagger file, no matter if the spec changed or not. This triggers the …
-
##### Description
When i try to generate JAVA17/jakarta compatible Code with the jaxrs-cxf-client generator i get jakarta imports due to the property `true`, but i still get imports for swagger…
-
The docs team is using `operationId` to identify operations, and they decided to stick with swaggers.
The downstream SDK generators (at least dotnet SDK) want to provide extra information that our use…
-
We encountered the issue here, when using OpenAPITools Generator (Maven Plugin) after we switched from OAS 3.0.3 to 3.1.0:
https://github.com/OpenAPITools/openapi-generator/issues/18161
As the Iss…
-
#### 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/swagg…
-
#### 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/swagg…
-
Hi!
When I split an openapi.yaml like this...
openapi.yaml
`
...
paths:
/stuff:
$ref: "./stuff/methods.yaml"
`
methods.yaml
`
get:
tags:
- stuff
operationId: getStuff…