Benchling · Schema

LegacyWorkflowStage

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

Properties

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

JSON Schema

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