McAfee (Trellix) · Schema

ThreatListResponse

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

mcafee-threatlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThreatListResponse",
  "title": "ThreatListResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Threat"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/PaginationMeta"
    }
  }
}