Benchling · Schema

BaseSearchInputUIBlock

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

JSON Schema

BaseSearchInputUIBlock.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/BaseSearchInputUIBlock.json",
  "title": "BaseSearchInputUIBlock",
  "allOf": [
    {
      "properties": {
        "itemType": {
          "$ref": "#/components/schemas/SearchInputUiBlockItemType"
        },
        "placeholder": {
          "nullable": true,
          "type": "string"
        },
        "schemaId": {
          "nullable": true,
          "type": "string"
        }
      },
      "required": [
        "itemType",
        "schemaId"
      ]
    }
  ],
  "type": "object"
}