Palo Alto Networks · Schema

VerdictResponse

WildFire verdict result for a single file hash query.

Cloud SecurityCybersecurityFirewallNetwork SecuritySASESOARThreat IntelligenceXDR

Properties

Name Type Description
get-verdict-info object
View JSON Schema on GitHub

JSON Schema

wildfire-api-verdict-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VerdictResponse",
  "description": "WildFire verdict result for a single file hash query.",
  "$id": "https://raw.githubusercontent.com/api-evangelist/palo-alto-networks/refs/heads/main/json-schema/wildfire-api-verdict-response-schema.json",
  "type": "object",
  "properties": {
    "get-verdict-info": {
      "type": "object",
      "properties": {
        "md5": {
          "type": "string",
          "description": "MD5 hash of the queried file."
        },
        "sha256": {
          "type": "string",
          "description": "SHA-256 hash of the queried file."
        },
        "verdict": {
          "type": "integer",
          "description": "Verdict code: 0 (benign), 1 (malware), 2 (grayware), 4 (phishing), -100 (pending), -101 (error), -102 (unknown), -103 (invalid hash).",
          "enum": [
            0,
            1,
            2,
            4,
            -100,
            -101,
            -102,
            -103
          ]
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wildfire-api-verdict-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.