McAfee (Trellix) · Schema

InvestigationResponse

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

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