{ "$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-threat-history-entry-structure.json", "name": "ThreatHistoryEntry", "description": "A historical record of a signature version.", "type": "object", "properties": { "id": { "type": "int32" }, "name": { "type": "string" }, "version": { "type": "string", "description": "Content version number for this history entry." }, "release_time": { "type": "datetime" }, "action": { "type": "string", "enum": [ "added", "modified", "deprecated" ] } } }