-
Notifications
You must be signed in to change notification settings - Fork 133
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
[EDU-10966] Solving validation errors in the orders API #1061
Conversation
from `allOf` and from components' schemas
Thanks for your contribution. The .json file will be checked now with Spectral. |
VTEX - Orders API.json
Outdated
}, | ||
"price": { | ||
"type": "integer", | ||
"format": "int32", |
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.
Acho que não estamos utilizando mais o parâmetro "format": "int32".
VTEX - Orders API.json
Outdated
@@ -17839,293 +17231,124 @@ | |||
"format": "int32", |
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.
Acho que não estamos utilizando mais o parâmetro "format": "int32".
VTEX - Orders API.json
Outdated
}, | ||
"manualDiscountValue": { | ||
"type": "integer", | ||
"format": "int32", |
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.
Acho que não estamos utilizando mais o parâmetro "format": "int32".
VTEX - Orders API.json
Outdated
}, | ||
"manualIncrementValue": { | ||
"type": "integer", | ||
"format": "int32", |
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.
Acho que não estamos utilizando mais o parâmetro "format": "int32".
VTEX - Orders API.json
Outdated
}, | ||
"totalChangeValue": { | ||
"type": "integer", | ||
"format": "int32", |
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.
Acho que não estamos utilizando mais o parâmetro "format": "int32".
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.
Apenas remover os locais onde estão presentes o parâmetro "format": "int32".
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.
LGTM!
Errors indicated by the OpenAPI validator sheet