Benchling · Schema

BoxesBulkGet

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

Properties

Name Type Description
boxes array
View JSON Schema on GitHub

JSON Schema

BoxesBulkGet.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/BoxesBulkGet.json",
  "title": "BoxesBulkGet",
  "properties": {
    "boxes": {
      "items": {
        "$ref": "#/components/schemas/Box"
      },
      "type": "array"
    }
  },
  "type": "object"
}