{ "$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-license-pool-info-structure.json", "name": "LicensePoolInfo", "description": "LicensePoolInfo schema from Prisma Cloud: Managed Security Service Provider (MSSP)", "type": "object", "properties": { "licensePoolName": { "type": "string" }, "licensePoolId": { "type": "string" }, "serialNumber": { "type": "string" }, "startTime": { "type": "int64" }, "endTime": { "type": "int64" }, "numOfTenant": { "type": "int32" }, "creditsAllocated": { "type": "int32" }, "creditsPurchased": { "type": "int32" }, "tenantGroupLicenseInfos": { "type": "array", "items": { "type": "object", "properties": { "tenantGroupName": { "type": "string" }, "tenantGroupId": { "type": "string" }, "numOfTenant": { "type": "int32" }, "creditsAllocated": { "type": "int32" } } } } } }