Palo Alto Networks · JSON-LD Context
Palo Alto Email Dlp Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Email Dlp Api from Palo Alto Networks.
3 Classes
25 Properties
4 Namespaces
Namespaces
pan:
https://pan.dev/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
EmailAttachment
EmailDLPIncident
EmailRecipient
Properties
| Property | Type | Container |
|---|---|---|
| actionTaken | string | |
| attachmentCount | integer | |
| category | string | |
| comment | string | |
| contentType | string | |
| dataPatterns | reference | set |
| deliveryStatus | string | |
| direction | string | |
| string | ||
| filename | string | |
| hasAttachments | boolean | |
| hasMatches | boolean | |
| id | string | |
| matchCount | integer | |
| name | string | |
| patternsMatched | string | set |
| reviewedAt | dateTime | |
| reviewedBy | string | |
| sender | string | |
| severity | string | |
| size | integer | |
| status | string | |
| subject | string | |
| timestamp | dateTime | |
| type | string |
JSON-LD Document
{
"@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#",
"EmailAttachment": "pan:EmailAttachment",
"EmailDLPIncident": "pan:EmailDLPIncident",
"EmailRecipient": "pan:EmailRecipient",
"actionTaken": {
"@id": "pan:action_taken",
"@type": "xsd:string"
},
"attachmentCount": {
"@id": "pan:attachment_count",
"@type": "xsd:integer"
},
"category": {
"@id": "pan:category",
"@type": "xsd:string"
},
"comment": {
"@id": "pan:comment",
"@type": "xsd:string"
},
"contentType": {
"@id": "pan:content_type",
"@type": "xsd:string"
},
"dataPatterns": {
"@id": "pan:data_patterns",
"@container": "@set",
"@type": "@id"
},
"deliveryStatus": {
"@id": "pan:delivery_status",
"@type": "xsd:string"
},
"direction": {
"@id": "pan:direction",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"filename": {
"@id": "pan:filename",
"@type": "xsd:string"
},
"hasAttachments": {
"@id": "pan:has_attachments",
"@type": "xsd:boolean"
},
"hasMatches": {
"@id": "pan:has_matches",
"@type": "xsd:boolean"
},
"id": {
"@id": "pan:id",
"@type": "xsd:string"
},
"matchCount": {
"@id": "pan:match_count",
"@type": "xsd:integer"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"patternsMatched": {
"@id": "pan:patterns_matched",
"@container": "@set",
"@type": "xsd:string"
},
"reviewedAt": {
"@id": "pan:reviewed_at",
"@type": "xsd:dateTime"
},
"reviewedBy": {
"@id": "pan:reviewed_by",
"@type": "xsd:string"
},
"sender": {
"@id": "pan:sender",
"@type": "xsd:string"
},
"severity": {
"@id": "pan:severity",
"@type": "xsd:string"
},
"size": {
"@id": "pan:size",
"@type": "xsd:integer"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"subject": {
"@id": "pan:subject",
"@type": "xsd:string"
},
"timestamp": {
"@id": "pan:timestamp",
"@type": "xsd:dateTime"
},
"type": {
"@id": "pan:type",
"@type": "xsd:string"
}
}
}