{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskCreate.json", "title": "WorkflowTaskCreate", "allOf": [ { "$ref": "#/components/schemas/WorkflowTaskWriteBase" }, { "properties": { "workflowTaskGroupId": { "description": "The workflow ID", "example": "prs_giVNQcTL", "type": "string" } }, "required": [ "workflowTaskGroupId" ] } ] }