{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-organization-scan-ec2-instance-with-findings-schema.json", "title": "OrganizationScanEc2InstanceWithFindings", "description": "Organization-wide EC2 instances with findings scan configuration.", "type": "object", "properties": { "EbsVolumes": { "allOf": [ { "$ref": "#/components/schemas/OrganizationEbsVolumes" }, { "xml": { "name": "ebsVolumes" }, "description": "Whether scanning EBS volumes should be auto-enabled for new members joining the organization." } ] } } }