Benchling · Schema

EntryTableRow

Each has property 'cells' that is an array of cell objects

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

Properties

Name Type Description
cells array
View JSON Schema on GitHub

JSON Schema

EntryTableRow.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/benchling/json-schema/EntryTableRow.json",
  "title": "EntryTableRow",
  "description": "Each has property 'cells' that is an array of cell objects",
  "properties": {
    "cells": {
      "items": {
        "$ref": "#/components/schemas/EntryTableCell"
      },
      "type": "array"
    }
  },
  "type": "object"
}