Google Slides · Schema

CreateShapeRequest

Creates a new shape.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string A user-supplied object ID.
shapeType string The shape type.
View JSON Schema on GitHub

JSON Schema

google-slides-create-shape-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateShapeRequest",
  "type": "object",
  "description": "Creates a new shape.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "A user-supplied object ID."
    },
    "shapeType": {
      "type": "string",
      "description": "The shape type."
    }
  }
}