{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskGroupCreate.json", "title": "WorkflowTaskGroupCreate", "allOf": [ { "$ref": "#/components/schemas/WorkflowTaskGroupWriteBase" }, { "properties": { "schemaId": { "description": "The workflow task schema of tasks in this task group", "example": "prstsch_KnR9iVum", "type": "string" } }, "required": [ "schemaId", "folderId" ] } ] }