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