Google Docs · Schema

RichLink

A link to a Google resource such as a file in Drive, a YouTube video, or a Calendar event.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

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

JSON Schema

google-docs-v1-rich-link-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RichLink",
  "type": "object",
  "description": "A link to a Google resource such as a file in Drive, a YouTube video, or a Calendar event.",
  "properties": {
    "richLinkId": {
      "type": "string",
      "description": "Output only. The ID of this link."
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}