Skip to content

Commit

Permalink
Removed deprecated timecourse module from donor
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Nov 22, 2024
1 parent f6f618b commit 5efda65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/jsonBrowser/type.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions json_schema/type/biomaterial/donor_organism.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5efda65

Please sign in to comment.