{ "$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-compute-api-compliance-issue-structure.json", "name": "ComplianceIssue", "description": "ComplianceIssue schema from Palo Alto Networks Prisma Cloud Compute API", "type": "object", "properties": { "id": { "type": "int32", "description": "Compliance check ID." }, "title": { "type": "string", "description": "Title of the compliance check." }, "severity": { "type": "string", "description": "Severity of the compliance issue.", "enum": [ "critical", "high", "medium", "low" ] }, "cause": { "type": "string", "description": "Explanation of why the resource failed the check." }, "description": { "type": "string", "description": "Detailed description of the compliance requirement." } } }