{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/WorkflowTaskExecutionOrigin.json", "title": "WorkflowTaskExecutionOrigin", "description": "The context into which a task was executed", "properties": { "entryId": { "example": "etr_30ad79", "nullable": true, "type": "string" }, "originModalUuid": { "example": "e8805895-0654-4613-ac04-39ee7462202e", "format": "uuid", "nullable": true, "type": "string" }, "type": { "enum": [ "API", "ENTRY", "MODAL" ], "type": "string" } }, "type": "object" }