Palo Alto Networks · JSON-LD Context

Palo Alto Cortex Xdr Webhooks Context

JSON-LD context defining the semantic vocabulary for Palo Alto Cortex Xdr Webhooks from Palo Alto Networks.

2 Classes 10 Properties 4 Namespaces
View Context View on GitHub

Namespaces

pan: https://pan.dev/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

AlertPayload IncidentPayload

Properties

Property Type Container
alertCount integer
alertSources string set
assignedUserMail string
creationTime integer
description string
incidentId string
modificationTime integer
name string
severity string
status string

JSON-LD Document

Raw ↑
{
  "@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"
    }
  }
}