{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-node-info-schema.json", "title": "NodeInfo", "description": "\n
The node information object.
", "type": "object", "properties": { "AddedToClusterTime": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "addedToClusterTime" }, "description": "\nThe start time.
" } ] }, "BrokerNodeInfo": { "allOf": [ { "$ref": "#/components/schemas/BrokerNodeInfo" }, { "xml": { "name": "brokerNodeInfo" }, "description": "\nThe broker node info.
" } ] }, "InstanceType": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "instanceType" }, "description": "\nThe instance type.
" } ] }, "NodeARN": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nodeARN" }, "description": "\nThe Amazon Resource Name (ARN) of the node.
" } ] }, "NodeType": { "allOf": [ { "$ref": "#/components/schemas/NodeType" }, { "xml": { "name": "nodeType" }, "description": "\nThe node type.
" } ] }, "ZookeeperNodeInfo": { "allOf": [ { "$ref": "#/components/schemas/ZookeeperNodeInfo" }, { "xml": { "name": "zookeeperNodeInfo" }, "description": "\nThe ZookeeperNodeInfo.
" } ] } } }