Benchling · Schema

LegacyWorkflowPatch

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

Properties

Name Type Description
description string Description 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

LegacyWorkflowPatch.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/LegacyWorkflowPatch.json",
  "title": "LegacyWorkflowPatch",
  "additionalProperties": false,
  "properties": {
    "description": {
      "description": "Description of the legacy workflow",
      "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"
}