@cryptotaxi247 / netdata-1 / commits / a1ba5acfa

fix: correct health schema typo preventing Action alert rendering. (#18871)

Ilya Mashchenko committed Oct 25, 2024 at 16:38 UTC a1ba5acfa4536518979f6067fcc586de78110c19
1 file changed +1 -1
src/health/schema.d/health%3Aalert%3Aprototype.json
+1 -1
@@ -380,7 +380,7 @@
380 "classification": { "$ref": "#/definitions/configClassification" },
381 "value": { "$ref": "#/definitions/configValue" },
382 "conditions": { "$ref": "#/definitions/configConditions" },
383 - "actions": { "$ref": "#/definitions/configAction" }
383 + "action": { "$ref": "#/definitions/configAction" }
384 },
385 "required": []
386 },