Google Slides · Schema

Group

A PageElement kind representing a joined collection of PageElements.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
children array The collection of elements in the group.
View JSON Schema on GitHub

JSON Schema

google-slides-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Group",
  "type": "object",
  "description": "A PageElement kind representing a joined collection of PageElements.\n",
  "properties": {
    "children": {
      "type": "array",
      "description": "The collection of elements in the group."
    }
  }
}