Benchling · Schema

SampleGroupsStatusUpdate

Specification to update status of sample groups on the request which were executed.

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

Properties

Name Type Description
sampleGroups array
View JSON Schema on GitHub

JSON Schema

SampleGroupsStatusUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/SampleGroupsStatusUpdate.json",
  "title": "SampleGroupsStatusUpdate",
  "additionalProperties": false,
  "description": "Specification to update status of sample groups on the request which were executed.",
  "properties": {
    "sampleGroups": {
      "items": {
        "$ref": "#/components/schemas/SampleGroupStatusUpdate"
      },
      "type": "array"
    }
  },
  "required": [
    "sampleGroups"
  ],
  "type": "object"
}