'nullable|integer|exists:categories,id', 'code' => 'nullable|string|max:50', 'name' => 'sometimes|string|max:100', 'description' => 'nullable|string|max:255', 'is_active' => 'nullable|boolean', 'sort_order' => 'nullable|integer', ]; } }