{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-evidence-schema.json", "title": "Evidence", "description": "Contains information about the reason that the finding was generated.", "type": "object", "properties": { "ThreatIntelligenceDetails": { "allOf": [ { "$ref": "#/components/schemas/ThreatIntelligenceDetails" }, { "xml": { "name": "threatIntelligenceDetails" }, "description": "A list of threat intelligence details related to the evidence." } ] } } }