Google Docs · Schema

ListProperties

The properties of a list which describe the look and feel of bullets.

CollaborationDocumentsGoogle WorkspaceProductivityWord Processing

Properties

Name Type Description
nestingLevels array Describes the properties of the bullets at the associated level. A list has at most 9 levels of nesting.
View JSON Schema on GitHub

JSON Schema

google-docs-v1-list-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListProperties",
  "type": "object",
  "description": "The properties of a list which describe the look and feel of bullets.",
  "properties": {
    "nestingLevels": {
      "type": "array",
      "description": "Describes the properties of the bullets at the associated level. A list has at most 9 levels of nesting."
    }
  }
}