From 13428fe1426161bdbcf705b4530bd6d167106105 Mon Sep 17 00:00:00 2001 From: Calum Macdonald Date: Wed, 4 Oct 2023 14:02:34 +0100 Subject: [PATCH] update schema latest --- hdr_schemata/models/GWDM/latest/schema.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/hdr_schemata/models/GWDM/latest/schema.json b/hdr_schemata/models/GWDM/latest/schema.json index 814340b..a300c1e 100644 --- a/hdr_schemata/models/GWDM/latest/schema.json +++ b/hdr_schemata/models/GWDM/latest/schema.json @@ -259,6 +259,19 @@ "description": "Age range in whole years of participants in the dataset. Please provide range in the following format '[min age] \u2013 [max age]' where both the minimum and maximum are whole numbers (integers).", "example": "1-150", "title": "Typical Age Range" + }, + "lifestyle": { + "anyOf": [ + { + "$ref": "#/$defs/LongDescription" + }, + { + "type": "null" + } + ], + "default": null, + "description": "Description of cohort lifestyle habits: Smoking, Physical activity, Dietary habits, Alcohol", + "title": "Lifestyle" } }, "title": "Coverage", @@ -1456,6 +1469,6 @@ "required", "summary" ], - "title": "Gwdm10", + "title": "Gwdm11", "type": "object" } \ No newline at end of file