Google Docs · Schema

CreateHeaderRequest

Creates a Header.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
type string The type of header to create.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-create-header-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateHeaderRequest",
  "type": "object",
  "description": "Creates a Header.",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of header to create."
    }
  }
}