Google Docs · Schema

InsertSectionBreakRequest

Inserts a section break at the given location.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
sectionType string The type of section to insert.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-insert-section-break-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsertSectionBreakRequest",
  "type": "object",
  "description": "Inserts a section break at the given location.",
  "properties": {
    "sectionType": {
      "type": "string",
      "description": "The type of section to insert."
    }
  }
}