Benchling · Schema

DropdownOptionsArchive

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

Properties

Name Type Description
dropdownOptionIds array Array of dropdown option IDs
reason string Reason that dropdown options are being archived.
View JSON Schema on GitHub

JSON Schema

DropdownOptionsArchive.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownOptionsArchive.json",
  "title": "DropdownOptionsArchive",
  "additionalProperties": false,
  "properties": {
    "dropdownOptionIds": {
      "description": "Array of dropdown option IDs",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "reason": {
      "description": "Reason that dropdown options are being archived.\n",
      "enum": [
        "Made in error",
        "Retired",
        "Other"
      ],
      "type": "string"
    }
  },
  "type": "object"
}