{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TableBorderProperties", "type": "object", "description": "The border styling properties of a TableBorderCell.", "properties": { "dashStyle": { "type": "string", "description": "The dash style of the border." } } }