Google Docs · JSON Structure

Google Docs V1 Link Structure

Type: object Properties: 4
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Link is a JSON Structure definition published by Google Docs, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

url bookmarkId headingId tabId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Link",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "bookmarkId": {
      "type": "string"
    },
    "headingId": {
      "type": "string"
    },
    "tabId": {
      "type": "string"
    }
  }
}