Benchling · Schema

UpdateEventMixin

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks

Properties

Name Type Description
updates array These properties have been updated, causing this message
View JSON Schema on GitHub

JSON Schema

UpdateEventMixin.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/UpdateEventMixin.json",
  "title": "UpdateEventMixin",
  "properties": {
    "updates": {
      "description": "These properties have been updated, causing this message\n",
      "example": [
        "fields.Cost Center"
      ],
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}