-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semantic error at paths is not detected by validator #176
Comments
@lenchvolodymyr swagger-parser/lib/validators/spec.js Line 17 in fa54e0a
|
@jaishirole thanks for the response, I see now. I would keep the issue open until it's implemented for OpenAPI |
@lenchvolodymyr Sure. |
@lenchvolodymyr This PR hopefully shall address this issue for OpenAPI v3: |
@jaishirole nice, hope it will be merged soon. Thank you! |
Any news on this? |
The swagger-parser doesn't validate semantic error when path parameter has invalid type.
This schema is invalid according to swagger-editor
It shows the following error:
But swagger-parser doesn't throw any errors when validating the schema.
The text was updated successfully, but these errors were encountered: