Google Docs · Schema

Person

A person or email address mentioned in a document.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
personId string Output only. The unique ID of this link.
suggestedInsertionIds array
suggestedDeletionIds array
suggestedTextStyleChanges object
View JSON Schema on GitHub

JSON Schema

google-docs-v1-person-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Person",
  "type": "object",
  "description": "A person or email address mentioned in a document.",
  "properties": {
    "personId": {
      "type": "string",
      "description": "Output only. The unique ID of this link."
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}