{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-scan-result-details-structure.json", "name": "ScanResultDetails", "description": "Represents the result of the scan.", "type": "object", "properties": { "ScanResult": { "allOf": [ { "$ref": "#/components/schemas/ScanResult" }, { "xml": { "name": "scanResult" }, "description": "An enum value representing possible scan results." } ] } } }