'sometimes|email', 'phone' => 'sometimes|string|nullable', 'name' => 'required|string|max:255', 'code' => 'required|string|max:6', 'document' => [ 'sometimes', 'string', ], 'zip_code' => 'sometimes|string|max:20', 'address' => 'sometimes|string|max:255', 'has_complement' => 'sometimes|boolean', 'nickname' => 'sometimes|string|max:255', 'instructions' => 'sometimes|string|max:255', 'address_type' => 'sometimes|string|max:255', 'city' => 'sometimes|string|max:255', 'state' => 'sometimes|string|max:255', ]; return $rules; } }