From 93dc18d5d01b538eabdd0fef60310848f9d32316 Mon Sep 17 00:00:00 2001 From: Mehmood Asghar Date: Fri, 18 Oct 2024 16:22:24 -0400 Subject: [PATCH] Make study_desc.study_info an optional element --- api-documentation/editor/ddi-schema.json | 3 +-- application/schemas/ddi-schema.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/api-documentation/editor/ddi-schema.json b/api-documentation/editor/ddi-schema.json index 5c5cd7b78..6b6f632c2 100644 --- a/api-documentation/editor/ddi-schema.json +++ b/api-documentation/editor/ddi-schema.json @@ -1582,8 +1582,7 @@ } }, "required": [ - "title_statement", - "study_info" + "title_statement" ], "additionalProperties": false } diff --git a/application/schemas/ddi-schema.json b/application/schemas/ddi-schema.json index 80826d162..f16a7aec8 100644 --- a/application/schemas/ddi-schema.json +++ b/application/schemas/ddi-schema.json @@ -1579,8 +1579,7 @@ } }, "required": [ - "title_statement", - "study_info" + "title_statement" ], "additionalProperties": false }