{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsMalwareOverview", "title": "windowsMalwareOverview", "required": [ "@odata.type" ], "type": "object", "properties": { "malwareCategorySummary": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.windowsMalwareCategoryCount" }, "description": "List of device counts per malware category" }, "malwareDetectedDeviceCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Count of devices with malware detected in the last 30 days", "format": "int32" }, "malwareExecutionStateSummary": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.windowsMalwareExecutionStateCount" }, "description": "List of device counts per malware execution state" }, "malwareNameSummary": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.windowsMalwareNameCount" }, "description": "List of device counts per malware" }, "malwareSeveritySummary": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.windowsMalwareSeverityCount" }, "description": "List of active malware counts per malware severity" }, "malwareStateSummary": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.windowsMalwareStateCount" }, "description": "List of device counts per malware state" }, "osVersionsSummary": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.osVersionCount" }, "description": "List of device counts with malware per windows OS version" }, "totalDistinctMalwareCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Count of all distinct malwares detected across all devices. Valid values -2147483648 to 2147483647", "format": "int32" }, "totalMalwareCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Count of all malware detections across all devices. Valid values -2147483648 to 2147483647", "format": "int32" }, "@odata.type": { "type": "string" } }, "description": "Windows device malware overview." }