Apparently there is a type defaulting logic implemented in swagger tools that is not specified · Issue #131 · GetShopTV/swagger2 · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
swagger-cli does successfully validate that same OpenAPI spec document though.
I have created an issue on the spec repo that this should be specified so that all tools are aligned. OAI/OpenAPI-Specification#1388
Maybe we can come to correctly parsing swagger documents created with swagger tools even without waiting for the spec to explicitly state the defaulting logic.
The text was updated successfully, but these errors were encountered:
According to OpenAPI as it mentioned in #131, "type" might not be specified. It is implemented currently in Kubernetes. Thus, interface is changing with this fix. CHANGELOG should be also updated.
According to OpenAPI as it mentioned in #131, "type" might not be specified. It is implemented currently in Kubernetes. Thus, interface is changing with this fix. CHANGELOG should be also updated.
According to OpenAPI as it mentioned in #131, "type" might not be specified. It is implemented currently in Kubernetes. Thus, interface is changing with this fix. CHANGELOG should be also updated.
Cannot parse https://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json because it does not contain type attributes for definitions.
swagger-cli does successfully validate that same OpenAPI spec document though.
I have created an issue on the spec repo that this should be specified so that all tools are aligned. OAI/OpenAPI-Specification#1388
Maybe we can come to correctly parsing swagger documents created with swagger tools even without waiting for the spec to explicitly state the defaulting logic.
The text was updated successfully, but these errors were encountered: