{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BoxesUnarchive.json", "title": "BoxesUnarchive", "additionalProperties": false, "properties": { "boxIds": { "description": "Array of box IDs", "items": { "type": "string" }, "type": "array" } }, "required": [ "boxIds" ], "type": "object" }