{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-http-favicon-structure.json", "name": "Http_Favicon", "description": "Http_Favicon schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "hash_md5": { "type": "string" }, "hash_phash": { "type": "string", "description": "A 64-bit 'perceptual' hash of the favicon" }, "hash_sha256": { "type": "string" }, "hash_shodan": { "type": "int32", "description": "A hash expressed as a signed decimal integer, provided for compatability with Shodan search." }, "name": { "type": "string", "description": "The URI used to retrieve the favicon, which most commonly use the http(s) or data schemes. URIs using the data scheme are truncated: the first 48 and last 24 characters are preserved." }, "size": { "type": "int32", "description": "The size of the favicon retrieved, in bytes." } } }