{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-threat-intelligence-detail-schema.json", "title": "ThreatIntelligenceDetail", "description": "An instance of a threat intelligence detail that constitutes evidence for the finding.", "type": "object", "properties": { "ThreatListName": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "threatListName" }, "description": "The name of the threat intelligence list that triggered the finding." } ] }, "ThreatNames": { "allOf": [ { "$ref": "#/components/schemas/ThreatNames" }, { "xml": { "name": "threatNames" }, "description": "A list of names of the threats in the threat intelligence list that triggered the finding." } ] } } }