{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/LegacyWorkflow.json", "title": "LegacyWorkflow", "properties": { "createdAt": { "description": "DateTime at which the the legacy workflow was created", "format": "date-time", "readOnly": true, "type": "string" }, "description": { "description": "Description of the legacy workflow", "nullable": true, "type": "string" }, "displayId": { "description": "User-friendly ID of the legacy workflow", "type": "string" }, "id": { "description": "ID of the legacy workflow", "example": "wfw_uHBz7ka2", "readOnly": true, "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" }