aind-data-schema icon indicating copy to clipboard operation
aind-data-schema copied to clipboard

allow `DataDescription.input_data` to be a list

Open dyf opened this issue 5 months ago • 0 comments

Right now it accepts a string. Would be nice to also allow a list of strings and many data assets can contribute to a new one.

Please do this in a backwards compatible way. e.g. Union[str, List[str]]

dyf avatar Sep 05 '24 00:09 dyf