Benchling · Schema

BoxesUnarchive

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
boxIds array Array of box IDs
View JSON Schema on GitHub

JSON Schema

BoxesUnarchive.json Raw ↑
{
  "$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"
}