{ "$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" }