From a6c29dc34025cd222228143282d69f89953e3855 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Wed, 27 Mar 2024 13:48:48 +0200 Subject: go.d: dyncfg: allow "name" additional property (#17272) --- src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json') diff --git a/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json b/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json index 27c0185606..025b78f853 100644 --- a/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json +++ b/src/go/collectors/go.d.plugin/modules/portcheck/config_schema.json @@ -44,7 +44,10 @@ "host", "ports" ], - "additionalProperties": false + "additionalProperties": false, + "patternProperties": { + "^name$": {} + } }, "uiSchema": { "uiOptions": { -- cgit v1.2.3