Steven Vergenz
Results
13
issues of
Steven Vergenz
### Is there an existing issue for this? - [X] I have searched the existing issues ### I have checked the wiki - [X] I have searched the wiki for...
bug
``` enum MyEnum{ A B C D } model MyModel { enumValue MyEnum? } ``` This becomes: ``` "enumValue": { "type": [ "string", "null" ], "enum": [ "A", "B", "C",...
Fixes #1453