From 6297a2ef53e0eaf4005d72bbc65e3419bc8c516a Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 8 Nov 2021 23:34:46 -0800 Subject: [PATCH] Schema fix, #3264 --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 32e52dfc..bd44e2d5 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -319,7 +319,7 @@ "description": "Name of the text string.", "type": "string" }, - "protocol": { + "value": { "description": "Text string that will be remotely typed when selected.", "type": "string" }