McAfee (Trellix) · Schema

FilterListDetail

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
id string List identifier
name string List name
type string List type
entries array List entries
View JSON Schema on GitHub

JSON Schema

mcafee-filterlistdetail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FilterListDetail",
  "title": "FilterListDetail",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "List identifier"
    },
    "name": {
      "type": "string",
      "description": "List name"
    },
    "type": {
      "type": "string",
      "description": "List type"
    },
    "entries": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ListEntry"
      },
      "description": "List entries"
    }
  }
}