Skip to content

Commit

Permalink
update schema latest
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Oct 4, 2023
1 parent 932d9a0 commit 13428fe
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion hdr_schemata/models/GWDM/latest/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -1456,6 +1469,6 @@
"required",
"summary"
],
"title": "Gwdm10",
"title": "Gwdm11",
"type": "object"
}

0 comments on commit 13428fe

Please sign in to comment.