{ "@context": { "@version": 1.1, "pan": "https://pan.dev/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "Application": "pan:Application", "Asset": "pan:Asset", "Incident": "pan:Incident", "LogForwardingSettings": "pan:LogForwardingSettings", "User": "pan:User", "UserActivity": "pan:UserActivity", "accountType": { "@id": "pan:account_type", "@type": "xsd:string" }, "action": { "@id": "pan:action", "@type": "xsd:string" }, "affectedAssets": { "@id": "pan:affected_assets", "@container": "@set", "@type": "xsd:string" }, "affectedUsers": { "@id": "pan:affected_users", "@container": "@set", "@type": "xsd:string" }, "appId": { "@id": "pan:app_id", "@type": "xsd:string" }, "appName": { "@id": "pan:app_name", "@type": "xsd:string" }, "assetCount": { "@id": "pan:asset_count", "@type": "xsd:integer" }, "assetId": { "@id": "pan:asset_id", "@type": "xsd:string" }, "assigneeId": { "@id": "pan:assignee_id", "@type": "xsd:string" }, "connectedAt": { "@id": "pan:connected_at", "@type": "xsd:dateTime" }, "createdAt": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "destinations": { "@id": "pan:destinations", "@container": "@set", "@type": "@id" }, "displayName": { "@id": "pan:display_name", "@type": "xsd:string" }, "dlpViolations": { "@id": "pan:dlp_violations", "@container": "@set", "@type": "xsd:string" }, "email": { "@id": "schema:email", "@type": "xsd:string" }, "enabled": { "@id": "pan:enabled", "@type": "xsd:boolean" }, "exposure": { "@id": "pan:exposure", "@type": "xsd:string" }, "id": { "@id": "pan:id", "@type": "xsd:string" }, "incidentCount": { "@id": "pan:incident_count", "@type": "xsd:integer" }, "ipAddress": { "@id": "pan:ip_address", "@type": "xsd:string" }, "lastActivity": { "@id": "pan:last_activity", "@type": "xsd:dateTime" }, "lastScannedAt": { "@id": "pan:last_scanned_at", "@type": "xsd:dateTime" }, "logTypes": { "@id": "pan:log_types", "@container": "@set", "@type": "xsd:string" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "owner": { "@id": "pan:owner", "@type": "xsd:string" }, "policyName": { "@id": "pan:policy_name", "@type": "xsd:string" }, "riskLevel": { "@id": "pan:risk_level", "@type": "xsd:string" }, "severity": { "@id": "pan:severity", "@type": "xsd:string" }, "sizeBytes": { "@id": "pan:size_bytes", "@type": "xsd:integer" }, "status": { "@id": "pan:status", "@type": "xsd:string" }, "timestamp": { "@id": "pan:timestamp", "@type": "xsd:dateTime" }, "title": { "@id": "pan:title", "@type": "xsd:string" }, "type": { "@id": "pan:type", "@type": "xsd:string" }, "updatedAt": { "@id": "schema:dateModified", "@type": "xsd:dateTime" }, "userId": { "@id": "pan:user_id", "@type": "xsd:string" } } }