Contains total number of infected files.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-threats-detected-item-count-schema.json", "title": "ThreatsDetectedItemCount", "description": "Contains total number of infected files.", "type": "object", "properties": { "Files": { "allOf": [ { "$ref": "#/components/schemas/Integer" }, { "xml": { "name": "files" }, "description": "Total number of infected files." } ] } } }