Censys · Schema
Activemq
Activemq schema from Censys Platform API
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery
Properties
| Name | Type | Description |
|---|---|---|
| cache_enabled | boolean | |
| cache_size | integer | |
| max_frame_size | integer | |
| max_inactivity_duration | integer | |
| max_inactivity_duration_initial_delay | integer | |
| platform_details | string | |
| provider_name | string | |
| provider_version | string | |
| size_prefix_disabled | boolean | |
| stack_trace_enabled | boolean | |
| tcp_no_delay_enabled | boolean | |
| tight_encoding_enabled | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-activemq-schema.json",
"title": "Activemq",
"description": "Activemq schema from Censys Platform API",
"type": "object",
"properties": {
"cache_enabled": {
"type": "boolean"
},
"cache_size": {
"format": "int32",
"type": "integer"
},
"max_frame_size": {
"format": "int64",
"type": "integer"
},
"max_inactivity_duration": {
"format": "int64",
"type": "integer"
},
"max_inactivity_duration_initial_delay": {
"format": "int32",
"type": "integer"
},
"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"
}
},
"additionalProperties": false
}