{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-rocketmq-clusterinfo-structure.json", "name": "Rocketmq_ClusterInfo", "description": "Rocketmq_ClusterInfo schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "header": { "$ref": "#/components/schemas/Rocketmq_ResponseHeader" }, "payload": { "type": "string" } } }