{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableCell", "type": "object", "description": "Properties and contents of each table cell.", "properties": { "rowSpan": { "type": "integer", "description": "Row span of the cell." }, "columnSpan": { "type": "integer", "description": "Column span of the cell." } } }