@@ -1875,6 +1875,8 @@ components:
18751875 type : string
18761876 type :
18771877 type : string
1878+ description : " The type of documentation, which can be OBO Foundry, an RDF\
1879+ \ term or a webpage."
18781880 enum :
18791881 - OBO
18801882 - RDF
@@ -1950,8 +1952,10 @@ components:
19501952 type : array
19511953 items :
19521954 type : string
1953- description : An object describing additional event parameters. Each of the following
1954- accepts a human-readable value or URI
1955+ description : " Additional metadata to describe an event, based on the ICASA standard\
1956+ \ model. For example, 'Tillage Implement' (tiimp), 'Tillage Depth' (tidep),\
1957+ \ and 'Tillage Mix Effectiveness' (timix) might all be recorded parameters\
1958+ \ for a Tillage event."
19551959 ExperimentalDesign :
19561960 type : object
19571961 properties :
@@ -2344,6 +2348,7 @@ components:
23442348 MethodNewRequest :
23452349 required :
23462350 - methodDbId
2351+ - methodDbId
23472352 - methodName
23482353 type : object
23492354 properties :
@@ -2489,9 +2494,8 @@ components:
24892494 type : string
24902495 observationUnitPUI :
24912496 type : string
2492- description : " The type of treatment/factor. ex. 'fertilizer', 'inoculation',\
2493- \ 'irrigation', etc. MIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym\
2494- \ of the experimental factor."
2497+ description : A Treatment applied an Observation Unit at a given Modality/Level
2498+ for a specific Factor.
24952499 ObservationUnit :
24962500 required :
24972501 - observationUnitDbId
@@ -2677,49 +2681,11 @@ components:
26772681 positionCoordinateX :
26782682 type : string
26792683 positionCoordinateXType :
2680- type : string
2681- description : " The type of positional coordinate used. Must be one of the\
2682- \ following values \n\n LONGITUDE - ISO 6709 standard, WGS84 geodetic datum.\
2683- \ See 'Location Coordinate Encoding' for details \n\n LATITUDE - ISO 6709\
2684- \ standard, WGS84 geodetic datum. See 'Location Coordinate Encoding' for\
2685- \ details \n\n PLANTED_ROW - The physical planted row number \n\n PLANTED_INDIVIDUAL\
2686- \ - The physical counted number, could be independent or within a planted\
2687- \ row \n\n GRID_ROW - The row index number of a square grid overlay \n\n \
2688- GRID_COL - The column index number of a square grid overlay \n\n MEASURED_ROW\
2689- \ - The distance in meters from a defined 0-th row \n\n MEASURED_COL -\
2690- \ The distance in meters from a defined 0-th column "
2691- enum :
2692- - LONGITUDE
2693- - LATITUDE
2694- - PLANTED_ROW
2695- - PLANTED_INDIVIDUAL
2696- - GRID_ROW
2697- - GRID_COL
2698- - MEASURED_ROW
2699- - MEASURED_COL
2684+ $ref : " #/components/schemas/PositionCoordinateType"
27002685 positionCoordinateY :
27012686 type : string
27022687 positionCoordinateYType :
2703- type : string
2704- description : " The type of positional coordinate used. Must be one of the\
2705- \ following values \n\n LONGITUDE - ISO 6709 standard, WGS84 geodetic datum.\
2706- \ See 'Location Coordinate Encoding' for details \n\n LATITUDE - ISO 6709\
2707- \ standard, WGS84 geodetic datum. See 'Location Coordinate Encoding' for\
2708- \ details \n\n PLANTED_ROW - The physical planted row number \n\n PLANTED_INDIVIDUAL\
2709- \ - The physical counted number, could be independent or within a planted\
2710- \ row \n\n GRID_ROW - The row index number of a square grid overlay \n\n \
2711- GRID_COL - The column index number of a square grid overlay \n\n MEASURED_ROW\
2712- \ - The distance in meters from a defined 0-th row \n\n MEASURED_COL -\
2713- \ The distance in meters from a defined 0-th column "
2714- enum :
2715- - LONGITUDE
2716- - LATITUDE
2717- - PLANTED_ROW
2718- - PLANTED_INDIVIDUAL
2719- - GRID_ROW
2720- - GRID_COL
2721- - MEASURED_ROW
2722- - MEASURED_COL
2688+ $ref : " #/components/schemas/PositionCoordinateType"
27232689 description : All positional and layout information related to this Observation
27242690 Unit
27252691 ObservationUnitSearchRequest :
@@ -2732,6 +2698,7 @@ components:
27322698 \ but it could include things like Fields, Blocks, or Samples."
27332699 ObservationVariable :
27342700 required :
2701+ - methodDbId
27352702 - methodName
27362703 - observationVariableDbId
27372704 - observationVariableName
@@ -2786,6 +2753,7 @@ components:
27862753 type : string
27872754 ObservationVariableNewRequest :
27882755 required :
2756+ - methodDbId
27892757 - methodName
27902758 - observationVariableDbId
27912759 - observationVariableDbId
@@ -2940,6 +2908,27 @@ components:
29402908 - SELF
29412909 - POPULATION
29422910 - CLONAL
2911+ PositionCoordinateType :
2912+ type : string
2913+ description : " The type of positional coordinate. Must be one of the following\
2914+ \ values \n\n LONGITUDE - ISO 6709 standard, WGS84 geodetic datum. See 'Location\
2915+ \ Coordinate Encoding' for details \n\n LATITUDE - ISO 6709 standard, WGS84\
2916+ \ geodetic datum. See 'Location Coordinate Encoding' for details \n\n PLANTED_ROW\
2917+ \ - The physical planted row number \n\n PLANTED_INDIVIDUAL - The physical\
2918+ \ counted number, could be independent or within a planted row \n\n GRID_ROW\
2919+ \ - The row index number of a square grid overlay \n\n GRID_COL - The column\
2920+ \ index number of a square grid overlay \n\n MEASURED_ROW - The distance in\
2921+ \ meters from a defined 0-th row \n\n MEASURED_COL - The distance in meters\
2922+ \ from a defined 0-th column "
2923+ enum :
2924+ - LONGITUDE
2925+ - LATITUDE
2926+ - PLANTED_ROW
2927+ - PLANTED_INDIVIDUAL
2928+ - GRID_ROW
2929+ - GRID_COL
2930+ - MEASURED_ROW
2931+ - MEASURED_COL
29432932 Scale :
29442933 required :
29452934 - scaleDbId
0 commit comments