{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "JobStartRequest", "type": "object", "properties": { "@type": { "type": "string" }, "taskId": { "type": "string" }, "taskName": { "type": "string" }, "taskType": { "type": "string" }, "callbackUrl": { "type": "string" }, "runtime": { "type": "object" } } }