{ "$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 } } }