{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/MoleculesUnarchive.json", "title": "MoleculesUnarchive", "additionalProperties": false, "description": "The request body for unarchiving Molecules.\n", "properties": { "moleculeIds": { "items": { "type": "string" }, "type": "array" } }, "required": [ "moleculeIds" ], "type": "object" }