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
7 changes: 7 additions & 0 deletions Specification/BrAPI-Schema/BrAPI-Germplasm/Germplasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@
"array"
]
},
"generationCode": {
"description": "The generation code is a simple code that denotes the generation since the last generative cross. There are several types of code generally used, although it is up to the implementing systems to define these. Examples: 'F1', 'BC2', 'BC1-F3', 'M'",
"type": [
"null",
"string"
]
},
"genus": {
"description": "Genus name for taxon. Initial uppercase letter required.\n\nMCPD (v2.1) (GENUS) 5. Genus name for taxon. Initial uppercase letter required.\n\nMIAPPE V1.1 (DM-43) Genus - Genus name for the organism under study, according to standard scientific nomenclature.",
"type": [
Expand Down
11 changes: 11 additions & 0 deletions Specification/BrAPI-Schema/Requests/GermplasmRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@
"Zea"
]
},
"generationCodes": {
"description": "List of simple codes that denote the generation since the last generative cross.",
"items": {
"type": "string"
},
"type": ["null", "array"],
"example": [
"F1",
"BC2"
]
},
"species": {
"description": "List of Species names to identify germplasm",
"items": {
Expand Down
Loading