DruidServiceComponentHealthCondition (type)

{
  "id": "DruidServiceComponentHealthCondition", 
  "properties": {
    "health": {
      "enum": [
        "STABLE", 
        "DEGRADED"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Whether the component is stable or degraded.", 
      "type": "string"
    }, 
    "reason": {
      "readonly": true, 
      "title": "Reason for component service degradation", 
      "type": "string"
    }
  }, 
  "title": "Health condition of the druid service component", 
  "type": "object"
}