McAfee (Trellix) · Schema

DetectionResponse

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

mcafee-detectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DetectionResponse",
  "title": "DetectionResponse",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/Detection"
    }
  }
}