'required|is_natural_no_zero', 'school_year' => 'required|regex_match[/^\d{4}-\d{4}$/]', 'is_new' => 'required|in_list[0,1]', ]; }