{ "$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" }