Google Slides · Schema

List

A list describes the look and feel of bullets belonging to paragraphs.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
listId string The ID of the list.
nestingLevel object A map of nesting levels to the properties of bullets at the associated level.
View JSON Schema on GitHub

JSON Schema

google-slides-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "List",
  "type": "object",
  "description": "A list describes the look and feel of bullets belonging to paragraphs.",
  "properties": {
    "listId": {
      "type": "string",
      "description": "The ID of the list."
    },
    "nestingLevel": {
      "type": "object",
      "description": "A map of nesting levels to the properties of bullets at the associated level.\n"
    }
  }
}