Skip to content

Commit f447d32

Browse files
author
Guy Davenport
committed
fixed JSON
1 parent 8482ba7 commit f447d32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
"properties": {
503503
"modality": {
504504
"description": "The treatment/factor description. ex. 'low fertilizer', 'yellow rust inoculation', 'high water', etc\n\nMIAPPE V1.1 (DM-62) Experimental Factor description - Free text description of the experimental factor. This includes all relevant treatments planned and protocol planned for all the plants targeted by a given experimental factor. ",
505-
"type": "string"
505+
"type": "string",
506506
"examples": [
507507
"low fertilizer"
508508
]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"relationshipType": "one-to-many",
9494
"referencedAttribute": "observationUnit",
9595
"items": {
96-
"$ref": "../BrAPI-Phenotyping/ObservationUnit.json#/$defs/Treatment",
96+
"$ref": "../BrAPI-Phenotyping/ObservationUnit.json#/$defs/ObservationTreatment",
9797
"description": "Treatments"
9898
},
9999
"title": "Treatments",
@@ -317,7 +317,7 @@
317317
"referencedAttribute": "treatments"
318318
}
319319
},
320-
"title": "Treatment",
320+
"title": "ObservationTreatment",
321321
"type": "object",
322322
"brapi-metadata": {
323323
"primaryModel": false

0 commit comments

Comments
 (0)