{ "$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 }