{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SectionBreak", "type": "object", "description": "A StructuralElement representing a section break. A section is a range of content that has the same section style.", "properties": { "suggestedInsertionIds": { "type": "array" }, "suggestedDeletionIds": { "type": "array" } } }