Benchling · Schema

ContainerLabels

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

Properties

Name Type Description
barcode string
id string
name string
View JSON Schema on GitHub

JSON Schema

ContainerLabels.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ContainerLabels.json",
  "title": "ContainerLabels",
  "properties": {
    "barcode": {
      "example": "VIAL001",
      "type": "string"
    },
    "id": {
      "example": "cnt_12345",
      "type": "string"
    },
    "name": {
      "example": "My Container",
      "type": "string"
    }
  },
  "type": "object"
}