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