{ "$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-pools-response-structure.json", "name": "MsspLicensePoolsResponse", "description": "MsspLicensePoolsResponse schema from Prisma Cloud: Managed Security Service Provider (MSSP)", "type": "object", "properties": { "value": { "type": "array", "items": { "type": "object", "properties": { "licensePoolId": { "type": "string" }, "poolName": { "type": "string" }, "serialNumber": { "type": "string" }, "msspId": { "type": "string" }, "totalCredits": { "type": "int32" }, "unallocatedCredits": { "type": "int32" }, "startDate": { "type": "int64" }, "endDate": { "type": "int64" }, "tenantLicenses": { "type": "array", "items": { "type": "object", "properties": { "tenantLicenseId": { "type": "string" }, "serialNumber": { "type": "string" }, "licensePoolId": { "type": "string" }, "allocatedCredits": { "type": "int32" }, "startDate": { "type": "int64" }, "endDate": { "type": "int64" } } } } } } }, "nextPageToken": { "type": "string" } } }