McAfee (Trellix) · Schema

SoftwarePackage

AntivirusCybersecurityEndpoint ProtectionSecurityThreat Intelligence

Properties

Name Type Description
productId string Package product ID
packageType string Package type (e.g., DAT, Engine, Product)
packageVersion string Package version string
packageName string Display name of the package
View JSON Schema on GitHub

JSON Schema

mcafee-softwarepackage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SoftwarePackage",
  "title": "SoftwarePackage",
  "type": "object",
  "properties": {
    "productId": {
      "type": "string",
      "description": "Package product ID"
    },
    "packageType": {
      "type": "string",
      "description": "Package type (e.g., DAT, Engine, Product)"
    },
    "packageVersion": {
      "type": "string",
      "description": "Package version string"
    },
    "packageName": {
      "type": "string",
      "description": "Display name of the package"
    }
  }
}