{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RnaOligosArchivalChange.json", "title": "RnaOligosArchivalChange", "description": "IDs of all items that were archived or unarchived, grouped by resource type. This includes the IDs of RNA Oligos along with any IDs of batches that were archived / unarchived.\n", "properties": { "batchIds": { "items": { "type": "string" }, "type": "array" }, "rnaOligoIds": { "items": { "type": "string" }, "type": "array" } }, "type": "object" }