Benchling · Schema

WorkflowFlowchartConfigSummary

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

Properties

Name Type Description
flowchartConfigVersionIds array The ID of all the versions of this flowchart config sorted chronologically from most recent (current) version to the least recent one
id string The ID of the workflow flowchart config
View JSON Schema on GitHub

JSON Schema

WorkflowFlowchartConfigSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowFlowchartConfigSummary.json",
  "title": "WorkflowFlowchartConfigSummary",
  "properties": {
    "flowchartConfigVersionIds": {
      "description": "The ID of all the versions of this flowchart config sorted chronologically from most recent (current) version to the least recent one",
      "items": {
        "example": "wffccv_giVNQcAF",
        "type": "string"
      },
      "readOnly": true,
      "type": "array"
    },
    "id": {
      "description": "The ID of the workflow flowchart config",
      "example": "wffcc_giVNQcAF",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}