Skip to content

Commit

Permalink
Changed organ_donor description
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Mar 1, 2024
1 parent a97c582 commit 4a09fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ height | Height of organism in Height unit. | string | no | | Height | | 160;
height_unit | The unit in which Height is expressed. | object | no | [See module length_unit_ontology](module.md#length-unit-ontology) | Height unit | |
weight | Weight of organism in Weight unit. | string | no | | Weight | | 60; 40-60
weight_unit | The unit in which Weight is expressed. | object | no | [See module mass_unit_ontology](module.md#mass-unit-ontology) | Weight unit | |
organ_donor | Whether organism has donated their organs. | boolean | no | | Organ donor | | yes; no
organ_donor | Whether biomaterial was collected after extraction for organ transplantation. | boolean | no | | Organ donor | | yes; no

## Organoid
_Information about an organoid biomaterial._
Expand Down
2 changes: 1 addition & 1 deletion json_schema/type/biomaterial/donor_organism.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"user_friendly": "Weight unit"
},
"organ_donor": {
"description": "Whether organism has donated their organs.",
"description": "Whether biomaterial was collected after extraction for organ transplantation.",
"type": "boolean",
"user_friendly": "Organ donor",
"guidelines": "Should be one of: yes, or no.",
Expand Down

0 comments on commit 4a09fcb

Please sign in to comment.