{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateSlideRequest", "type": "object", "description": "Creates a new slide.", "properties": { "objectId": { "type": "string", "description": "A user-supplied object ID. If specified, the ID must be unique among all pages and page elements in the presentation.\n" }, "insertionIndex": { "type": "integer", "description": "The optional zero-based index indicating where in the presentation to insert the slide.\n" }, "placeholderIdMappings": { "type": "array", "description": "An optional list of object ID mappings from the placeholder(s) on the layout to the placeholders that are created on the new slide.\n" } } }