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