Benchling · Schema

RequestSampleWithBatch

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

Properties

Name Type Description
batchId string
containerId string
View JSON Schema on GitHub

JSON Schema

RequestSampleWithBatch.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestSampleWithBatch.json",
  "title": "RequestSampleWithBatch",
  "properties": {
    "batchId": {
      "example": "bat_XK0UnLyk",
      "type": "string"
    },
    "containerId": {
      "example": "ctn_urUAEBq",
      "type": "string"
    }
  },
  "required": [
    "batchId"
  ],
  "type": "object"
}