Palo Alto Networks · JSON Structure

Threat Vault Api Release Note Structure

Content release notes for a specific PAN-OS content version.

Type: object Properties: 7
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ReleaseNote is a JSON Structure definition published by Palo Alto Networks, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

version type release_date new_signatures modified_signatures deprecated_signatures notes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/threat-vault-api-release-note-structure.json",
  "name": "ReleaseNote",
  "description": "Content release notes for a specific PAN-OS content version.",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "description": "Content version identifier (e.g., 8000-7000)."
    },
    "type": {
      "type": "string",
      "enum": [
        "content",
        "antivirus",
        "wildfire"
      ]
    },
    "release_date": {
      "type": "date"
    },
    "new_signatures": {
      "type": "int32",
      "description": "Number of new signatures in this release."
    },
    "modified_signatures": {
      "type": "int32",
      "description": "Number of modified signatures in this release."
    },
    "deprecated_signatures": {
      "type": "int32",
      "description": "Number of deprecated signatures in this release."
    },
    "notes": {
      "type": "string",
      "description": "Release notes text."
    }
  }
}