Skip to content

Commit 69ddf2a

Browse files
Apply automatic changes
1 parent d6933aa commit 69ddf2a

File tree

5 files changed

+285
-258
lines changed

5 files changed

+285
-258
lines changed

Specification/Generated/BrAPI-Phenotyping.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,6 +2538,9 @@ components:
25382538
type: string
25392539
trialPUI:
25402540
type: string
2541+
description: "A representation of the physical entity being observed during\
2542+
\ a phenotype data collection process. Typically, this is a Plot or a Plant,\
2543+
\ but it could include things like Fields, Blocks, or Samples."
25412544
ObservationUnitHierarchyLevel:
25422545
type: object
25432546
properties:
@@ -2650,6 +2653,9 @@ components:
26502653
type: string
26512654
trialPUI:
26522655
type: string
2656+
description: "A representation of the physical entity being observed during\
2657+
\ a phenotype data collection process. Typically, this is a Plot or a Plant,\
2658+
\ but it could include things like Fields, Blocks, or Samples."
26532659
ObservationUnitPosition:
26542660
type: object
26552661
properties:
@@ -2722,6 +2728,9 @@ components:
27222728
properties:
27232729
includeObservations:
27242730
type: boolean
2731+
description: "A representation of the physical entity being observed during\
2732+
\ a phenotype data collection process. Typically, this is a Plot or a Plant,\
2733+
\ but it could include things like Fields, Blocks, or Samples."
27252734
ObservationVariable:
27262735
required:
27272736
- methodName

Specification/Generated/brapi_generated.graphqls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,6 +1676,7 @@ type ObservationTreatment {
16761676
observationUnit: ObservationUnit
16771677
}
16781678

1679+
"A representation of the physical entity being observed during a phenotype data collection process. Typically, this is a Plot or a Plant, but it could include things like Fields, Blocks, or Samples."
16791680
type ObservationUnit {
16801681
"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."
16811682
additionalInfo: AdditionalInfo
@@ -5348,6 +5349,7 @@ input ObservationUnitHierarchyLevelInput {
53485349
levelOrder: Int
53495350
}
53505351

5352+
"A representation of the physical entity being observed during a phenotype data collection process. Typically, this is a Plot or a Plant, but it could include things like Fields, Blocks, or Samples."
53515353
input ObservationUnitInput {
53525354
"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."
53535355
additionalInfo: AdditionalInfoInput

Specification/Generated/brapi_generated.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12120,7 +12120,8 @@
1212012120
"trialPUI" : {
1212112121
"type" : "string"
1212212122
}
12123-
}
12123+
},
12124+
"description" : "A representation of the physical entity being observed during a phenotype data collection process. Typically, this is a Plot or a Plant, but it could include things like Fields, Blocks, or Samples."
1212412125
},
1212512126
"ObservationUnitHierarchyLevel" : {
1212612127
"type" : "object",
@@ -12240,7 +12241,8 @@
1224012241
"trialPUI" : {
1224112242
"type" : "string"
1224212243
}
12243-
}
12244+
},
12245+
"description" : "A representation of the physical entity being observed during a phenotype data collection process. Typically, this is a Plot or a Plant, but it could include things like Fields, Blocks, or Samples."
1224412246
},
1224512247
"ObservationUnitPosition" : {
1224612248
"type" : "object",
@@ -12309,7 +12311,8 @@
1230912311
"includeObservations" : {
1231012312
"type" : "boolean"
1231112313
}
12312-
}
12314+
},
12315+
"description" : "A representation of the physical entity being observed during a phenotype data collection process. Typically, this is a Plot or a Plant, but it could include things like Fields, Blocks, or Samples."
1231312316
},
1231412317
"ObservationVariable" : {
1231512318
"required" : [

0 commit comments

Comments
 (0)