Google Docs · Schema

AutoText

A ParagraphElement representing a spot in the text that is dynamically replaced with content that can change over time, like a page number.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
type string The type of this auto text.
suggestedInsertionIds array
suggestedDeletionIds array
suggestedTextStyleChanges object
View JSON Schema on GitHub

JSON Schema

google-docs-v1-auto-text-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AutoText",
  "type": "object",
  "description": "A ParagraphElement representing a spot in the text that is dynamically replaced with content that can change over time, like a page number.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of this auto text."
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}