Vadim Shaigorodskiy
Vadim Shaigorodskiy
Waiting for a NodeJS 17 runtime.
@tkrop could you please 👍 this PR?
I think it has been discussed already in #690. An error is provided by schema validator which checks that schema is valid in general and prevents to spawn false positive...
@tkrop is it still the case?
Closing it for now. Feel free to reopen if needed.
@tkrop do you have API example?
Swagger parser doesn't support `3.1.0` yet. See swagger-api/swagger-parser#1535. Basically, the parser ignores any schemas which do not start from `3.0`. See [this line](https://github.com/swagger-api/swagger-parser/blob/master/modules/swagger-parser-v3/src/main/java/io/swagger/v3/parser/util/OpenAPIDeserializer.java#L165): ```java if (value == null || !value.startsWith("3.0"))...
I have checked the latest swagger parser version. It has the same problem. Swagger parser will be updated together with kotlin and Java in #1254
Blocked by #1255 and swagger-api/swagger-parser#1535.