{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ColumnBreak", "type": "object", "description": "A ParagraphElement representing a column break. A column break makes the subsequent text start at the top of the next column.", "properties": { "suggestedInsertionIds": { "type": "array" }, "suggestedDeletionIds": { "type": "array" }, "suggestedTextStyleChanges": { "type": "object" } } }