Benchling · Schema

TableUiBlockDatasetSource

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

Properties

Name Type Description
datasetId string `datasetId` of an uploaded dataset (see [Create Data Frame endpoint](https://benchling.com/api/v2-beta/reference#/Data%20Frames)). Note: Canvas tables currently support only text-type columns. Dataset
type string
View JSON Schema on GitHub

JSON Schema

TableUiBlockDatasetSource.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/TableUiBlockDatasetSource.json",
  "title": "TableUiBlockDatasetSource",
  "deprecated": true,
  "properties": {
    "datasetId": {
      "description": "`datasetId` of an uploaded dataset (see [Create Data Frame endpoint](https://benchling.com/api/v2-beta/reference#/Data%20Frames)). Note: Canvas tables currently support only text-type columns. Datasets are currently undergoing re-work. datasetId will refer to a DataFrame until Dataset APIs are stable. Prefer `TableUiBlockDataFrameSource` meanwhile.\n",
      "example": "dset_mfz1f3ai2e8y",
      "nullable": true,
      "type": "string"
    },
    "type": {
      "enum": [
        "DATASET"
      ],
      "type": "string"
    }
  },
  "required": [
    "type",
    "datasetId"
  ],
  "type": "object"
}