{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ClusterSetting",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the cluster setting (e.g., containerInsights)."
},
"value": {
"type": "string",
"description": "The value of the cluster setting."
}
}
}