You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Specification/Generated/brapi_generated.graphqls
+94-2Lines changed: 94 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -677,11 +677,42 @@ type EventsSearchResponse {
677
677
searchResultsDbId: String
678
678
}
679
679
680
+
typeExperimentFactor {
681
+
"""
682
+
The type of treatment/factor. ex. 'fertilizer', 'inoculation', 'irrigation', etc
683
+
684
+
MIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym of the experimental factor.
685
+
"""
686
+
factor: String
687
+
"The PUI of the factor which may link to an ontology."
688
+
factorPUI: String
689
+
"""
690
+
The type of treatment/factor. ex. 'fertilizer', 'inoculation', 'irrigation', etc
691
+
692
+
MIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym of the experimental factor.
693
+
"""
694
+
modalities: [Modality]
695
+
}
696
+
680
697
typeExperimentalDesign {
681
-
"MIAPPE V1.1 (DM-23) Type of experimental design - Type of experimental design of the study, in the form of an accession number from the Crop Ontology."
698
+
"MIAPPE V1.1 (DM-23) Type of experimental design - Type of experimental design of the study, in the form of an accession number from the Crop Ontology. **Deprecated in v2.2** Please use `experimentalDesignPUI`. Github issue number #539"
682
699
PUI: String
683
700
"MIAPPE V1.1 (DM-22) Description of the experimental design - Short description of the experimental design, possibly including statistical design. In specific cases, e.g. legacy datasets or data computed from several studies, the experimental design can be \"unknown\"/\"NA\", \"aggregated/reduceddata\", or simply 'none'."
684
701
description: String
702
+
"The factors used in the experimental design."
703
+
experimentFactors: [ExperimentFactor]
704
+
"MIAPPE V1.1 (DM-23) Type of experimental design - Type of experimental design of the study, in the form of an accession number from the Crop Ontology."
705
+
experimentalDesignPUI: String
706
+
"Is the first replication random."
707
+
firstRepRand: Boolean
708
+
"How the trial is layout in the field."
709
+
layoutPattern: String
710
+
"The type of randomization use to create the experimental design."
MIAPPE V1.1 (DM-62) Experimental Factor description - Free text description of the experimental factor. This includes all relevant treatments planned and protocol planned for all the plants targeted by a given experimental factor.
1447
+
"""
1448
+
modality: String
1449
+
"The PUI of the modality which may link to an ontology."
MIAPPE V1.1 (DM-62) Experimental Factor description - Free text description of the experimental factor. This includes all relevant treatments planned and protocol planned for all the plants targeted by a given experimental factor.
2856
2900
"""
2857
2901
modality: String
2902
+
"The PUI of the modality which may link to an ontology."
2903
+
modalityPUI: String
2858
2904
"associated observation Unit"
2859
2905
observationUnit: ObservationUnit
2860
2906
}
@@ -3935,11 +3981,42 @@ input EventsInput {
3935
3981
studyNames: [String]
3936
3982
}
3937
3983
3984
+
inputExperimentFactorInput {
3985
+
"""
3986
+
The type of treatment/factor. ex. 'fertilizer', 'inoculation', 'irrigation', etc
3987
+
3988
+
MIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym of the experimental factor.
3989
+
"""
3990
+
factor: String
3991
+
"The PUI of the factor which may link to an ontology."
3992
+
factorPUI: String
3993
+
"""
3994
+
The type of treatment/factor. ex. 'fertilizer', 'inoculation', 'irrigation', etc
3995
+
3996
+
MIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym of the experimental factor.
3997
+
"""
3998
+
modalities: [ModalityInput]
3999
+
}
4000
+
3938
4001
inputExperimentalDesignInput {
3939
-
"MIAPPE V1.1 (DM-23) Type of experimental design - Type of experimental design of the study, in the form of an accession number from the Crop Ontology."
4002
+
"MIAPPE V1.1 (DM-23) Type of experimental design - Type of experimental design of the study, in the form of an accession number from the Crop Ontology. **Deprecated in v2.2** Please use `experimentalDesignPUI`. Github issue number #539"
3940
4003
PUI: String
3941
4004
"MIAPPE V1.1 (DM-22) Description of the experimental design - Short description of the experimental design, possibly including statistical design. In specific cases, e.g. legacy datasets or data computed from several studies, the experimental design can be \"unknown\"/\"NA\", \"aggregated/reduceddata\", or simply 'none'."
3942
4005
description: String
4006
+
"The factors used in the experimental design."
4007
+
experimentFactors: [ExperimentFactorInput]
4008
+
"MIAPPE V1.1 (DM-23) Type of experimental design - Type of experimental design of the study, in the form of an accession number from the Crop Ontology."
4009
+
experimentalDesignPUI: String
4010
+
"Is the first replication random."
4011
+
firstRepRand: Boolean
4012
+
"How the trial is layout in the field."
4013
+
layoutPattern: String
4014
+
"The type of randomization use to create the experimental design."
MIAPPE V1.1 (DM-62) Experimental Factor description - Free text description of the experimental factor. This includes all relevant treatments planned and protocol planned for all the plants targeted by a given experimental factor.
5088
+
"""
5089
+
modality: String
5090
+
"The PUI of the modality which may link to an ontology."
5091
+
modalityPUI: String
5092
+
}
5093
+
5006
5094
inputObservationInput {
5007
5095
"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."
5008
5096
additionalInfo: AdditionalInfoInput
@@ -6851,12 +6939,16 @@ input TreatmentInput {
6851
6939
MIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym of the experimental factor.
6852
6940
"""
6853
6941
factor: String
6942
+
"The PUI of the factor which may link to an ontology."
MIAPPE V1.1 (DM-62) Experimental Factor description - Free text description of the experimental factor. This includes all relevant treatments planned and protocol planned for all the plants targeted by a given experimental factor.
6858
6948
"""
6859
6949
modality: String
6950
+
"The PUI of the modality which may link to an ontology."
0 commit comments