Benchling · Schema

ExperimentalWellRole

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

Properties

Name Type Description
group integer
primaryRole string
subrole string
View JSON Schema on GitHub

JSON Schema

ExperimentalWellRole.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/ExperimentalWellRole.json",
  "title": "ExperimentalWellRole",
  "properties": {
    "group": {
      "type": "integer"
    },
    "primaryRole": {
      "enum": [
        "SAMPLE",
        "CONTROL",
        "STANDARD",
        "BLANK"
      ],
      "type": "string"
    },
    "subrole": {
      "nullable": true,
      "type": "string"
    }
  },
  "type": "object"
}