Benchling · Schema

RequestSampleGroup

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

RequestSampleGroup.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestSampleGroup.json",
  "title": "RequestSampleGroup",
  "properties": {
    "id": {
      "example": "sgrp_YJKtcWV",
      "type": "string"
    },
    "samples": {
      "$ref": "#/components/schemas/RequestSampleGroupSamples"
    }
  },
  "type": "object"
}