{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/cortex-xsoar-api-playbook-structure.json", "name": "Playbook", "description": "A Cortex XSOAR playbook defining an automated response workflow.", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "int32" }, "description": { "type": "string" }, "tags": { "type": "array", "items": { "type": "string" } }, "fromVersion": { "type": "string", "description": "Minimum XSOAR version required." }, "toVersion": { "type": "string" }, "deprecated": { "type": "boolean" } } }