['sometimes', 'string', 'max:50'], 'files' => ['nullable', 'array', 'min:1'], 'files.*' => ['file', 'mimes:jpeg,png,jpg,pdf', 'max:10240'], 'names' => ['nullable', 'array'], 'names.*' => ['string', 'max:255'], 'replace_files' => ['nullable', 'boolean'], ]; } }