@@ -1719,6 +1719,7 @@ components:
17191719 type : string
17201720 type :
17211721 type : string
1722+ description : A persons contact information
17221723 ContentTypes :
17231724 type : string
17241725 enum :
@@ -1757,6 +1758,8 @@ components:
17571758 type : string
17581759 version :
17591760 type : string
1761+ description : " A link to extra data files associated with this study. Extra data\
1762+ \ could include notes, images, and reference data."
17601763 DatasetAuthorships :
17611764 type : object
17621765 properties :
@@ -1774,6 +1777,7 @@ components:
17741777 type : string
17751778 trialPUI :
17761779 type : string
1780+ description : License and citation information for the data in this trial
17771781 EnvironmentParameters :
17781782 required :
17791783 - description
@@ -1803,6 +1807,12 @@ components:
18031807 type : string
18041808 valuePUI :
18051809 type : string
1810+ description : " Environmental parameters that were kept constant throughout the\
1811+ \ study and did not change between observation units. \n\n MIAPPE V1.1 (DM-57)\
1812+ \ Environment - Environmental parameters that were kept constant throughout\
1813+ \ the study and did not change between observation units or assays. Environment\
1814+ \ characteristics that vary over time, i.e. environmental variables, should\
1815+ \ be recorded as Observed Variables (see below)."
18061816 ExperimentalDesign :
18071817 type : object
18081818 properties :
@@ -1816,6 +1826,8 @@ components:
18161826 type : string
18171827 studyPUI :
18181828 type : string
1829+ description : The experimental and statistical design full description plus a
1830+ category PUI taken from crop research ontology or agronomy ontology
18191831 ExternalReference :
18201832 type : object
18211833 properties :
@@ -1905,6 +1917,8 @@ components:
19051917 type : string
19061918 studyPUI :
19071919 type : string
1920+ description : Short description of the facility in which the study was carried
1921+ out.
19081922 LastUpdate :
19091923 required :
19101924 - lastUpdateDbId
@@ -1922,6 +1936,7 @@ components:
19221936 type : string
19231937 version :
19241938 type : string
1939+ description : The date and time when this study was last modified
19251940 List :
19261941 required :
19271942 - listDbId
@@ -1950,6 +1965,10 @@ components:
19501965 $ref : " #/components/schemas/ListType"
19511966 personDbId :
19521967 type : string
1968+ description : " A List represents a collection of other BrAPI data objects. Typically\
1969+ \ these are custom lists generated by a user to keep track of interesting\
1970+ \ data. For example, a user might build a List of Germplasm that they have\
1971+ \ manually marked for further study."
19531972 ListNewRequest :
19541973 required :
19551974 - listDbId
@@ -1981,6 +2000,10 @@ components:
19812000 $ref : " #/components/schemas/ListType"
19822001 personDbId :
19832002 type : string
2003+ description : " A List represents a collection of other BrAPI data objects. Typically\
2004+ \ these are custom lists generated by a user to keep track of interesting\
2005+ \ data. For example, a user might build a List of Germplasm that they have\
2006+ \ manually marked for further study."
19842007 ListSearchRequest :
19852008 type : object
19862009 properties :
@@ -1994,6 +2017,10 @@ components:
19942017 type : string
19952018 listType :
19962019 $ref : " #/components/schemas/ListType"
2020+ description : " A List represents a collection of other BrAPI data objects. Typically\
2021+ \ these are custom lists generated by a user to keep track of interesting\
2022+ \ data. For example, a user might build a List of Germplasm that they have\
2023+ \ manually marked for further study."
19972024 ListType :
19982025 type : string
19992026 description : The type of objects that are referenced in a List
@@ -2054,6 +2081,9 @@ components:
20542081 type : string
20552082 topography :
20562083 type : string
2084+ description : " A geographic Location on earth. This is usually used to describe\
2085+ \ the general area where an experiment took place. For example, a natural\
2086+ \ site, an experimental field, a greenhouse, a phenotyping facility, etc."
20572087 LocationNewRequest :
20582088 required :
20592089 - locationDbId
@@ -2101,6 +2131,9 @@ components:
21012131 type : string
21022132 topography :
21032133 type : string
2134+ description : " A geographic Location on earth. This is usually used to describe\
2135+ \ the general area where an experiment took place. For example, a natural\
2136+ \ site, an experimental field, a greenhouse, a phenotyping facility, etc."
21042137 LocationSearchRequest :
21052138 type : object
21062139 properties :
@@ -2110,6 +2143,9 @@ components:
21102143 type : number
21112144 coordinates :
21122145 $ref : " #/components/schemas/GeoJSONSearchArea"
2146+ description : " A geographic Location on earth. This is usually used to describe\
2147+ \ the general area where an experiment took place. For example, a natural\
2148+ \ site, an experimental field, a greenhouse, a phenotyping facility, etc."
21132149 ObservationUnitHierarchyLevel :
21142150 type : object
21152151 properties :
@@ -2137,6 +2173,7 @@ components:
21372173 type : string
21382174 termURI :
21392175 type : string
2176+ description : A pointer to an ontology used by a genomic reference
21402177 Person :
21412178 required :
21422179 - personDbId
@@ -2160,6 +2197,9 @@ components:
21602197 type : string
21612198 userID :
21622199 type : string
2200+ description : " A generic object used to maintain the metadata needed to describe\
2201+ \ a human. The Person might be a software user, a field technician, or a primary\
2202+ \ contact for a Program."
21632203 PersonNewRequest :
21642204 required :
21652205 - personDbId
@@ -2186,9 +2226,15 @@ components:
21862226 type : string
21872227 userID :
21882228 type : string
2229+ description : " A generic object used to maintain the metadata needed to describe\
2230+ \ a human. The Person might be a software user, a field technician, or a primary\
2231+ \ contact for a Program."
21892232 PersonSearchRequest :
21902233 type : object
21912234 properties : {}
2235+ description : " A generic object used to maintain the metadata needed to describe\
2236+ \ a human. The Person might be a software user, a field technician, or a primary\
2237+ \ contact for a Program."
21922238 Program :
21932239 required :
21942240 - programDbId
@@ -2220,6 +2266,10 @@ components:
22202266 enum :
22212267 - STANDARD
22222268 - PROJECT
2269+ description : A BrAPI Program represents the high level organization or group
2270+ who is responsible for conducting trials and studies. Things like Breeding
2271+ Programs and Funded Projects are considered BrAPI Programs. A Program can
2272+ contain multiple Trials. A Trial can contain multiple Studies.
22232273 ProgramNewRequest :
22242274 required :
22252275 - programDbId
@@ -2254,9 +2304,17 @@ components:
22542304 enum :
22552305 - STANDARD
22562306 - PROJECT
2307+ description : A BrAPI Program represents the high level organization or group
2308+ who is responsible for conducting trials and studies. Things like Breeding
2309+ Programs and Funded Projects are considered BrAPI Programs. A Program can
2310+ contain multiple Trials. A Trial can contain multiple Studies.
22572311 ProgramSearchRequest :
22582312 type : object
22592313 properties : {}
2314+ description : A BrAPI Program represents the high level organization or group
2315+ who is responsible for conducting trials and studies. Things like Breeding
2316+ Programs and Funded Projects are considered BrAPI Programs. A Program can
2317+ contain multiple Trials. A Trial can contain multiple Studies.
22602318 Publication :
22612319 type : object
22622320 properties :
@@ -2270,6 +2328,9 @@ components:
22702328 type : string
22712329 trialPUI :
22722330 type : string
2331+ description : MIAPPE V1.1 (DM-9) Associated publication - An identifier for a
2332+ literature publication where the investigation is described. Use of DOIs is
2333+ recommended.
22732334 Season :
22742335 required :
22752336 - seasonDbId
@@ -2282,6 +2343,12 @@ components:
22822343 year :
22832344 type : integer
22842345 format : int32
2346+ description : " A Season defines a period in time. A Season is made of two parts;\
2347+ \ (1) the primary year and (2) a term which defines a segment of the year.\
2348+ \ This term could be a traditional season, like \" Spring\" or \" Summer\" ,\
2349+ \ or this term could be a month, like \" May\" or \" June\" , or this could be\
2350+ \ an arbitrary season name which is meaningful to the breeding Program like\
2351+ \ \" PlantingTime_3\" or \" Season E\" ."
22852352 Study :
22862353 required :
22872354 - studyDbId
@@ -2348,6 +2415,10 @@ components:
23482415 type : string
23492416 trialPUI :
23502417 type : string
2418+ description : A Study represents an experiment that has taken place at a single
2419+ location. The Study contains metadata about the parameters and design of the
2420+ experiment. It can also be used to group results and data sets generated from
2421+ the experiment. A Trial can represent a collection of one or more Studies.
23512422 StudyNewRequest :
23522423 required :
23532424 - studyDbId
@@ -2417,11 +2488,19 @@ components:
24172488 type : string
24182489 trialPUI :
24192490 type : string
2491+ description : A Study represents an experiment that has taken place at a single
2492+ location. The Study contains metadata about the parameters and design of the
2493+ experiment. It can also be used to group results and data sets generated from
2494+ the experiment. A Trial can represent a collection of one or more Studies.
24202495 StudySearchRequest :
24212496 type : object
24222497 properties :
24232498 active :
24242499 type : boolean
2500+ description : A Study represents an experiment that has taken place at a single
2501+ location. The Study contains metadata about the parameters and design of the
2502+ experiment. It can also be used to group results and data sets generated from
2503+ the experiment. A Trial can represent a collection of one or more Studies.
24252504 TraitDataType :
24262505 type : string
24272506 description : |-
@@ -2477,6 +2556,10 @@ components:
24772556 type : string
24782557 trialPUI :
24792558 type : string
2559+ description : " A Trial represents a collection of Study objects, and the metadata\
2560+ \ associated with that collection. A Trial could represent a multi-location\
2561+ \ experiment, and could contain information related to publications and data\
2562+ \ licensing."
24802563 TrialNewRequest :
24812564 required :
24822565 - trialDbId
@@ -2516,6 +2599,10 @@ components:
25162599 type : string
25172600 trialPUI :
25182601 type : string
2602+ description : " A Trial represents a collection of Study objects, and the metadata\
2603+ \ associated with that collection. A Trial could represent a multi-location\
2604+ \ experiment, and could contain information related to publications and data\
2605+ \ licensing."
25192606 TrialSearchRequest :
25202607 type : object
25212608 properties :
@@ -2525,6 +2612,10 @@ components:
25252612 type : string
25262613 searchDateRangeStart :
25272614 type : string
2615+ description : " A Trial represents a collection of Study objects, and the metadata\
2616+ \ associated with that collection. A Trial could represent a multi-location\
2617+ \ experiment, and could contain information related to publications and data\
2618+ \ licensing."
25282619 Variable :
25292620 required :
25302621 - method
@@ -2568,6 +2659,8 @@ components:
25682659 type : string
25692660 trait :
25702661 $ref : " #/components/schemas/Trait"
2662+ description : " A unique combination of Trait, Method, and Scale to define a clear\
2663+ \ context for an Observation."
25712664 basePagination :
25722665 required :
25732666 - currentPage
0 commit comments