Benchling · Schema

LegacyWorkflow

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 was created
description string Description of the legacy workflow
displayId string User-friendly ID of the legacy workflow
id string ID of the legacy workflow
name string Name of the legacy workflow
projectId string ID of the project that contains the legacy workflow
View JSON Schema on GitHub

JSON Schema

LegacyWorkflow.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LegacyWorkflow.json",
  "title": "LegacyWorkflow",
  "properties": {
    "createdAt": {
      "description": "DateTime at which the the legacy workflow was created",
      "format": "date-time",
      "readOnly": true,
      "type": "string"
    },
    "description": {
      "description": "Description of the legacy workflow",
      "nullable": true,
      "type": "string"
    },
    "displayId": {
      "description": "User-friendly ID of the legacy workflow",
      "type": "string"
    },
    "id": {
      "description": "ID of the legacy workflow",
      "example": "wfw_uHBz7ka2",
      "readOnly": true,
      "type": "string"
    },
    "name": {
      "description": "Name of the legacy workflow",
      "type": "string"
    },
    "projectId": {
      "description": "ID of the project that contains the legacy workflow",
      "type": "string"
    }
  },
  "type": "object"
}