Palo Alto Networks · JSON-LD Context
Palo Alto Sspm Api Context
JSON-LD context defining the semantic vocabulary for Palo Alto Sspm Api from Palo Alto Networks.
6 Classes
36 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
CatalogApp
JiraIntegration
JiraIntegrationRequest
OnboardAppRequest
OnboardedApp
PostureCheck
Properties
| Property | Type | Container |
|---|---|---|
| apiToken | string | |
| appId | string | |
| appType | string | |
| category | string | |
| checkCount | integer | |
| checkId | string | |
| checkName | string | |
| checkSummary | reference | |
| checkType | string | |
| complianceFrameworks | string | set |
| createdAt | dateTime | |
| credentials | reference | |
| critical | integer | |
| description | string | |
| displayName | string | |
| string | ||
| enabled | boolean | |
| high | integer | |
| id | string | |
| issueType | string | |
| jiraUrl | reference | |
| lastEvaluatedAt | dateTime | |
| lastScannedAt | dateTime | |
| logoUrl | reference | |
| low | integer | |
| medium | integer | |
| name | string | |
| onboardedAt | dateTime | |
| pass | integer | |
| projectKey | string | |
| remediation | string | |
| severity | string | |
| severityMapping | reference | |
| status | string | |
| suppressionJustification | string | |
| tenantId | 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#",
"CatalogApp": "pan:CatalogApp",
"JiraIntegration": "pan:JiraIntegration",
"JiraIntegrationRequest": "pan:JiraIntegrationRequest",
"OnboardAppRequest": "pan:OnboardAppRequest",
"OnboardedApp": "pan:OnboardedApp",
"PostureCheck": "pan:PostureCheck",
"apiToken": {
"@id": "pan:api_token",
"@type": "xsd:string"
},
"appId": {
"@id": "pan:app_id",
"@type": "xsd:string"
},
"appType": {
"@id": "pan:app_type",
"@type": "xsd:string"
},
"category": {
"@id": "pan:category",
"@type": "xsd:string"
},
"checkCount": {
"@id": "pan:check_count",
"@type": "xsd:integer"
},
"checkId": {
"@id": "pan:check_id",
"@type": "xsd:string"
},
"checkName": {
"@id": "pan:check_name",
"@type": "xsd:string"
},
"checkSummary": {
"@id": "pan:check_summary",
"@type": "@id"
},
"checkType": {
"@id": "pan:check_type",
"@type": "xsd:string"
},
"complianceFrameworks": {
"@id": "pan:compliance_frameworks",
"@container": "@set",
"@type": "xsd:string"
},
"createdAt": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"credentials": {
"@id": "pan:credentials",
"@type": "@id"
},
"critical": {
"@id": "pan:critical",
"@type": "xsd:integer"
},
"description": {
"@id": "schema:description",
"@type": "xsd:string"
},
"displayName": {
"@id": "pan:display_name",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"enabled": {
"@id": "pan:enabled",
"@type": "xsd:boolean"
},
"high": {
"@id": "pan:high",
"@type": "xsd:integer"
},
"id": {
"@id": "pan:id",
"@type": "xsd:string"
},
"issueType": {
"@id": "pan:issue_type",
"@type": "xsd:string"
},
"jiraUrl": {
"@id": "pan:jira_url",
"@type": "@id"
},
"lastEvaluatedAt": {
"@id": "pan:last_evaluated_at",
"@type": "xsd:dateTime"
},
"lastScannedAt": {
"@id": "pan:last_scanned_at",
"@type": "xsd:dateTime"
},
"logoUrl": {
"@id": "pan:logo_url",
"@type": "@id"
},
"low": {
"@id": "pan:low",
"@type": "xsd:integer"
},
"medium": {
"@id": "pan:medium",
"@type": "xsd:integer"
},
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"onboardedAt": {
"@id": "pan:onboarded_at",
"@type": "xsd:dateTime"
},
"pass": {
"@id": "pan:pass",
"@type": "xsd:integer"
},
"projectKey": {
"@id": "pan:project_key",
"@type": "xsd:string"
},
"remediation": {
"@id": "pan:remediation",
"@type": "xsd:string"
},
"severity": {
"@id": "pan:severity",
"@type": "xsd:string"
},
"severityMapping": {
"@id": "pan:severity_mapping",
"@type": "@id"
},
"status": {
"@id": "pan:status",
"@type": "xsd:string"
},
"suppressionJustification": {
"@id": "pan:suppression_justification",
"@type": "xsd:string"
},
"tenantId": {
"@id": "pan:tenant_id",
"@type": "xsd:string"
}
}
}