Censys · JSON Structure

Platform Mqtt Structure

Mqtt schema from Censys Platform API

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

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

Properties

connection_ack_raw connection_ack_return subscription_ack_return

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/platform-mqtt-structure.json",
  "name": "Mqtt",
  "description": "Mqtt schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "connection_ack_raw": {
      "type": "string",
      "description": "Raw CONNACK response packet"
    },
    "connection_ack_return": {
      "$ref": "#/components/schemas/Mqtt_ConnectionAckReturn"
    },
    "subscription_ack_return": {
      "$ref": "#/components/schemas/Mqtt_SubscriptionAckReturn"
    }
  }
}