The new Segmentation Mask dataset type is a dataset type specific to Epics. We need to be able to distinguish between Epic dataset types and the normal types.
Solution
Enhance the dataset_type concept hierarchy to account for whether the dataset type "isepic" or not.
Enhance the current dataset-types endpoint so that:
Each dataset object has a "isepic" field.
There is a filtering parameter--e.g., ?isepic=True. or ?isepic=False. The default (no parameter) will return all dataset types.
Statement of problem
The new Segmentation Mask dataset type is a dataset type specific to Epics. We need to be able to distinguish between Epic dataset types and the normal types.
Solution
dataset-types
endpoint so that: