@cryptotaxi247 / netdata-1 / commits / 22ab24532

fix(go.d/vnodes): add additionalProperties to config_schema.json (#21503)

Ilya Mashchenko committed Dec 26, 2025 at 11:02 UTC 22ab245325a93584a297ca30dd386483fa0ab3d8
1 file changed +4 -1
src/go/plugin/go.d/agent/vnodes/config_schema.json
+4 -1
@@ -20,7 +20,10 @@
20 "type": [
21 "object",
22 "null"
23 - ]
23 + ],
24 + "additionalProperties": {
25 + "type": "string"
26 + }
27 }
28 },
29 "required": [