Censys · Schema

Zeromq

Zeromq schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
greeting object
handshake object
subscription_data string
subscription_match object
View JSON Schema on GitHub

JSON Schema

asset-graph-zeromq-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-zeromq-schema.json",
  "title": "Zeromq",
  "description": "Zeromq schema from Asset Graph API",
  "type": "object",
  "properties": {
    "greeting": {
      "$ref": "#/components/schemas/Zeromq_Greeting"
    },
    "handshake": {
      "$ref": "#/components/schemas/Zeromq_Handshake"
    },
    "subscription_data": {
      "format": "hex",
      "type": "string"
    },
    "subscription_match": {
      "additionalProperties": {
        "type": "boolean"
      },
      "type": "object"
    }
  },
  "additionalProperties": false
}