{ "$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": "\n

The start time.

" } ] }, "BrokerNodeInfo": { "allOf": [ { "$ref": "#/components/schemas/BrokerNodeInfo" }, { "xml": { "name": "brokerNodeInfo" }, "description": "\n

The broker node info.

" } ] }, "InstanceType": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "instanceType" }, "description": "\n

The instance type.

" } ] }, "NodeARN": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nodeARN" }, "description": "\n

The Amazon Resource Name (ARN) of the node.

" } ] }, "NodeType": { "allOf": [ { "$ref": "#/components/schemas/NodeType" }, { "xml": { "name": "nodeType" }, "description": "\n

The node type.

" } ] }, "ZookeeperNodeInfo": { "allOf": [ { "$ref": "#/components/schemas/ZookeeperNodeInfo" }, { "xml": { "name": "zookeeperNodeInfo" }, "description": "\n

The ZookeeperNodeInfo.

" } ] } } }