Skip to content

Commit

Permalink
Merge pull request #1601 from HumanCellAtlas/ac-rename-oral-bionetwor…
Browse files Browse the repository at this point in the history
…k-Issue1600

Replace enum value in hca_bionetwork name.
  • Loading branch information
arschat authored Jan 20, 2025
2 parents 293e535 + 2897a61 commit ada1098
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://

## [Unreleased](https://github.com/HumanCellAtlas/metadata-schema/tree/staging)

### [module/project/hca_bionetwork.json - v2.0.0] - 2025-01-20
### Changed
Changed enum value in hca_bionetwork.name. Fix #1600

### [type/project/project.json - v20.0.0] - 2025-01-20
### Changed
Changed enum value in hca_bionetwork.name. Fix #1600

## [Released](https://github.com/HumanCellAtlas/metadata-schema/)

### [type/biomaterial/donor_organism.json - v17.1.0] - 2024-12-11
Expand Down
2 changes: 1 addition & 1 deletion docs/jsonBrowser/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Location: module/project/hca_bionetwork.json

Property name | Description | Type | Required? | Object reference? | User friendly name | Allowed values | Example
--- | --- | --- | --- | --- | --- | --- | ---
name | HCA Bionetwork the project is a part of (e.g. Kidney). | string | no | | Official HCA Bionetwork | Adipose, Breast, Development, Eye, Genetic Diversity, Gut, Heart, Immune, Kidney, Liver, Lung, Musculoskeletal, Nervous System, Oral & Craniofacial, Organoid, Pancreas, Reproduction, Skin | Kidney; Lung
name | HCA Bionetwork the project is a part of (e.g. Kidney). | string | no | | Official HCA Bionetwork | Adipose, Breast, Development, Eye, Genetic Diversity, Gut, Heart, Immune, Kidney, Liver, Lung, Musculoskeletal, Nervous System, Oral and Craniofacial, Organoid, Pancreas, Reproduction, Skin | Kidney; Lung
hca_tissue_atlas | A field describing if the project is part of a HCA Tissue Atlas (e.g. Brain Alzheimer Atlas). | string | no | | HCA Tissue Atlas | Adipose, Blood, Brain, Breast, Development, Eye, GDN, Gut, Heart, Immune, Kidney, Liver, Lung, MSK, ORCF, Organoid-Endoderm, Organoid-Neural, Pancreas, Retina, Reproduction, Skin | Retina
hca_tissue_atlas_version | A field describing which version of the HCA Tissue Atlas is associated with the project (e.g. v1.0; v2.0) | string | no | | Official HCA Tissue Atlas Version | | v1.0; v2.0
atlas_project | A field describing if this project is the HCA Tissue Atlas project which integrates data from other datasets. | boolean | no | | Project Tissue Atlas Status | | Yes; No
Expand Down
2 changes: 1 addition & 1 deletion json_schema/module/project/hca_bionetwork.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Lung",
"Musculoskeletal",
"Nervous System",
"Oral & Craniofacial",
"Oral and Craniofacial",
"Organoid",
"Pancreas",
"Reproduction",
Expand Down
6 changes: 3 additions & 3 deletions json_schema/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_update_date": "2024-12-11T09:29:09Z",
"last_update_date": "2025-01-20T10:24:12Z",
"version_numbers": {
"core": {
"biomaterial": {
Expand Down Expand Up @@ -76,7 +76,7 @@
"project": {
"contact": "9.0.0",
"funder": "2.0.0",
"hca_bionetwork": "1.0.2",
"hca_bionetwork": "2.0.0",
"publication": "7.0.0"
},
"protocol": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"process": "9.2.0"
},
"project": {
"project": "19.0.1"
"project": "20.0.0"
},
"protocol": {
"analysis": {
Expand Down

0 comments on commit ada1098

Please sign in to comment.