Google Docs · Schema

Header

A document header.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
headerId string Output only. The ID of the header.
content array The contents of the header.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-header-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Header",
  "type": "object",
  "description": "A document header.",
  "properties": {
    "headerId": {
      "type": "string",
      "description": "Output only. The ID of the header."
    },
    "content": {
      "type": "array",
      "description": "The contents of the header."
    }
  }
}