Google Docs · Schema

EndOfSegmentLocation

Location at the end of a body, header, footer, or footnote.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
segmentId string The ID of the header, footer, or footnote the location is in. An empty segment ID signifies the document body.
tabId string The tab that the location is in.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-end-of-segment-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EndOfSegmentLocation",
  "type": "object",
  "description": "Location at the end of a body, header, footer, or footnote.",
  "properties": {
    "segmentId": {
      "type": "string",
      "description": "The ID of the header, footer, or footnote the location is in. An empty segment ID signifies the document body."
    },
    "tabId": {
      "type": "string",
      "description": "The tab that the location is in."
    }
  }
}