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