The validation rules that imply the field is required
List<String> others = [ 'alpha_num', 'in', 'not_in', 'regex', 'email', 'ip', 'url' ];