-
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…
-
Hi,
We have this error when we run gotestWaf with this swagger :
[outscale-no_oneof.txt](https://github.com/user-attachments/files/16960432/outscale-no_oneof.txt)
_The attached file is an openAPI…
-
https://github.com/swagger-api/swagger-parser/commit/9a5cd1990b06374c75999288824dca83a2cef4e3 introduced the behavior that properties without type defined are implied of type object. I don't think thi…
-
I am always getting this error on runwhich i assume it has something to do with outdated parser?
Can you fix this?
0:36:05.376 [main] ERROR c.i.a.tests.ScenariosDataProvider - Failed to get httpRe…
-
## Problem statement
Hello hello, I can't seem to get go swagger generating a yaml output from code annotations on Go v1.23.0, where it was working fine in Go v1.22.x.
When running the following…
-
![image](https://github.com/user-attachments/assets/1b0589e2-a550-4b15-bdce-08399a6d88a5)
-
This issue is to discuss the state of one of our upstream dependency `Swagger-Parser`.
Original project: https://github.com/swagger-api/swagger-parser/pulls
Our fork: https://github.com/OpenAPIT…
jmini updated
5 years ago
-
Hi Victor,
Thanks for sharing this project
Getting this error on one of the swaggers, for another it works fine
[main] INFO io.swagger.parser.Swagger20Parser - reading from appmarketqa.json
[…
-
### Description
Our schema has camel case properties that when transformed into types using the default configuration stay with the same casing eg. a `commandMsg` schema results in a type inside ou…
-
Swagger Parser does not detect or validate swagger 2.0 definitions with missing response schema definitions. The following code snippet has been used to validate the swagger definition and it fails to…