{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-malware-protection-data-source-free-trial-structure.json", "name": "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." } ] } } }