{ "@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#", "AlertPayload": "pan:AlertPayload", "accountId": { "@id": "pan:account_id", "@type": "xsd:string" }, "alertId": { "@id": "pan:alert_id", "@type": "xsd:string" }, "alertStatus": { "@id": "pan:alert_status", "@type": "xsd:string" }, "cloudType": { "@id": "pan:cloud_type", "@type": "xsd:string" }, "notificationType": { "@id": "pan:notification_type", "@type": "xsd:string" }, "policyId": { "@id": "pan:policy_id", "@type": "xsd:string" }, "policyName": { "@id": "pan:policy_name", "@type": "xsd:string" }, "resourceId": { "@id": "pan:resource_id", "@type": "xsd:string" }, "resourceType": { "@id": "pan:resource_type", "@type": "xsd:string" }, "severity": { "@id": "pan:severity", "@type": "xsd:string" }, "timestamp": { "@id": "pan:timestamp", "@type": "xsd:dateTime" } } }