summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/geth/config_schema.json
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-03-27 13:48:48 +0200
committerGitHub <noreply@github.com>2024-03-27 13:48:48 +0200
commita6c29dc34025cd222228143282d69f89953e3855 (patch)
tree94b49bd5b409341aac4c04647d61d53977f315f2 /src/go/collectors/go.d.plugin/modules/geth/config_schema.json
parent6fd1416396115ce88d2e736e870b6007dae148bc (diff)
go.d: dyncfg: allow "name" additional property (#17272)
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/geth/config_schema.json')
-rw-r--r--src/go/collectors/go.d.plugin/modules/geth/config_schema.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/geth/config_schema.json b/src/go/collectors/go.d.plugin/modules/geth/config_schema.json
index 4e309317a2..8a79623c58 100644
--- a/src/go/collectors/go.d.plugin/modules/geth/config_schema.json
+++ b/src/go/collectors/go.d.plugin/modules/geth/config_schema.json
@@ -97,7 +97,10 @@
"required": [
"url"
],
- "additionalProperties": false
+ "additionalProperties": false,
+ "patternProperties": {
+ "^name$": {}
+ }
},
"uiSchema": {
"ui:flavour": "tabs",