From 4a09fcb8c178e690f3adb01c495122fb45f61b60 Mon Sep 17 00:00:00 2001 From: Arsenios Chatzigeorgiou <49944135+arschat@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:53:42 +0000 Subject: [PATCH] Changed organ_donor description --- docs/jsonBrowser/type.md | 2 +- json_schema/type/biomaterial/donor_organism.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/jsonBrowser/type.md b/docs/jsonBrowser/type.md index 1ab52e6e..fcd9f1a1 100644 --- a/docs/jsonBrowser/type.md +++ b/docs/jsonBrowser/type.md @@ -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._ diff --git a/json_schema/type/biomaterial/donor_organism.json b/json_schema/type/biomaterial/donor_organism.json index a23f5d08..a910d548 100644 --- a/json_schema/type/biomaterial/donor_organism.json +++ b/json_schema/type/biomaterial/donor_organism.json @@ -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.",