enum to restrict a field to a list of allowed values.
Basic usage
Mixed-type enums
enum values are not restricted to strings:
Restrict a value to a fixed set of choices.
enum to restrict a field to a list of allowed values.
enum values are not restricted to strings: