Google Docs · JSON Structure

Google Docs V1 Text Run Structure

Type: object Properties: 4
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

TextRun is a JSON Structure definition published by Google Docs, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

content suggestedInsertionIds suggestedDeletionIds suggestedTextStyleChanges

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TextRun",
  "type": "object",
  "properties": {
    "content": {
      "type": "string"
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}