Google Docs · Schema

FootnoteReference

A ParagraphElement representing a footnote reference.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
footnoteId string The ID of the footnote that contains the content of this footnote reference.
footnoteNumber string Output only. The rendered number of this footnote.
suggestedInsertionIds array
suggestedDeletionIds array
suggestedTextStyleChanges object
View JSON Schema on GitHub

JSON Schema

google-docs-v1-footnote-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FootnoteReference",
  "type": "object",
  "description": "A ParagraphElement representing a footnote reference.",
  "properties": {
    "footnoteId": {
      "type": "string",
      "description": "The ID of the footnote that contains the content of this footnote reference."
    },
    "footnoteNumber": {
      "type": "string",
      "description": "Output only. The rendered number of this footnote."
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}