{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowFlowchartEdgeConfig.json", "title": "WorkflowFlowchartEdgeConfig", "properties": { "fromNodeConfigId": { "description": "The ID of the source workflow flowchart node config of this edge", "example": "wffcnc_giVNQcTL", "readOnly": true, "type": "string" }, "id": { "description": "The ID of the workflow flowchart edge config", "example": "wffcec_giVNQcTL", "readOnly": true, "type": "string" }, "toNodeConfigId": { "description": "The ID of the destination workflow flowchart node config of this edge", "example": "wffcnc_giVNQcAF", "readOnly": true, "type": "string" } }, "type": "object" }