{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-start-import-labels-task-run-response-schema.json", "title": "StartImportLabelsTaskRunResponse", "description": "StartImportLabelsTaskRunResponse schema from Amazon Glue API", "type": "object", "properties": { "TaskRunId": { "allOf": [ { "$ref": "#/components/schemas/HashString" }, { "description": "The unique identifier for the task run." } ] } } }