Skip to content
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

Change in type of response attribute is not detected #24

Closed
MinniArora opened this issue Mar 12, 2020 · 2 comments
Closed

Change in type of response attribute is not detected #24

MinniArora opened this issue Mar 12, 2020 · 2 comments
Labels

Comments

@MinniArora
Copy link

Changed response attribute id from integer to string, as below, and this failing change was not detected.

From:
"Pet": {
"type": "object",
"required": [
"name",
"photoUrls"
],
"properties": {
"id": {
"type": "integer",
"format": "int64"
},
......

To:
"Pet": {
"type": "object",
"required": [
"name",
"photoUrls"
],
"properties": {
"id": {
"type": "string"
},
.............................

@galovics
Copy link
Member

Thanks @MinniArora. Will be fixed in the next release.

@MinniArora
Copy link
Author

Thank you for a quick fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants