{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowRouterFunction.json", "title": "WorkflowRouterFunction", "additionalProperties": false, "properties": { "edgeConfigId": { "description": "The ID of the workflow flowchart edge config associated with this function", "example": "wffcec_giVNQcTL", "readOnly": true, "type": "string" }, "id": { "description": "The function associated with a router node", "example": "wfrf_b2VJBmBj", "readOnly": true, "type": "string" }, "isDefault": { "readOnly": true }, "name": { "description": "The name of a function associated with a router node", "example": "Rule 1", "readOnly": true, "type": "string" } }, "type": "object" }