I would like to create a task to have one worker perform labeling of multiple sound sources with AWS Sagemaker ground truth. I created a manifest file as follows, but I cannot specify multiple sound sources with source-ref. How to create a manifest file?
dataset.manifest
{"source-ref":["s3://sagemaker-sample/audio_01.wav", "s3://sagemaker-sample/audio_02.wav"]}
Error
ClientError: Manifest: s3://sagemaker-sample/dataset.manifest has invalid format at line number 0. Make sure that source or source-ref field contains a string value