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 OpenAPI required bug #443

Merged
merged 1 commit into from
May 26, 2020
Merged

Fix OpenAPI required bug #443

merged 1 commit into from
May 26, 2020

Conversation

mtdowling
Copy link
Member

This commit fixes an issue with the OpenAPI converter where path and
header parameters that are required would appear in the synthesized
object input with "required" properties that reference members that were
removed.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit fixes an issue with the OpenAPI converter where path and
header parameters that are required would appear in the synthesized
object input with "required" properties that reference members that were
removed.
@mtdowling mtdowling added the bug This issue is a bug. label May 25, 2020
@mtdowling mtdowling requested a review from kstich May 25, 2020 05:43
@mtdowling mtdowling merged commit 5b35b28 into master May 26, 2020
@mtdowling mtdowling deleted the fix-open-api-required-bug branch May 29, 2020 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants