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