Benchling · Schema

InteractiveUiBlock

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

Properties

Name Type Description
enabled boolean
id string
View JSON Schema on GitHub

JSON Schema

InteractiveUiBlock.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/InteractiveUiBlock.json",
  "title": "InteractiveUiBlock",
  "properties": {
    "enabled": {
      "nullable": true,
      "type": "boolean"
    },
    "id": {
      "example": "user_defined_id",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}