{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://api-evangelist.github.io/greynoise/json-structure/greynoise-callback-file-summary-structure.json", "name": "CallbackFileSummary", "type": "object", "description": "Lightweight file reference returned with IP list results.", "properties": { "sha256": { "type": "string", "description": "SHA-256 hash of the file.", "example": "string" }, "file_name": { "type": "string", "description": "Original file name.", "example": "Google Public DNS" }, "type": { "type": "string", "description": "File MIME type.", "example": "string" }, "vt_threat_name": { "type": "string", "description": "VirusTotal threat name.", "example": "Google Public DNS" }, "vt_detection_count": { "type": "int32", "description": "Number of VirusTotal engines that flagged the file.", "example": 42 } } }