Created
March 11, 2020 22:21
-
-
Save jotafeldmann/3dda7eee4c9c8b7dbf4146b78c7c8009 to your computer and use it in GitHub Desktop.
Months Enum Swagger JSON
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
"months": { | |
"type":"string", | |
"enum": [ | |
"JANUARY", | |
"FEBRUARY", | |
"MARCH", | |
"APRIL", | |
"MAY", | |
"JUNE", | |
"JULY", | |
"AUGUST", | |
"SEPTEMBER", | |
"OCTOBER", | |
"NOVEMBER", | |
"DECEMBER" | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment