Censys · JSON Structure

Platform Mqtt Subscriptionackreturn Structure

Mqtt_SubscriptionAckReturn schema from Censys Platform API

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

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

Properties

raw return_value

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-subscriptionackreturn-structure.json",
  "name": "Mqtt_SubscriptionAckReturn",
  "description": "Mqtt_SubscriptionAckReturn schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "raw": {
      "type": "int32",
      "description": "Raw subscription response value",
      "minimum": 0
    },
    "return_value": {
      "type": "string",
      "description": "Subscription response"
    }
  }
}