{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LicensePoolInfo", "description": "LicensePoolInfo schema from Prisma Cloud: Managed Security Service Provider (MSSP)", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/prisma-cloud-mssp-api-license-pool-info-schema.json", "type": "object", "properties": { "licensePoolName": { "type": "string" }, "licensePoolId": { "type": "string" }, "serialNumber": { "type": "string" }, "startTime": { "type": "integer", "format": "int64" }, "endTime": { "type": "integer", "format": "int64" }, "numOfTenant": { "type": "integer", "format": "int32" }, "creditsAllocated": { "type": "integer", "format": "int32" }, "creditsPurchased": { "type": "integer", "format": "int32" }, "tenantGroupLicenseInfos": { "type": "array", "items": { "type": "object", "properties": { "tenantGroupName": { "type": "string" }, "tenantGroupId": { "type": "string" }, "numOfTenant": { "type": "integer", "format": "int32" }, "creditsAllocated": { "type": "integer", "format": "int32" } } } } } }