{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/pan-os-rest-api-pan-os-response-structure.json", "name": "PanOsResponse", "description": "Standard PAN-OS API response envelope.", "type": "object", "properties": { "@status": { "type": "string", "enum": [ "success", "error" ] }, "@code": { "type": "string" }, "msg": { "type": "string" } } }