{ "$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-result-schema.json", "title": "OrganizationScanEc2InstanceWithFindingsResult", "description": "An object that contains information on the status of scanning EC2 instances with findings for an organization.", "type": "object", "properties": { "EbsVolumes": { "allOf": [ { "$ref": "#/components/schemas/OrganizationEbsVolumesResult" }, { "xml": { "name": "ebsVolumes" }, "description": "Describes the configuration for scanning EBS volumes for an organization." } ] } } }