Google Docs · Schema

InlineObject

An object that appears inline with text. An InlineObject contains an EmbeddedObject such as an image.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
objectId string The ID of this inline object.
suggestedInlineObjectPropertiesChanges object
suggestedInsertionId string
suggestedDeletionIds array
View JSON Schema on GitHub

JSON Schema

google-docs-v1-inline-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InlineObject",
  "type": "object",
  "description": "An object that appears inline with text. An InlineObject contains an EmbeddedObject such as an image.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "The ID of this inline object."
    },
    "suggestedInlineObjectPropertiesChanges": {
      "type": "object"
    },
    "suggestedInsertionId": {
      "type": "string"
    },
    "suggestedDeletionIds": {
      "type": "array"
    }
  }
}