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

fix: #109 swagger json incorrectly structures 'required' on body schemas #112

Merged
merged 5 commits into from
Mar 9, 2021

Conversation

thomasmost
Copy link

For some reason Swagger expects the required fields to be listed for a body object, rather than inlined under each body parameter.

Closes #109

@Cody2333 Cody2333 merged commit 4c78d7a into Cody2333:develop Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: swagger json incorrectly structures 'required' on body schemas
2 participants