McAfee (Trellix) · Schema

ListEntry

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
value string Entry value (URL, IP, etc.)
description string Optional description for the entry
View JSON Schema on GitHub

JSON Schema

mcafee-listentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListEntry",
  "title": "ListEntry",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "Entry value (URL, IP, etc.)"
    },
    "description": {
      "type": "string",
      "description": "Optional description for the entry"
    }
  }
}