[ 'nullable', 'string', 'required_without_all:name,registration', ], 'name' => [ 'nullable', 'string', 'required_without_all:cpf,registration', ], 'registration' => [ 'nullable', 'string', 'required_without_all:cpf,name', ], ]; } }