-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/87 support enums in generators (#130)
* Add type property to enum schemas in generated JSON schema. * Add test to ensure that enum values are generated in OpenApi20Generator. * Add test to ensure that enum values are generated in OpenApi3Generator. * Fixed lint errors. * Fixed nondeterministic test failure. * Use CombinedSchema to set type property for Enum schemas.
- Loading branch information
Thomas Wimmer
authored
Feb 27, 2020
1 parent
21213ef
commit d68049a
Showing
4 changed files
with
78 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters