Google Docs · Schema

Footer

A document footer.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

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

JSON Schema

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