Benchling · Schema

AutomationTransformStatusPendingEventV2Event

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

JSON Schema

AutomationTransformStatusPendingEventV2Event.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/AutomationTransformStatusPendingEventV2Event.json",
  "title": "AutomationTransformStatusPendingEventV2Event",
  "allOf": [
    {
      "$ref": "#/components/schemas/EventBase"
    },
    {
      "properties": {
        "automationFileTransform": {
          "$ref": "#/components/schemas/LabAutomationTransform"
        },
        "eventType": {
          "enum": [
            "v2.automationFileTransform.updated.status.pending"
          ],
          "type": "string"
        }
      },
      "type": "object"
    }
  ]
}