{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-get-malware-scan-settings-response-schema.json", "title": "GetMalwareScanSettingsResponse", "description": "GetMalwareScanSettingsResponse schema from Amazon GuardDuty API", "type": "object", "properties": { "ScanResourceCriteria": { "allOf": [ { "$ref": "#/components/schemas/ScanResourceCriteria" }, { "xml": { "name": "scanResourceCriteria" }, "description": "Represents the criteria to be used in the filter for scanning resources." } ] }, "EbsSnapshotPreservation": { "allOf": [ { "$ref": "#/components/schemas/EbsSnapshotPreservation" }, { "xml": { "name": "ebsSnapshotPreservation" }, "description": "An enum value representing possible snapshot preservation settings." } ] } } }