-
Notifications
You must be signed in to change notification settings - Fork 55
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
Added one more rule for response validation in model validation. #436
Conversation
Fail the validation when there's schema defined for response body in spec but the example response doesn't provide the body in response.
Coverage for the new added rules about body/schema validation in response.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, update version # and changelog.
ChangeLog.md
Outdated
@@ -1,8 +1,10 @@ | |||
# Changelog | |||
### 07/02/2019 0.18.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.18.5 was published on June 12th d54eaf3
### 07/02/2019 0.18.5 | |
### 06/12/2019 0.18.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks!
@amarzavery , the fix was submitted, please review. |
Fail the validation when there's schema defined for response body in spec but the example
response doesn't provide the body in response.