{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/identity-security-posture-management-api-saa-s-instance-info-structure.json", "name": "SaaSInstanceInfo", "description": "SaaSInstanceInfo schema from Incident Security Service Posture Management API", "type": "object", "properties": { "displayName": { "type": "string" }, "saasInstanceId": { "type": "string" }, "appType": { "type": "string" } } }