Skip to content

Instantly share code, notes, and snippets.

@jotafeldmann
Created March 11, 2020 22:11
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/c3811bfbb3d7b22b8495c891cb83975e to your computer and use it in GitHub Desktop.
Save jotafeldmann/c3811bfbb3d7b22b8495c891cb83975e to your computer and use it in GitHub Desktop.
Weekday Enum Swagger JSON
"weekDay": {
"type":"string",
"enum": [
"SUNDAY",
"MONDAY",
"TUESDAY",
"WEDNESDAY",
"THURSDAY",
"FRIDAY",
"SATURDAY"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment