StatusCount (type)

{
  "additionalProperties": false, 
  "id": "StatusCount", 
  "module_id": "Heatmap", 
  "properties": {
    "degraded_count": {
      "title": "Degraded count", 
      "type": "int"
    }, 
    "down_count": {
      "title": "Down count", 
      "type": "int"
    }, 
    "status": {
      "enum": [
        "UP", 
        "DOWN", 
        "DEGRADED", 
        "UNKNOWN"
      ], 
      "title": "Roll-up status", 
      "type": "string"
    }, 
    "up_count": {
      "title": "Up count", 
      "type": "int"
    }
  }, 
  "type": "object"
}