Google Docs · Schema

InlineObjectElement

A ParagraphElement that contains an InlineObject.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
inlineObjectId string The ID of the InlineObject this element contains.
suggestedInsertionIds array
suggestedDeletionIds array
suggestedTextStyleChanges object
View JSON Schema on GitHub

JSON Schema

google-docs-v1-inline-object-element-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InlineObjectElement",
  "type": "object",
  "description": "A ParagraphElement that contains an InlineObject.",
  "properties": {
    "inlineObjectId": {
      "type": "string",
      "description": "The ID of the InlineObject this element contains."
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}