Benchling · Schema

SampleGroupStatusUpdate

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

Properties

Name Type Description
sampleGroupId string The string id of the sample group
status object
View JSON Schema on GitHub

JSON Schema

SampleGroupStatusUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/SampleGroupStatusUpdate.json",
  "title": "SampleGroupStatusUpdate",
  "properties": {
    "sampleGroupId": {
      "description": "The string id of the sample group",
      "example": "sgrp_2GPCXk6",
      "type": "string"
    },
    "status": {
      "$ref": "#/components/schemas/SampleGroupStatus"
    }
  },
  "required": [
    "sampleGroupId",
    "status"
  ],
  "type": "object"
}