From 5d7a82ecaf5a9162fb88eafcdd5e4df0532219c8 Mon Sep 17 00:00:00 2001 From: maxhotta Date: Wed, 17 Jan 2024 18:16:40 +0000 Subject: [PATCH] Addressed more feedback: use entity as the base, clarify text associated with content updates --- objects/scan.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/objects/scan.json b/objects/scan.json index 9d0f2151e..d6d902601 100644 --- a/objects/scan.json +++ b/objects/scan.json @@ -1,22 +1,18 @@ { "caption": "Scan", "description": "The Scan object describes characteristics of a proactive scan.", - "extends": "object", + "extends": "_entity", "name": "scan", "attributes": { "name": { - "description": "The administrator-supplied or application-generated name of the scan. For example: \"Home office weekly user database scan\", \"Scan folders for viruses\", \"Full system virus scan\"", - "group": "primary", - "requirement": "recommended" + "description": "The administrator-supplied or application-generated name of the scan. For example: \"Home office weekly user database scan\", \"Scan folders for viruses\", \"Full system virus scan\"" }, "type": { "description": "The type of scan.", - "group": "primary", "requirement": "optional" }, "type_id": { "description": "The type id of the scan.", - "group": "primary", "requirement": "required", "enum": { "0": { @@ -32,7 +28,7 @@ }, "3": { "description": "The scan was triggered by a content update.", - "caption": "Updated Definitions" + "caption": "Updated Content" }, "4": { "description": "The scan was triggered by newly quarantined items.", @@ -60,9 +56,7 @@ }, "uid": { "description": "The application-defined unique identifier assigned to an instance of a scan.", - "group": "primary", - "caption": "Scan UID", - "requirement": "required" + "caption": "Scan UID" } } }