Google Docs · JSON Structure

Google Docs V1 Document Structure

Type: object Properties: 13
CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

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

Properties

documentId title tabs revisionId headers footers footnotes suggestedDocumentStyleChanges suggestedNamedStylesChanges 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": "Document",
  "type": "object",
  "properties": {
    "documentId": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "tabs": {
      "type": "array"
    },
    "revisionId": {
      "type": "string"
    },
    "headers": {
      "type": "object"
    },
    "footers": {
      "type": "object"
    },
    "footnotes": {
      "type": "object"
    },
    "suggestedDocumentStyleChanges": {
      "type": "object"
    },
    "suggestedNamedStylesChanges": {
      "type": "object"
    },
    "lists": {
      "type": "object"
    },
    "namedRanges": {
      "type": "object"
    },
    "inlineObjects": {
      "type": "object"
    },
    "positionedObjects": {
      "type": "object"
    }
  }
}