Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions Specification/BrAPI-Schema/BrAPI-Core/Study.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,12 +481,15 @@
"examples": [1]
},
"firstRepRand": {
"description": "Is the first replication random.",
"description": "A description of how the first replication is treated in the Experimental Design.",
"type": [
"null",
"boolean"
"string"
],
"examples": [true]
"examples": [
"First Rep in each Set Sequential",
"Process like all other reps"
]
},
"experimentFactors": {
"description": "The factors used in the experimental design.",
Expand Down
2 changes: 2 additions & 0 deletions generator/openapi-options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# parameters, responses that are not derivable from the JSON schema).
supplementalSpecificationFor:
BrAPI-Core: generator/openapi-Supplemental-Spec-V2.2-BrAPI-Core.yaml
separateByModule: true
generateNewRequest: true

# Season needs a *NewRequest schema (default behaviour for Season is to skip it).
generateNewRequestFor:
Expand Down
Loading