Skip to content

Commit a97c582

Browse files
committed
Add organ_donor field in donor_organism
1 parent e9e7c74 commit a97c582

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/jsonBrowser/type.md

+1
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ height | Height of organism in Height unit. | string | no | | Height | | 160;
435435
height_unit | The unit in which Height is expressed. | object | no | [See module length_unit_ontology](module.md#length-unit-ontology) | Height unit | |
436436
weight | Weight of organism in Weight unit. | string | no | | Weight | | 60; 40-60
437437
weight_unit | The unit in which Weight is expressed. | object | no | [See module mass_unit_ontology](module.md#mass-unit-ontology) | Weight unit | |
438+
organ_donor | Whether organism has donated their organs. | boolean | no | | Organ donor | | yes; no
438439

439440
## Organoid
440441
_Information about an organoid biomaterial._

json_schema/type/biomaterial/donor_organism.json

+7
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@
178178
"type": "object",
179179
"$ref": "module/ontology/mass_unit_ontology.json",
180180
"user_friendly": "Weight unit"
181+
},
182+
"organ_donor": {
183+
"description": "Whether organism has donated their organs.",
184+
"type": "boolean",
185+
"user_friendly": "Organ donor",
186+
"guidelines": "Should be one of: yes, or no.",
187+
"example": "yes; no"
181188
}
182189
}
183190
}

json_schema/update_log.csv

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
Schema,Change type,Change message,Version,Date
2+
type/biomaterial/donor_organism,minor,Added organ_donor field in donor_organism Fixes#1547",,

0 commit comments

Comments
 (0)