*/ public function rules(): array { return [ 'match_ids' => ['required', 'array', 'min:1', 'max:100'], 'match_ids.*' => ['required', 'string', 'exists:person_identity_matches,id'], ]; } }