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