Benchling · Schema

SearchInputUiBlockItemType

Life SciencesBiotechR&DMolecular BiologyLaboratory Information ManagementElectronic Lab NotebookAssay ManagementInventory ManagementSequence ManagementExperiment WorkflowsRESTWebhooks
View JSON Schema on GitHub

JSON Schema

SearchInputUiBlockItemType.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/SearchInputUiBlockItemType.json",
  "title": "SearchInputUiBlockItemType",
  "enum": [
    "dna_sequence",
    "dna_oligo",
    "aa_sequence",
    "custom_entity",
    "mixture",
    "box",
    "container",
    "location",
    "plate",
    "worklist"
  ],
  "type": "string"
}