Benchling · Schema

SampleGroup

Represents a sample group that is an input to a request. A sample group is a set of samples upon which work in the request should be done.

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

Properties

Name Type Description
id string
samples object
View JSON Schema on GitHub

JSON Schema

SampleGroup.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/SampleGroup.json",
  "title": "SampleGroup",
  "description": "Represents a sample group that is an input to a request. A sample group is a set of samples upon which work in the request should be done.",
  "properties": {
    "id": {
      "type": "string"
    },
    "samples": {
      "type": "object"
    }
  },
  "type": "object"
}