Basic
Validation
Future
Complex
Customization
Demo
Similar to string/number properties except the addition of enum keyword which is an array of possible values in the dropdown
Provides a mechanism to reuse portions of schema
minLength - minimum length of string
maxLength - maximum length of string
pattern - matches provided regular expression
minimum - minimum number allowed
maximum - maximum number allowed
required
- an array of required properties