{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JobStartResponse", "type": "object", "properties": { "taskId": { "type": "string" }, "taskType": { "type": "string" }, "runId": { "type": "integer" } } }