'required|string|max:255', 'description' => 'nullable|string', 'color' => 'nullable|string|regex:/^#[0-9A-Fa-f]{6}$/', 'is_active' => 'boolean', ]; } }