Contains information about finding statistics.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-finding-statistics-schema.json", "title": "FindingStatistics", "description": "Contains information about finding statistics.", "type": "object", "properties": { "CountBySeverity": { "allOf": [ { "$ref": "#/components/schemas/CountBySeverity" }, { "xml": { "name": "countBySeverity" }, "description": "Represents a map of severity to count statistics for a set of findings." } ] } } }