{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskGroupsArchivalChange.json", "title": "WorkflowTaskGroupsArchivalChange", "description": "IDs of all items that were archived or unarchived, grouped by resource type\n", "properties": { "workflowTaskGroupIds": { "items": { "example": "prs_giVNQcTL", "type": "string" }, "type": "array" } }, "type": "object" }