From c1f233a92cb52dafef460121c6375f0e0a352ae5 Mon Sep 17 00:00:00 2001 From: Ryan Doherty Date: Mon, 22 Apr 2024 09:12:36 -0400 Subject: [PATCH] Add searchVisibleHelp to json schema --- Service/doc/schema/wdk/questions/name/get.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Service/doc/schema/wdk/questions/name/get.json b/Service/doc/schema/wdk/questions/name/get.json index e534b92538..e34adc3f49 100644 --- a/Service/doc/schema/wdk/questions/name/get.json +++ b/Service/doc/schema/wdk/questions/name/get.json @@ -189,6 +189,9 @@ "help": { "type": "string" }, + "searchVisibleHelp": { + "type": "string" + }, "reviseBuild": { "type": "string" },