Palo Alto Networks · JSON Structure

Prisma Airs Api Scan Content Structure

ScanContent schema from Palo Alto Networks Prisma AIRS API

Type: object Properties: 2
Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

ScanContent is a JSON Structure definition published by Palo Alto Networks, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

prompt response

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/prisma-airs-api-scan-content-structure.json",
  "name": "ScanContent",
  "description": "ScanContent schema from Palo Alto Networks Prisma AIRS API",
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string",
      "description": "The user prompt or input text sent to the AI model. Evaluated for prompt injection, jailbreak attempts, and other input-side threats.",
      "maxLength": 32000
    },
    "response": {
      "type": "string",
      "description": "The AI model response or output text. When provided, also evaluated for data leakage, toxic content, and other output-side threats. May be omitted to scan only the prompt.",
      "maxLength": 64000
    }
  }
}