From d0cc39c79a788fe1cd30bb5c52e5144e966f69b5 Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Fri, 17 Jul 2026 09:00:27 +0200 Subject: [PATCH] rfb/jsonschema: add missing field Ticket: 6478 --- etc/schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index ed0f01107b..1d383f24d5 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -5594,6 +5594,10 @@ "type": "string" } } + }, + "server_security_failure_reason": { + "description": "The string describing the reason why the server failed the security Handshake, see rfc 6143 section 7.1", + "type": "string" } } },