{ "$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-exporter-info-schema.json", "title": "NodeExporterInfo", "description": "\n
Indicates whether you want to turn on or turn off the Node Exporter.
", "type": "object", "properties": { "EnabledInBroker": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "xml": { "name": "enabledInBroker" }, "description": "\nIndicates whether you want to turn on or turn off the Node Exporter.
" } ] } }, "required": [ "EnabledInBroker" ] }