Skip to content

Commit 506423c

Browse files
Merge branch 'brapi-V2.1' into 653-missing-descriptions-in-v21-and-v22
2 parents 416b552 + e1c956b commit 506423c

19 files changed

+46732
-19593
lines changed

.github/workflows/generate-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Java CI with Gradle
1+
name: Build specifications, schemas and comparisions
22

33
on:
44
push:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
}
133133
},
134134
"title": "CrossAttribute",
135-
"description": "A custom attribute associated with a cross",
135+
"description": "A custom attribute associated with a cross. For example, if the crossing event occurred on a humid day, a user might record 'crossAttributeName':'Relative Humidity', 'crossAttributeValue':'80%'",
136136
"type": "object",
137137
"brapi-metadata": {
138138
"primaryModel": false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
}
193193
},
194194
"title": "EventParameter",
195-
"description": "An object describing additional event parameters. Each of the following accepts a human-readable value or URI",
195+
"description": "Additional metadata to describe an event, based on the ICASA standard model. For example, 'Tillage Implement' (tiimp), 'Tillage Depth' (tidep), and 'Tillage Mix Effectiveness' (timix) might all be recorded parameters for a Tillage event.",
196196
"type": "object",
197197
"brapi-metadata": {
198198
"primaryModel": false

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
}
133133
},
134134
"title": "ValidValues",
135+
"description": "Metadata describing the acceptable values for this Scale",
135136
"type": "object",
136137
"brapi-metadata": {
137138
"primaryModel": false

0 commit comments

Comments
 (0)