Google Docs · Schema

List

A List represents the list attributes for a group of paragraphs that all belong to the same list.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
suggestedListPropertiesChanges object
suggestedInsertionId string
suggestedDeletionIds array
View JSON Schema on GitHub

JSON Schema

google-docs-v1-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "List",
  "type": "object",
  "description": "A List represents the list attributes for a group of paragraphs that all belong to the same list.",
  "properties": {
    "suggestedListPropertiesChanges": {
      "type": "object"
    },
    "suggestedInsertionId": {
      "type": "string"
    },
    "suggestedDeletionIds": {
      "type": "array"
    }
  }
}