{ "$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-open-monitoring-schema.json", "title": "OpenMonitoring", "description": "\n

JMX and Node monitoring for the MSK cluster.

", "type": "object", "properties": { "Prometheus": { "allOf": [ { "$ref": "#/components/schemas/Prometheus" }, { "xml": { "name": "prometheus" }, "description": "\n

Prometheus settings.

" } ] } }, "required": [ "Prometheus" ] }