{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/OligosArchive.json", "title": "OligosArchive", "additionalProperties": false, "description": "The request body for archiving Oligos.\n", "properties": { "oligoIds": { "items": { "type": "string" }, "type": "array" }, "reason": { "$ref": "#/components/schemas/EntityArchiveReason" } }, "required": [ "reason", "oligoIds" ], "type": "object" }