Censys · JSON Structure

Asset Graph Activemq Structure

Activemq schema from Asset Graph API

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

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

Properties

cache_enabled cache_size max_frame_size max_inactivity_duration max_inactivity_duration_initial_delay platform_details provider_name provider_version size_prefix_disabled stack_trace_enabled tcp_no_delay_enabled tight_encoding_enabled

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-activemq-structure.json",
  "name": "Activemq",
  "description": "Activemq schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "cache_enabled": {
      "type": "boolean"
    },
    "cache_size": {
      "type": "int32"
    },
    "max_frame_size": {
      "type": "int64"
    },
    "max_inactivity_duration": {
      "type": "int64"
    },
    "max_inactivity_duration_initial_delay": {
      "type": "int32"
    },
    "platform_details": {
      "type": "string"
    },
    "provider_name": {
      "type": "string"
    },
    "provider_version": {
      "type": "string"
    },
    "size_prefix_disabled": {
      "type": "boolean"
    },
    "stack_trace_enabled": {
      "type": "boolean"
    },
    "tcp_no_delay_enabled": {
      "type": "boolean"
    },
    "tight_encoding_enabled": {
      "type": "boolean"
    }
  }
}