{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-cloud-mssp-api-task-structure.json", "name": "Task", "description": "Task schema from Prisma Cloud: Managed Security Service Provider (MSSP)", "type": "object", "properties": { "id": { "type": "uuid" }, "webhookUrl": { "type": "string" }, "description": { "type": "string" }, "scheduledTime": { "type": "int64" }, "submitTime": { "type": "int64" }, "recur": { "type": "object", "properties": { "type": { "type": "string" }, "recurString": { "type": "string" } } }, "matureTime": { "type": "int64" }, "cancel": { "type": "boolean" }, "properties": { "type": "object", "additionalProperties": { "type": "string" } } } }