Google Docs · Schema

HorizontalRule

A ParagraphElement representing a horizontal line.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
suggestedInsertionIds array
suggestedDeletionIds array
suggestedTextStyleChanges object
View JSON Schema on GitHub

JSON Schema

google-docs-v1-horizontal-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "HorizontalRule",
  "type": "object",
  "description": "A ParagraphElement representing a horizontal line.",
  "properties": {
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}