Benchling · Schema

DropdownSummary

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

Properties

Name Type Description
id string ID of the dropdown
name string Name of the dropdown
View JSON Schema on GitHub

JSON Schema

DropdownSummary.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/DropdownSummary.json",
  "title": "DropdownSummary",
  "properties": {
    "id": {
      "description": "ID of the dropdown",
      "type": "string"
    },
    "name": {
      "description": "Name of the dropdown",
      "type": "string"
    }
  },
  "type": "object"
}