{ "@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", "IncidentPayload": "pan:IncidentPayload", "alertCount": { "@id": "pan:alert_count", "@type": "xsd:integer" }, "alertSources": { "@id": "pan:alert_sources", "@container": "@set", "@type": "xsd:string" }, "assignedUserMail": { "@id": "pan:assigned_user_mail", "@type": "xsd:string" }, "creationTime": { "@id": "schema:dateCreated", "@type": "xsd:integer" }, "description": { "@id": "schema:description", "@type": "xsd:string" }, "incidentId": { "@id": "pan:incident_id", "@type": "xsd:string" }, "modificationTime": { "@id": "schema:dateModified", "@type": "xsd:integer" }, "name": { "@id": "schema:name", "@type": "xsd:string" }, "severity": { "@id": "pan:severity", "@type": "xsd:string" }, "status": { "@id": "pan:status", "@type": "xsd:string" } } }