'sometimes|string|max:30', 'name' => 'sometimes|string|max:100', 'category_id' => 'sometimes|integer', 'product_type' => 'sometimes|string|max:30', 'attributes' => 'nullable|array', 'description' => 'nullable|string|max:255', 'is_sellable' => 'nullable|in:0,1', 'is_purchasable' => 'nullable|in:0,1', 'is_producible' => 'nullable|in:0,1', 'is_active' => 'nullable|in:0,1', ]; } }