Google Docs · JSON Structure

Google Docs V1 Document Tab Structure

Type: object Properties: 7
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

headers footers footnotes lists namedRanges inlineObjects positionedObjects

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DocumentTab",
  "type": "object",
  "properties": {
    "headers": {
      "type": "object"
    },
    "footers": {
      "type": "object"
    },
    "footnotes": {
      "type": "object"
    },
    "lists": {
      "type": "object"
    },
    "namedRanges": {
      "type": "object"
    },
    "inlineObjects": {
      "type": "object"
    },
    "positionedObjects": {
      "type": "object"
    }
  }
}