From 704038f7df12dcf1dd47e48f2f9ea042fdb35fde Mon Sep 17 00:00:00 2001 From: Kumar Gauraw Date: Tue, 11 Jan 2022 14:29:12 +0530 Subject: [PATCH] Issue #SB-28373 feat: added outcomeDeclaration for questionset --- schemas/questionset/1.0/config.json | 3 +++ schemas/questionset/1.0/schema.json | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/schemas/questionset/1.0/config.json b/schemas/questionset/1.0/config.json index 84964ebd8..e6719f81f 100644 --- a/schemas/questionset/1.0/config.json +++ b/schemas/questionset/1.0/config.json @@ -71,6 +71,9 @@ }, "instructions": { "type": "string" + }, + "outcomeDeclaration": { + "type": "string" } }, "primaryKey": [ diff --git a/schemas/questionset/1.0/schema.json b/schemas/questionset/1.0/schema.json index 256337d9a..e878a7feb 100644 --- a/schemas/questionset/1.0/schema.json +++ b/schemas/questionset/1.0/schema.json @@ -592,6 +592,10 @@ "items": { "type": "object" } + }, + "outcomeDeclaration": { + "type": "object", + "description": "External Property" } }, "additionalProperties": false