{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/LegacyWorkflowStage.json", "title": "LegacyWorkflowStage", "properties": { "createdAt": { "description": "DateTime at which the the legacy workflow stage was created", "format": "date-time", "readOnly": true, "type": "string" }, "id": { "description": "ID of the legacy workflow stage", "readOnly": true, "type": "string" }, "name": { "description": "Name of the legacy workflow stage", "type": "string" } }, "type": "object" }