{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-zeromq-handshake-schema.json", "title": "Zeromq_Handshake", "description": "Zeromq_Handshake schema from Censys Platform API", "type": "object", "properties": { "raw": { "format": "hex", "type": "string" }, "ready": { "type": "boolean" }, "socket_type": { "type": "string" } }, "additionalProperties": false }