{ "$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-mssp-license-pool-request-structure.json", "name": "MsspLicensePoolRequest", "description": "MsspLicensePoolRequest schema from Prisma Cloud: Managed Security Service Provider (MSSP)", "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" ] }