forgot consentMessages descriptions

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Mar 20, 2025 at 21:07 UTC ce417aa18fe47ee90587d2627363eddeca88de54
1 file changed +8 -4
meshcentral-config-schema.json
+8 -4
@@ -1982,16 +1982,20 @@
1982 "description": "This section is used to customize user consent prompts, these show up when asking if a remote session is allowed or not.",
1983 "properties": {
1984 "Title": {
1985 - "type": "string"
1985 + "type": "string",
1986 + "description": "Title of the consent message."
1987 },
1988 "Desktop": {
1988 - "type": "string"
1989 + "type": "string",
1990 + "description": "Consent message that is shown when a remote desktop session is connected, you can use {0} to represent the realname and {1} to represent the username."
1991 },
1992 "Terminal": {
1991 - "type": "string"
1993 + "type": "string",
1994 + "description": "Consent message that is shown when a remote terminal session is connected, you can use {0} to represent the realname and {1} to represent the username."
1995 },
1996 "Files": {
1994 - "type": "string"
1997 + "type": "string",
1998 + "description": "Consent message that is shown when a remote file session is connected, you can use {0} to represent the realname and {1} to represent the username."
1999 },
2000 "consentTimeout": {
2001 "type": "integer",