Skip to content

Commit 5059a86

Browse files
committed
fixing some errors
1 parent 717be83 commit 5059a86

6 files changed

+21
-9
lines changed

schemas/research/specimenSet.schema.tpl.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"_categories": [
33
"fileOrigin"
44
],
5-
"required": [
6-
"species"
7-
],
85
"properties": {
96
"additionalRemarks": {
107
"type": "string",

schemas/research/specimenState.schema.tpl.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@
66
"additionalRemarks": {
77
"type": "string",
88
"_instruction": "Enter any additional remarks concerning the specimen (set) in this state."
9-
}
9+
},
10+
"associatedProtocol": {
11+
"type": "array",
12+
"minItems": 1,
13+
"uniqueItems": true,
14+
"_instruction": "Add all technical and/or behavioral protocols associated with this specimen state.",
15+
"_linkedTypes": [
16+
"core:Protocol",
17+
"core:BehavioralProtocol"
18+
]
19+
},
1020
"internalIdentifier": {
1121
"type": "string",
1222
"_instruction": "Enter the identifier (or label) of this specimen (set) state that is used within the corresponding data files to identify this specimen (set) state."

schemas/research/specimenWeight.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_type": "core:SpecimenWeight",
33
"required": [
4-
"age",
5-
"reference"
4+
"weight",
5+
"type"
66
],
77
"properties": {
88
"weight": {

schemas/research/subjectGroup.schema.tpl.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"_type": "core:SubjectGroup",
33
"_extends": "research/specimenSet.schema.tpl.json",
44
"required": [
5+
"attributeStatistic",
6+
"numberOfSubjects",
57
"studiedState"
68
],
79
"properties": {

schemas/research/tissueSampleCollection.schema.tpl.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"_type": "core:TissueSampleCollection",
33
"_extends": "research/specimenSet.schema.tpl.json",
44
"required": [
5-
"origin",
6-
"studiedState",
7-
"type"
5+
"attributeStatistic",
6+
"numberOfTissueSamples",
7+
"studiedState"
88
],
99
"properties": {
1010
"attributeStatistic": {

schemas/research/tissueSampleCollectionState.schema.tpl.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"_type": "core:TissueSampleCollectionState",
33
"_extends": "research/specimenState.schema.tpl.json",
4+
"required": [
5+
"attributeStatistic"
6+
],
47
"properties": {
58
"attributeStatistic": {
69
"type": "array",

0 commit comments

Comments
 (0)