Google Docs · Schema

Footnote

A document footnote.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

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

JSON Schema

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