ThreatStatus (type)

{
  "additionalProperties": false, 
  "id": "ThreatStatus", 
  "module_id": "Heatmap", 
  "properties": {
    "status": {
      "enum": [
        "NORMAL", 
        "ABNORMAL"
      ], 
      "title": "Transport node threat status", 
      "type": "string"
    }
  }, 
  "type": "object"
}