{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PrometheusMetricExportInfo", "title": "PrometheusMetricExportInfo", "type": "object", "description": "Prometheus metric export configuration for a cluster.", "properties": { "cluster_id": { "type": "string", "description": "ID of the cluster this configuration applies to." }, "status": { "type": "string", "description": "Current status of Prometheus metric export." } } }