plantbreeding / BrAPI

Repository for version control of the BrAPI specifications
https://brapi.org
MIT License
57 stars 32 forks source link

Add inventoryLots to ListTypes enum. #563

Open daveneti opened 1 year ago

daveneti commented 1 year ago

Currently List types are "ListTypes" : { "type" : "string", "example" : "germplasm", "enum" : [ "germplasm", "markers", "variants", "programs", "trials", "studies", "observationUnits", "observations", "observationVariables", "samples" ] },

Can we add inventory lot (renamed from seedlot) to the list of types. Would be "inventoryLots", as per the lower camel case convention.

BrapiCoordinatorSelby commented 1 year ago

related to #545