{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowNodeTaskGroupSummary.json", "title": "WorkflowNodeTaskGroupSummary", "allOf": [ { "$ref": "#/components/schemas/WorkflowTaskGroupSummary" }, { "properties": { "nodeConfigId": { "description": "The node in a Flowchart that this task group is associated with. This will be null if the task group is not part of a flowchart.", "example": "wffcnc_giVNQcTL", "type": "string" } } } ] }