{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableCellProperties", "type": "object", "description": "The properties of a TableCell.", "properties": { "contentAlignment": { "type": "string", "description": "The alignment of content within the table cell." } } }