{ "$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-data-source-free-trial-schema.json", "title": "MalwareProtectionDataSourceFreeTrial", "description": "Provides details about Malware Protection when it is enabled as a data source.", "type": "object", "properties": { "ScanEc2InstanceWithFindings": { "allOf": [ { "$ref": "#/components/schemas/DataSourceFreeTrial" }, { "xml": { "name": "scanEc2InstanceWithFindings" }, "description": "Describes whether Malware Protection for EC2 instances with findings is enabled as a data source." } ] } } }