Benchling · Schema

EventBase

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

Properties

Name Type Description
createdAt string
deprecated boolean
excludedProperties array These properties have been dropped from the payload due to size.
id string
schema object
View JSON Schema on GitHub

JSON Schema

EventBase.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EventBase.json",
  "title": "EventBase",
  "properties": {
    "createdAt": {
      "format": "date-time",
      "type": "string"
    },
    "deprecated": {
      "example": false,
      "type": "boolean"
    },
    "excludedProperties": {
      "description": "These properties have been dropped from the payload due to size.\n",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "id": {
      "type": "string"
    },
    "schema": {
      "nullable": true,
      "properties": {
        "id": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}