{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-structure/wildfire-api-bulk-verdict-response-structure.json", "name": "BulkVerdictResponse", "description": "WildFire bulk verdict results for multiple hash queries.", "type": "object", "properties": { "get-verdicts-info": { "type": "object", "properties": { "entry": { "type": "array", "items": { "type": "object", "properties": { "md5": { "type": "string" }, "sha256": { "type": "string" }, "verdict": { "type": "int32" } } } } } } } }