Benchling · Schema

DropdownOptionsUnarchive

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

Properties

Name Type Description
dropdownOptionIds array Array of dropdown option IDs
View JSON Schema on GitHub

JSON Schema

DropdownOptionsUnarchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownOptionsUnarchive.json",
  "title": "DropdownOptionsUnarchive",
  "additionalProperties": false,
  "properties": {
    "dropdownOptionIds": {
      "description": "Array of dropdown option IDs",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "type": "object"
}