{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskGroupWriteBase.json", "title": "WorkflowTaskGroupWriteBase", "properties": { "folderId": { "description": "ID of the folder that contains the workflow task group", "type": "string" }, "name": { "description": "The name of the workflow task group", "type": "string" }, "watcherIds": { "description": "IDs of the users watching the workflow task group", "items": { "example": "ent_a0SApq3z", "type": "string" }, "type": "array" } } }