{ "$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-update-mssp-request-structure.json", "name": "UpdateMsspRequest", "description": "UpdateMsspRequest schema from Prisma Cloud: Managed Security Service Provider (MSSP)", "type": "object", "properties": { "name": { "type": "string", "minLength": 3, "maxLength": 63 }, "addLicensePool": { "type": "object", "properties": { "serialNumber": { "type": "string" }, "poolName": { "type": "string", "minLength": 3, "maxLength": 63 }, "startDate": { "type": "int64" }, "endDate": { "type": "int64" }, "credits": { "type": "int32", "minimum": 1 } }, "required": [ "credits", "endDate", "poolName", "serialNumber", "startDate" ] } } }