Google Docs · Schema

CreateFootnoteResponse

The result of creating a footnote.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
footnoteId string The ID of the created footnote.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-create-footnote-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateFootnoteResponse",
  "type": "object",
  "description": "The result of creating a footnote.",
  "properties": {
    "footnoteId": {
      "type": "string",
      "description": "The ID of the created footnote."
    }
  }
}