Censys · JSON Structure

Asset Graph Eventscapabilities Structure

EventsCapabilities schema from Asset Graph API

Type: object Properties: 5
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

EventsCapabilities is a JSON Structure definition published by Censys, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

max_notification_producers max_pull_points ws_pausable_subscription_manager_interface_support ws_pull_point_support ws_subscription_policy_support

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-eventscapabilities-structure.json",
  "name": "EventsCapabilities",
  "description": "EventsCapabilities schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "max_notification_producers": {
      "type": "int32",
      "minimum": 0
    },
    "max_pull_points": {
      "type": "int32",
      "minimum": 0
    },
    "ws_pausable_subscription_manager_interface_support": {
      "type": "boolean"
    },
    "ws_pull_point_support": {
      "type": "boolean"
    },
    "ws_subscription_policy_support": {
      "type": "boolean"
    }
  }
}