From e63216ba8db805f2bcead3ad3db54e6dd31c791c Mon Sep 17 00:00:00 2001 From: VirajP1002 Date: Thu, 3 Oct 2024 14:53:34 +0100 Subject: [PATCH] Extend validator to support new field, 'sds_schema_version' --- schemas/questionnaire_v1.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemas/questionnaire_v1.json b/schemas/questionnaire_v1.json index 029bbea0..3236b19f 100755 --- a/schemas/questionnaire_v1.json +++ b/schemas/questionnaire_v1.json @@ -45,6 +45,9 @@ "description": { "$ref": "common_definitions.json#/non_empty_string" }, + "sds_schema_version": { + "type": "string" + }, "supplementary_data": { "type": "object", "description": "A object containing the lists which come from supplementary data",