A location of a single table cell within a table.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableCellLocation", "type": "object", "description": "A location of a single table cell within a table.", "properties": { "rowIndex": { "type": "integer", "description": "The 0-based row index." }, "columnIndex": { "type": "integer", "description": "The 0-based column index." } } }