Skip to content

Commit 6ee9abc

Browse files
fixes #550, #569, #578
1 parent 0d5c710 commit 6ee9abc

5 files changed

Lines changed: 11 additions & 24 deletions

File tree

Specification/BrAPI-Schema/BrAPI-Core/Study.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@
204204
"string"
205205
]
206206
},
207+
"program": {
208+
"$ref": "Program.json#/$defs/Program",
209+
"description": "A program identifier to search for",
210+
"referencedAttribute": "trials",
211+
"relationshipType": "many-to-one"
212+
},
207213
"trial": {
208214
"$ref": "Trial.json#/$defs/Trial",
209215
"description": "The ID which uniquely identifies a trial",

Specification/BrAPI-Schema/BrAPI-Genotyping/AlleleMatrix.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"$defs": {
33
"AlleleMatrix": {
44
"properties": {
5+
"additionalInfo": {
6+
"description": "A free space containing any additional information related to a particular object. A data source may provide any JSON object, unrestricted by the BrAPI specification.",
7+
"$ref": "../BrAPI-Common/AdditionalInfo.json#/$defs/AdditionalInfo",
8+
"relationshipType": "one-to-one"
9+
},
510
"callSets": {
611
"description": "A list of unique identifiers for the CallSets contained in the matrix response. This array should match the ordering for columns in the matrix. A CallSet is a unique combination of a Sample and a sequencing event. CallSets often have a 1-to-1 relationship with Samples, but this is not always the case.",
712
"items": {

Specification/BrAPI-Schema/BrAPI-Genotyping/Sample.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
},
2424
"column": {
2525
"description": "The Column identifier for this `Sample` location in the `Plate`",
26-
"maximum": 12,
27-
"minimum": 1,
2826
"type": [
2927
"null",
3028
"integer"

Specification/BrAPI-Schema/Requests/PlateRequest.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,6 @@
9696
"45e1e2d7",
9797
"6cc6dd28"
9898
]
99-
},
100-
"germplasmDbIds": {
101-
"description": "The ID which uniquely identifies a germplasm",
102-
"items": {
103-
"type": "string"
104-
},
105-
"type": "array",
106-
"example": [
107-
"d745e1e2",
108-
"6dd28d74"
109-
]
11099
}
111100
}
112101
}

Specification/BrAPI-Schema/Requests/SampleRequest.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,6 @@
8585
"45e1e2d7",
8686
"6cc6dd28"
8787
]
88-
},
89-
"germplasmDbIds": {
90-
"description": "The ID which uniquely identifies a `Germplasm`",
91-
"items": {
92-
"type": "string"
93-
},
94-
"type": "array",
95-
"example": [
96-
"d745e1e2",
97-
"6dd28d74"
98-
]
9988
}
10089
}
10190
}

0 commit comments

Comments
 (0)