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,