From 408c155e7d49fe2dd80b645ddd4514c487394f70 Mon Sep 17 00:00:00 2001
From: Anil Gupta <ani2824@gmail.com>
Date: Fri, 6 Aug 2021 11:50:50 +0530
Subject: [PATCH] Issue #SB-24469 fix: Fixed the rejectComment for QuestionSet.

---
 schemas/questionset/1.0/schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schemas/questionset/1.0/schema.json b/schemas/questionset/1.0/schema.json
index 92ac3be5c..8710a9536 100644
--- a/schemas/questionset/1.0/schema.json
+++ b/schemas/questionset/1.0/schema.json
@@ -572,7 +572,7 @@
       "default": "No"
     },
     "rejectComment": {
-      "dataType": "string"
+      "type": "string"
     }
   }
 }
-- 
GitLab