Benchling · Schema

LegacyWorkflowSampleList

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

Properties

Name Type Description
samples array
View JSON Schema on GitHub

JSON Schema

LegacyWorkflowSampleList.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LegacyWorkflowSampleList.json",
  "title": "LegacyWorkflowSampleList",
  "properties": {
    "samples": {
      "items": {
        "$ref": "#/components/schemas/LegacyWorkflowSample"
      },
      "type": "array"
    }
  },
  "type": "object"
}