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

Implement flag to omit vendor extensions in mix openapi.spec.json #439

Merged
merged 2 commits into from
May 10, 2022

Conversation

zorbash
Copy link
Contributor

@zorbash zorbash commented Mar 23, 2022

See: #436

The --vendor-extensions=boolean flag when set to:

  • true : Keeps vendor extensions in the generated openapi.json file
  • false : Strips vendor extensions in the generated openapi.json file

The current vendor extensions are x-struct and x-validate.

zorbash added 2 commits March 24, 2022 00:08
The `--vendor-extensions=boolean` flag when set to:

* true   : Keeps vendor extensions in the generated openapi.json file
* false  : Strips vendor extensions in the generated openapi.json file

The current vendor extensions are x-struct and x-validate.
@zorbash zorbash marked this pull request as ready for review March 24, 2022 00:09
@zorbash zorbash requested a review from mbuhot March 25, 2022 15:13
@mbuhot mbuhot merged commit 9de8af4 into open-api-spex:master May 10, 2022
@zorbash zorbash deleted the omit-x-struct branch May 10, 2022 09:11
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.

2 participants