Benchling · Schema

DropdownOptionsArchivalChange

IDs of all items that were archived or unarchived.

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

Properties

Name Type Description
dropdownOptionIds array
View JSON Schema on GitHub

JSON Schema

DropdownOptionsArchivalChange.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownOptionsArchivalChange.json",
  "title": "DropdownOptionsArchivalChange",
  "description": "IDs of all items that were archived or unarchived.\n",
  "properties": {
    "dropdownOptionIds": {
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}