Schema: Renaming of image-set-local-path to image-local-path
There is a discrepancy between the documentation and the standard for the field image-set-local-path
. While the discrepancy would be fixed by !10, I think there may be a case for renaming it to image-local-path
in the future.
Currently, using image-set-local-path
in the image-set-items
part is allowed by the JSON schema and could fit some use-cases (e.g. CSIRO splits the image data inside one dataset into multiple directories -> https://data.csiro.au/collection/csiro%3A64758v1), but the name suggests falsely that this is not allowed.
There are fields with “set” in their name (e.g., image-set-uuid
) which are currently also allowed to be used in the image-set-items
part, but should not be, as this would not have any valid use-cases. image-set-local-path
however, has valid use-cases in the image-set-items
part and allows users to freely choose their directory structure:
How to structure data on disk should not be enforced by any SOP.