aind-data-schema
aind-data-schema copied to clipboard
allow `DataDescription.input_data` to be a list
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]]