{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ContainersArchivalChange.json", "title": "ContainersArchivalChange", "description": "IDs of all items that were unarchived, grouped by resource type. This includes the IDs of containers that were unarchived.\n", "properties": { "containerIds": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }