Skip to content

Instantly share code, notes, and snippets.

@jotafeldmann
Created March 11, 2020 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jotafeldmann/3dda7eee4c9c8b7dbf4146b78c7c8009 to your computer and use it in GitHub Desktop.
Save jotafeldmann/3dda7eee4c9c8b7dbf4146b78c7c8009 to your computer and use it in GitHub Desktop.
Months Enum Swagger JSON
"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