Skip to content

Commit

Permalink
make some changes to populationSize
Browse files Browse the repository at this point in the history
  • Loading branch information
calmacx committed Jan 30, 2024
1 parent e6142b4 commit aab12b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hdr_schemata/models/GWDM/1.1/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,7 @@
"type": "null"
}
],
"default": null,
"description": "Summary population size of the cohort",
"title": "Population size"
}
Expand All @@ -1358,8 +1359,7 @@
"contactPoint",
"datasetType",
"description",
"publisher",
"populationSize"
"publisher"
],
"title": "Summary",
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion hdr_schemata/models/GWDM/v1_1/Summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Summary(BaseSummary):

# new field for a summary of the population size
populationSize: Optional[int] = Field(
...,
None,
description="Summary population size of the cohort",
title="Population size",
)

0 comments on commit aab12b2

Please sign in to comment.