{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationOutputProcessorArchivalChange.json", "title": "AutomationOutputProcessorArchivalChange", "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of any linked Results that were archived / unarchived.", "properties": { "automationOutputProcessorIds": { "items": { "type": "string" }, "type": "array" }, "resultIds": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }