From 7325e5a7e7c4c5623346ab6f572bdfc62f628f13 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Thu, 16 Sep 2021 09:33:09 -0700 Subject: [PATCH] Added amtScanOptions to config.json schema. #3139 --- meshcentral-config-schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 7a197573..bffa936f 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -537,6 +537,12 @@ } } }, + "amtScanOptions": { + "description": "List of local network Intel AMT scanning options offered in the user interface. For example [\"LabNetwork 192.168.15.0/23\", \"SalesNetwork 192.168.8.0/24\"].", + "type": "array", + "default": null, + "items": { "type": "string" } + }, "amtManager": { "type": "object", "additionalProperties": false,