From 5efda650e0b43f08bbc95c2a486d1d58275afc4d Mon Sep 17 00:00:00 2001 From: Arsenios Chatzigeorgiou <49944135+arschat@users.noreply.github.com> Date: Fri, 22 Nov 2024 13:54:05 +0200 Subject: [PATCH] Removed deprecated timecourse module from donor --- docs/jsonBrowser/type.md | 1 - json_schema/type/biomaterial/donor_organism.json | 6 ------ 2 files changed, 7 deletions(-) diff --git a/docs/jsonBrowser/type.md b/docs/jsonBrowser/type.md index d058fdea..b933f9ba 100644 --- a/docs/jsonBrowser/type.md +++ b/docs/jsonBrowser/type.md @@ -443,7 +443,6 @@ 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 | | -timecourse | Information relating to a timecourse associated with this biomaterial. | object | no | [See module timecourse](module.md#timecourse) | Timecourse | | gender_identity | The donor's personal sense of their own gender at the time of the experiment. | object | no | [See module gender_identity_ontology](module.md#gender-identity-ontology) | Gender identity | | ## Organoid diff --git a/json_schema/type/biomaterial/donor_organism.json b/json_schema/type/biomaterial/donor_organism.json index 15e2e365..3fed1091 100644 --- a/json_schema/type/biomaterial/donor_organism.json +++ b/json_schema/type/biomaterial/donor_organism.json @@ -200,12 +200,6 @@ "$ref": "module/ontology/mass_unit_ontology.json", "user_friendly": "Weight unit" }, - "timecourse": { - "description": "Information relating to a timecourse associated with this biomaterial.", - "type": "object", - "$ref": "module/biomaterial/timecourse.json", - "user_friendly": "Timecourse" - }, "gender_identity": { "description": "The donor's personal sense of their own gender at the time of the experiment.", "type": "object",