Palo Alto Networks · JSON-LD Context
Palo Alto Prisma Airs Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Prisma Airs Api from Palo Alto Networks.
5 Classes
28 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
AIProfile
ContentScanResult
ScanContent
ScanRequest
ScanResponse
Properties
| Property | Type | Container |
|---|---|---|
| action | string | |
| aiProfile | reference | |
| category | string | |
| completedAt | dateTime | |
| contents | reference | set |
| createdAt | dateTime | |
| description | string | |
| detectionCategories | reference | set |
| dlp | boolean | |
| enabled | boolean | |
| injection | boolean | |
| profileId | string | |
| profileName | string | |
| prompt | string | |
| promptDetected | reference | |
| reportId | string | |
| response | string | |
| responseDetected | reference | |
| results | reference | set |
| scanCategory | string | |
| scanId | string | |
| sensitivity | string | |
| status | string | |
| toxicContent | boolean | |
| trId | string | |
| updatedAt | dateTime | |
| urlCats | boolean | |
| verdict | 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#",
"AIProfile": "pan:AIProfile",
"ContentScanResult": "pan:ContentScanResult",
"ScanContent": "pan:ScanContent",
"ScanRequest": "pan:ScanRequest",
"ScanResponse": "pan:ScanResponse",
"action": {
"@id": "pan:action",
"@type": "xsd:string"
},
"aiProfile": {
"@id": "pan:ai_profile",
"@type": "@id"
},
"category": {
"@id": "pan:category",
"@type": "xsd:string"
},
"completedAt": {
"@id": "pan:completed_at",
"@type": "xsd:dateTime"
},
"contents": {
"@id": "pan:contents",
"@container": "@set",
"@type": "@id"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"detectionCategories": {
"@id": "pan:detection_categories",
"@container": "@set",
"@type": "@id"
},
"dlp": {
"@id": "pan:dlp",
"@type": "xsd:boolean"
},
"enabled": {
"@id": "pan:enabled",
"@type": "xsd:boolean"
},
"injection": {
"@id": "pan:injection",
"@type": "xsd:boolean"
},
"profileId": {
"@id": "pan:profile_id",
"@type": "xsd:string"
},
"profileName": {
"@id": "pan:profile_name",
"@type": "xsd:string"
},
"prompt": {
"@id": "pan:prompt",
"@type": "xsd:string"
},
"promptDetected": {
"@id": "pan:prompt_detected",
"@type": "@id"
},
"reportId": {
"@id": "pan:report_id",
"@type": "xsd:string"
},
"response": {
"@id": "pan:response",
"@type": "xsd:string"
},
"responseDetected": {
"@id": "pan:response_detected",
"@type": "@id"
},
"results": {
"@id": "pan:results",
"@container": "@set",
"@type": "@id"
},
"scanCategory": {
"@id": "pan:scan_category",
"@type": "xsd:string"
},
"scanId": {
"@id": "pan:scan_id",
"@type": "xsd:string"
},
"sensitivity": {
"@id": "pan:sensitivity",
"@type": "xsd:string"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"toxicContent": {
"@id": "pan:toxic_content",
"@type": "xsd:boolean"
},
"trId": {
"@id": "pan:tr_id",
"@type": "xsd:string"
},
"updatedAt": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"urlCats": {
"@id": "pan:url_cats",
"@type": "xsd:boolean"
},
"verdict": {
"@id": "pan:verdict",
"@type": "xsd:string"
}
}
}