Benchling · Schema

WorkflowStage

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

Properties

Name Type Description
createdAt string DateTime at which the the workflow stage was created
id string ID of the workflow stage
name string Name of the workflow stage
View JSON Schema on GitHub

JSON Schema

WorkflowStage.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowStage.json",
  "title": "WorkflowStage",
  "properties": {
    "createdAt": {
      "description": "DateTime at which the the workflow stage was created",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "id": {
      "description": "ID of the workflow stage",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "Name of the workflow stage",
      "type": "string"
    }
  },
  "type": "object"
}