From 1295af4677f9a6674dfa9606f146a25fca22c205 Mon Sep 17 00:00:00 2001 From: si458 Date: Mon, 15 Jan 2024 19:15:19 +0000 Subject: [PATCH] fix config schema 2024 Signed-off-by: si458 --- meshcentral-config-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 30b96852..71ae04a7 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -983,11 +983,11 @@ } }, "domaindefaults": { - "$ref": "#/properties/domains/items" + "$ref": "#/properties/domains/additionalProperties" }, "domains": { "type": "object", - "items": { + "additionalProperties": { "type": "object", "properties": { "dns": {