diff --git a/schemas/anatomicalCavity.schema.tpl.json b/schemas/anatomicalCavity.schema.tpl.json index aa0bdd1f..125b077c 100644 --- a/schemas/anatomicalCavity.schema.tpl.json +++ b/schemas/anatomicalCavity.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/externalBodyRegion.schema.tpl.json b/schemas/externalBodyRegion.schema.tpl.json index c7abb42a..983350bb 100644 --- a/schemas/externalBodyRegion.schema.tpl.json +++ b/schemas/externalBodyRegion.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/muscularStructure.schema.tpl.json b/schemas/muscularStructure.schema.tpl.json index 712053dd..b0057d2b 100644 --- a/schemas/muscularStructure.schema.tpl.json +++ b/schemas/muscularStructure.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/nervousSystemStructure.schema.tpl.json b/schemas/nervousSystemStructure.schema.tpl.json index e17629a2..7d0a1358 100644 --- a/schemas/nervousSystemStructure.schema.tpl.json +++ b/schemas/nervousSystemStructure.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/organ.schema.tpl.json b/schemas/organ.schema.tpl.json index 9d18390d..f604b9e9 100644 --- a/schemas/organ.schema.tpl.json +++ b/schemas/organ.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/organSystemStructure.schema.tpl.json b/schemas/organSystemStructure.schema.tpl.json index 5d6e3878..5bec9b2f 100644 --- a/schemas/organSystemStructure.schema.tpl.json +++ b/schemas/organSystemStructure.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/organismSubstance.schema.tpl.json b/schemas/organismSubstance.schema.tpl.json index b2462473..7d128131 100644 --- a/schemas/organismSubstance.schema.tpl.json +++ b/schemas/organismSubstance.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/organismSystem.schema.tpl.json b/schemas/organismSystem.schema.tpl.json index cd65ebe4..e90255a1 100644 --- a/schemas/organismSystem.schema.tpl.json +++ b/schemas/organismSystem.schema.tpl.json @@ -2,6 +2,8 @@ "_type": "controlledTerms:OrganismSystem", "_extends": "controlledTerm.schema.tpl.json", "_categories": [ - "studyTarget" + "anatomicalLocation", + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/skeletalStructure.schema.tpl.json b/schemas/skeletalStructure.schema.tpl.json index 37c9fcf7..21b12d94 100644 --- a/schemas/skeletalStructure.schema.tpl.json +++ b/schemas/skeletalStructure.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/tissueStructure.schema.tpl.json b/schemas/tissueStructure.schema.tpl.json index b4628ea4..f64ecb41 100644 --- a/schemas/tissueStructure.schema.tpl.json +++ b/schemas/tissueStructure.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] } diff --git a/schemas/vascularStructure.schema.tpl.json b/schemas/vascularStructure.schema.tpl.json index 6dc49f75..05f63ced 100644 --- a/schemas/vascularStructure.schema.tpl.json +++ b/schemas/vascularStructure.schema.tpl.json @@ -3,6 +3,7 @@ "_extends": "controlledTerm.schema.tpl.json", "_categories": [ "anatomicalLocation", - "studyTarget" + "studyTarget", + "UBERONAnatomicalEntity" ] }