Palo Alto Networks · JSON-LD Context

Palo Alto Prisma Cloud Webhooks Context

JSON-LD context defining the semantic vocabulary for Palo Alto Prisma Cloud Webhooks from Palo Alto Networks.

1 Classes 11 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

Properties

Property Type Container
accountId string
alertId string
alertStatus string
cloudType string
notificationType string
policyId string
policyName string
resourceId string
resourceType string
severity string
timestamp dateTime

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",
    "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"
    }
  }
}