Censys · JSON Structure

Asset Graph Opcua Structure

OpcUa schema from Asset Graph API

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

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

Properties

endpoints max_chunk_size max_message_size protocol_version receive_buffer_size send_buffer_size

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-opcua-structure.json",
  "name": "OpcUa",
  "description": "OpcUa schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "endpoints": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/OpcUa_Endpoint"
      }
    },
    "max_chunk_size": {
      "type": "int32",
      "minimum": 0
    },
    "max_message_size": {
      "type": "int32",
      "minimum": 0
    },
    "protocol_version": {
      "type": "int32",
      "minimum": 0
    },
    "receive_buffer_size": {
      "type": "int32",
      "minimum": 0
    },
    "send_buffer_size": {
      "type": "int32",
      "minimum": 0
    }
  }
}