-
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Fix missing RequestBody.required of inline request body #1847
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
Conversation
|
( I think it's better that swagger-models supports deep copy. 🤔 ) |
Agreed |
|
Looks like the fix causes some changes in the samples, e.g. |
./bin/utils/ensure-up-to-date
08bd442 to
c34a1c2
Compare
|
I'll have a look this afternoon (Sat) |
|
The ton of weird changes on |
./bin/utils/ensure-up-to-date
bfb3c3f to
3a1fedd
Compare
wing328
left a comment
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
…#1847) * Add test case that reproduce the issue OpenAPITools#1782 * Fix missing RequestBody.required * Update samples ./bin/utils/ensure-up-to-date * Run ensure-up-to-date script ./bin/utils/ensure-up-to-date
PR checklist
./bin/to update Petstore sample so that CIs can verify the change. (For instance, only need to run./bin/{LANG}-petstore.shand./bin/security/{LANG}-petstore.shif updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in.\bin\windows\.master,. Default:3.4.x,4.0.xmaster.Description of the PR
This PR fixes #1782