Skip to content

Commit 35ad175

Browse files
author
Guy Davenport
committed
Merge branch '653-missing-descriptions-in-v21-and-v22' of github_guy:plantbreeding/BrAPI into 653-missing-descriptions-in-v21-and-v22
# Conflicts: # Specification/BrAPI-Schema/BrAPI-Germplasm/PlannedCross.json # Specification/BrAPI-Schema/BrAPI-Phenotyping/ObservationUnit.json # Specification/BrAPI-Schema/BrAPI-Phenotyping/Scale.json
2 parents 0185b0e + beef51b commit 35ad175

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
}
322322
},
323323
"EnvironmentParameter": {
324-
"description": "An environmental parameter that were kept constant throughout the study and did not change between observation units.\n\nMIAPPE V1.1 (DM-57) Environment - Environmental parameters that were kept constant throughout the study and did not change between observation units or assays. Environment characteristics that vary over time, i.e. environmental variables, should be recorded as Observed Variables.",
324+
"description": "An environmental parameter that was kept constant throughout the study and did not change between observation units.\n\nMIAPPE V1.1 (DM-57) Environment - Environmental parameters that were kept constant throughout the study and did not change between observation units or assays. Environment characteristics that vary over time, i.e. environmental variables, should be recorded as Observed Variables.",
325325
"properties": {
326326
"description": {
327327
"description": "Human-readable value of the environment parameter (defined above) constant within the experiment",

Specification/BrAPI-Schema/BrAPI-Germplasm/Cross.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"plannedCross": {
6767
"$ref": "PlannedCross.json#/$defs/PlannedCross",
68-
"description": "The Planned Cross that was using in the planning of this Cross.",
68+
"description": "The Cross that was used in the planning of this one.",
6969
"referencedAttribute": "crosses",
7070
"relationshipType": "many-to-one"
7171
},

Specification/BrAPI-Schema/BrAPI-Phenotyping/ObservationUnit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@
257257
}
258258
},
259259
"ObservationTreatment": {
260+
"description": "A Treatment applied an Observation Unit at a given Modality/Level for a specific Factor.",
260261
"properties": {
261262
"factor": {
262263
"description": "The type of treatment/factor. ex. 'fertilizer', 'inoculation', 'irrigation', etc\n\nMIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym of the experimental factor.",
@@ -282,7 +283,6 @@
282283
}
283284
},
284285
"title": "ObservationTreatment",
285-
"description": "The type of treatment/factor. ex. 'fertilizer', 'inoculation', 'irrigation', etc. MIAPPE V1.1 (DM-61) Experimental Factor type - Name/Acronym of the experimental factor.",
286286
"type": "object",
287287
"brapi-metadata": {
288288
"primaryModel": false

Specification/BrAPI-Schema/BrAPI-Phenotyping/Scale.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595
},
9696
"ValidValues": {
97-
"description": "Defines the valid values for a Scale, which be restricted to a list of categorical values, or a minimum and or maximum value.",
97+
"description": "Defines the valid values for a Scale, which can be restricted to a list of categorical values, or a minimum and/or a maximum value.",
9898
"properties": {
9999
"categories": {
100100
"description": "List of possible values with optional labels",
@@ -132,13 +132,13 @@
132132
}
133133
},
134134
"title": "ValidValues",
135-
"description": "Metadata describing the acceptable values for this Scale",
136135
"type": "object",
137136
"brapi-metadata": {
138137
"primaryModel": false
139138
}
140139
},
141140
"ValidValuesCategory": {
141+
"description": "A categorical value for a Scale.",
142142
"properties": {
143143
"label": {
144144
"description": "A text label for a category",

0 commit comments

Comments
 (0)