Benchling · Schema

AutomationInputGeneratorCompletedV2BetaEvent

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

AutomationInputGeneratorCompletedV2BetaEvent.json Raw ↑
{
  "$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"
    }
  ]
}