Google Slides · Schema

Shape

A PageElement kind representing a generic shape that does not have a more specific classification.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
shapeType string The type of the shape.
View JSON Schema on GitHub

JSON Schema

google-slides-shape-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Shape",
  "type": "object",
  "description": "A PageElement kind representing a generic shape that does not have a more specific classification.\n",
  "properties": {
    "shapeType": {
      "type": "string",
      "description": "The type of the shape."
    }
  }
}