{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/sspm-api-catalog-app-structure.json", "name": "CatalogApp", "description": "CatalogApp schema from Palo Alto Networks SaaS Security Posture Management API", "type": "object", "properties": { "app_type": { "type": "string", "description": "Application type identifier used for onboarding." }, "display_name": { "type": "string", "description": "Human-readable application name." }, "category": { "type": "string", "description": "Application category (e.g., collaboration, crm, storage)." }, "check_count": { "type": "int32", "description": "Number of posture checks available for this application." }, "compliance_frameworks": { "type": "array", "description": "Compliance frameworks covered by checks for this application.", "items": { "type": "string" } }, "logo_url": { "type": "uri", "description": "URL to the application logo." } } }