{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-malware-protection-configuration-schema.json", "title": "MalwareProtectionConfiguration", "description": "Describes whether Malware Protection will be enabled as a data source.", "type": "object", "properties": { "ScanEc2InstanceWithFindings": { "allOf": [ { "$ref": "#/components/schemas/ScanEc2InstanceWithFindings" }, { "xml": { "name": "scanEc2InstanceWithFindings" }, "description": "Describes the configuration of Malware Protection for EC2 instances with findings." } ] } } }