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