Skip to content
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
6640701
Added ethnicity genetic diversity fields
arschat Feb 20, 2025
1615c72
Added language genetic diversity fields
arschat Feb 20, 2025
7dd118b
Added residence and place of birth genetic diversity fields
arschat Feb 20, 2025
f75abbd
Added dietary state fields
arschat Feb 20, 2025
d56461e
Added reproduction genetic diversity fields
arschat Feb 20, 2025
3b37ae4
Removed trailing whitespaces
arschat Feb 20, 2025
7049d18
Ran human_readable_json.py script
arschat Feb 20, 2025
836c795
Updated update_log.csv
arschat Feb 20, 2025
078808e
Added diet_meat in place of dietary_state
arschat Feb 21, 2025
af5cc71
Merge branch 'staging' of github.com:HumanCellAtlas/metadata-schema i…
arschat Apr 8, 2025
b47e9d0
Merge branch 'staging' of github.com:HumanCellAtlas/metadata-schema i…
arschat May 12, 2025
697794d
Fixed diet_meat_consumption field name
arschat May 12, 2025
9e47276
Added dependency for ethnicity_question field.
arschat May 12, 2025
0773d49
Added ancestry genetic fields.
arschat May 12, 2025
e6eae2d
Replaced special characters in ethnicity_question.
arschat May 13, 2025
ad34acf
Removed ancestry_genetic fields to be added in Liver
arschat May 13, 2025
19c68b3
Updated place_of_birth_duration definition
arschat May 14, 2025
e359985
Removed ancestry_genetic dependecies.
arschat May 14, 2025
e25686d
Updated examples in genetic diversity values
arschat May 14, 2025
a16c5e4
Replaced special character in diet description
arschat Jun 2, 2025
32d999a
Added residence module in human_specific
arschat Jun 2, 2025
6717c3c
Updated update_log.csv
arschat Jun 3, 2025
dc1ef4e
Added reproduction_history module
arschat Jun 3, 2025
a9056e0
Removed unnecessary space
arschat Jun 4, 2025
e8f4a70
Fixed names of new modules
arschat Jun 4, 2025
d9bcedc
Added user friendly name for reproduction_history
arschat Jun 18, 2025
e60820b
Rename reproductive_history module
arschat Jul 9, 2025
5f4b27f
Added INSDC country enum and region field
arschat Oct 17, 2025
cbca404
Renamed fields to ethnicity_of_parents and to language_of_family in h…
arschat Oct 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions json_schema/module/biomaterial/human_specific.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Information specific to a donor that is a human (Homo sapiens).",
"additionalProperties": false,
"dependencies": {
"ethnicity_question": [
"ethnicity"
]
},
"title": "Human-specific",
"name": "human_specific",
"type": "object",
Expand Down