Google Docs · Schema

TableOfContents

A StructuralElement representing a table of contents.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
content array The content of the table of contents.
suggestedInsertionIds array
suggestedDeletionIds array
View JSON Schema on GitHub

JSON Schema

google-docs-v1-table-of-contents-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TableOfContents",
  "type": "object",
  "description": "A StructuralElement representing a table of contents.",
  "properties": {
    "content": {
      "type": "array",
      "description": "The content of the table of contents."
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    }
  }
}