in CloudFormation/converter/app.py [0:0]
def get_labeling_job_name(jsonObj):
for key, value in jsonObj.items():
if GroundTruth2Comprehend.is_json_serializable(value):
if "annotations" in value:
job_name = key
return job_name