Benchling · Schema

DropdownUpdate

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

Properties

Name Type Description
options array Options to set for the dropdown
View JSON Schema on GitHub

JSON Schema

DropdownUpdate.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownUpdate.json",
  "title": "DropdownUpdate",
  "additionalProperties": false,
  "properties": {
    "options": {
      "description": "Options to set for the dropdown",
      "items": {
        "$ref": "#/components/schemas/DropdownOptionUpdate"
      },
      "type": "array"
    }
  },
  "required": [
    "options"
  ],
  "type": "object"
}