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