Benchling · Schema

ContainersCheckin

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

Properties

Name Type Description
comments string
containerIds array Array of container IDs.
View JSON Schema on GitHub

JSON Schema

ContainersCheckin.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ContainersCheckin.json",
  "title": "ContainersCheckin",
  "additionalProperties": false,
  "properties": {
    "comments": {
      "type": "string"
    },
    "containerIds": {
      "description": "Array of container IDs.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "containerIds"
  ],
  "type": "object"
}