{ "id": "AgentSubStatus", "module_id": "Heatmap", "properties": { "name": { "title": "Agent subcomponent name", "type": "string" }, "status": { "enum": [ "UP", "DOWN", "UNKNOWN" ], "title": "Agent subcomponent status", "type": "string" }, "status_description": { "description": "Describe what makes the status not UP", "title": "Status description", "type": "string" } }, "type": "object" }