Benchling · Schema

RequestSampleGroupSamples

The key for each (Legacy) RequestSample should match one of the samplesSchema[n].name property in the request schema json.

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

RequestSampleGroupSamples.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestSampleGroupSamples.json",
  "title": "RequestSampleGroupSamples",
  "additionalProperties": {
    "oneOf": [
      {
        "$ref": "#/components/schemas/RequestSampleWithEntity"
      },
      {
        "$ref": "#/components/schemas/RequestSampleWithBatch"
      }
    ]
  },
  "description": "The key for each (Legacy) RequestSample should match one of the samplesSchema[n].name property in the request schema json.\n",
  "example": {
    "Batch Example": {
      "batchId": "bat_XK0UnLyk"
    },
    "Entity Example": {
      "containerId": "ctn_urUAEBq",
      "entityId": "seq_nDtxYEs"
    }
  },
  "type": "object"
}