Apache RocketMQ · JSON Structure

Apache Rocketmq Topic List Structure

List of RocketMQ topics

Type: object Properties: 2
Cloud NativeMessagingMessage QueuePub-SubStreamingApacheOpen Source

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

Properties

topics total

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/apache-rocketmq/refs/heads/main/json-structure/apache-rocketmq-topic-list-structure.json",
  "description": "List of RocketMQ topics",
  "type": "object",
  "properties": {
    "topics": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Topic"
      }
    },
    "total": {
      "type": "int32"
    }
  },
  "name": "TopicList"
}