Google Docs · JSON Structure

Google Docs V1 Footnote Reference Structure

Type: object Properties: 5
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

FootnoteReference is a JSON Structure definition published by Google Docs, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

footnoteId footnoteNumber suggestedInsertionIds suggestedDeletionIds suggestedTextStyleChanges

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FootnoteReference",
  "type": "object",
  "properties": {
    "footnoteId": {
      "type": "string"
    },
    "footnoteNumber": {
      "type": "string"
    },
    "suggestedInsertionIds": {
      "type": "array"
    },
    "suggestedDeletionIds": {
      "type": "array"
    },
    "suggestedTextStyleChanges": {
      "type": "object"
    }
  }
}