{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskCreatedEvent.json", "title": "WorkflowTaskCreatedEvent", "allOf": [ { "$ref": "#/components/schemas/EventBase" }, { "properties": { "eventType": { "enum": [ "v2.workflowTask.created" ], "type": "string" }, "workflowTask": { "$ref": "#/components/schemas/WorkflowTask" } }, "type": "object" } ] }