Google Slides · Schema

CreateImageRequest

Creates an image.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
objectId string A user-supplied object ID.
url string The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation.
View JSON Schema on GitHub

JSON Schema

google-slides-create-image-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateImageRequest",
  "type": "object",
  "description": "Creates an image.",
  "properties": {
    "objectId": {
      "type": "string",
      "description": "A user-supplied object ID."
    },
    "url": {
      "type": "string",
      "description": "The image URL. The image is fetched once at insertion time and a copy is stored for display inside the presentation.\n"
    }
  }
}