Google Docs · Schema

PersonProperties

Properties specific to a linked person.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
name string Output only. The name of the person.
email string Output only. The email address linked to this person.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-person-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PersonProperties",
  "type": "object",
  "description": "Properties specific to a linked person.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Output only. The name of the person."
    },
    "email": {
      "type": "string",
      "description": "Output only. The email address linked to this person."
    }
  }
}