{ "$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-cspm-api-compliance-standard-structure.json", "name": "ComplianceStandard", "description": "ComplianceStandard schema from Palo Alto Networks Prisma Cloud CSPM API", "type": "object", "properties": { "id": { "type": "string", "description": "Unique compliance standard identifier." }, "name": { "type": "string", "description": "Name of the compliance standard." }, "description": { "type": "string", "description": "Standard description." }, "cloudType": { "type": "array", "description": "Cloud providers the standard applies to.", "items": { "type": "string" } }, "systemDefault": { "type": "boolean", "description": "Whether this is a built-in compliance standard." }, "policiesAssigned": { "type": "int32", "description": "Number of policies mapped to this standard." }, "createdBy": { "type": "string", "description": "User who created the standard." }, "lastModifiedTs": { "type": "int32", "description": "Epoch timestamp of last modification." } } }