Google Slides · Schema

OpaqueColor

A themeable solid color value.

CollaborationGoogle WorkspacePresentationsProductivitySlides

Properties

Name Type Description
themeColor string An opaque theme color.
View JSON Schema on GitHub

JSON Schema

google-slides-opaque-color-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OpaqueColor",
  "type": "object",
  "description": "A themeable solid color value.",
  "properties": {
    "themeColor": {
      "type": "string",
      "description": "An opaque theme color."
    }
  }
}