{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-screenshot-schema.json", "title": "Screenshot", "description": "Screenshot schema from Asset Graph API", "type": "object", "properties": { "extracted_text": { "type": "string" }, "handle": { "type": "string" }, "palsimhash": { "format": "hex", "type": "string" }, "phash": { "format": "hex", "type": "string" } }, "additionalProperties": false }