Skip to content

Commit b1a6be2

Browse files
authored
Merge pull request #1644 from HumanCellAtlas/iz-gut-patch
Add values to radial_tissue_term enum
2 parents 9beaeda + 57318de commit b1a6be2

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ Starting after v5.0.0 release, updates will be declared for schemas independentl
66
and (starting with v4.0.0) this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). Unreleased changes may be indicated under the `Unreleased` heading.
77

88
## [Unreleased](https://github.com/HumanCellAtlas/metadata-schema/tree/staging)
9+
910
## [Released](https://github.com/HumanCellAtlas/metadata-schema/)
1011

12+
### [type/biomaterial/specimen_from_organism.json - v11.1.1] - 2026-02-09
13+
### Added
14+
Added values to radial_tissue_term enum
15+
16+
1117
### [module/biomaterial/residence.json - v1.0.4] - 2026-02-09
1218
### Fixed
1319
Fixed describedBy pattern and type keyword to country_territory

docs/jsonBrowser/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ biomaterial_core | Core biomaterial-level information. | object | yes | [See cor
350350
genus_species | The scientific binomial name for the species of the specimen. | array | no | [See module species_ontology](module.md#species-ontology) | Genus species | |
351351
organ | The organ that the biomaterial came from. | object | yes | [See module organ_ontology](module.md#organ-ontology) | Organ | |
352352
organ_parts | A term for a specific part of the organ that the biomaterial came from. | array | no | [See module organ_part_ontology](module.md#organ-part-ontology) | Organ part | |
353-
radial_tissue_term | Layer(s) of the gut that was/were sampled. | array | no | | Radial tissue term | EPI, LP, MLN, MUSC, SUB | EPI; LP; MUSC; SUB; MLN
353+
radial_tissue_term | Layer(s) of the gut that was/were sampled. | array | no | | Radial tissue term | EPI, LP, MLN, MUILF, MUSC, PP, SMILF, SUB | EPI; LP; MLN; MUILF; MUSC; PP; SMILF; SUB
354354
transplant_organ | Was the specimen collected after extraction for organ transplantation? | boolean | no | | Transplant organ | | yes; no
355355
diseases | Short description of known disease(s) of the specimen. | array | no | [See module disease_ontology](module.md#disease-ontology) | Known disease(s) | |
356356
adjacent_diseases | Short description of the disease(s) adjacent to the specimen's collection site (e.g. breast cancer). | array | no | [See module disease_ontology](module.md#disease-ontology) | Adjacent disease(s) | |

json_schema/type/biomaterial/specimen_from_organism.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,22 @@
6767
},
6868
"radial_tissue_term": {
6969
"description": "Layer(s) of the gut that was/were sampled.",
70-
"example": "EPI; LP; MUSC; SUB; MLN",
70+
"example": "EPI; LP; MLN; MUILF; MUSC; PP; SMILF; SUB",
7171
"type": "array",
7272
"items": {
7373
"type": "string",
7474
"enum": [
7575
"EPI",
7676
"LP",
7777
"MLN",
78+
"MUILF",
7879
"MUSC",
80+
"PP",
81+
"SMILF",
7982
"SUB"
8083
]
8184
},
82-
"guidelines": "Should be one of: EPI (epithelium), LP (lamina propria), MUSC (muscularis), SUB (submucosa), MLN (mesenteric lymph node).",
85+
"guidelines": "Should be one of: EPI (epithelium), LP (lamina propria), MUSC (muscularis), SUB (submucosa), MLN (mesenteric lymph node), Peyer's patch (PP), Mucosal lymphoid follicle (MUILF), Submucosal lymphoid follicle (SMILF).",
8386
"user_friendly": "Radial tissue term",
8487
"bionetworks": ["gut"]
8588
},

json_schema/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_update_date": "2026-02-09T12:55:32Z",
2+
"last_update_date": "2026-02-09T15:53:55Z",
33
"version_numbers": {
44
"core": {
55
"biomaterial": {
@@ -101,7 +101,7 @@
101101
"donor_organism": "18.3.4",
102102
"imaged_specimen": "3.5.0",
103103
"organoid": "11.5.0",
104-
"specimen_from_organism": "11.1.0"
104+
"specimen_from_organism": "11.1.1"
105105
},
106106
"file": {
107107
"analysis_file": "8.0.0",

0 commit comments

Comments
 (0)